┌─[
HOW TO LOAD — CLAUDE DESKTOP
§ setup]# one-time, per-project mkdir -p ~/.claude/skills/slp-reflection curl -L https://skillloops.xyz/api/reflection-skill/download \ -o ~/.claude/skills/slp-reflection/SKILL.md # restart Claude Desktop; the skill will auto-load.
┌─[
HOW TO LOAD — CURSOR
§ setup]# save SKILL.md under your workspace mkdir -p .cursor/skills curl -L https://skillloops.xyz/api/reflection-skill/download \ -o .cursor/skills/slp-reflection.SKILL.md
┌─[
HOW TO LOAD — ANY AGENT
§ setup]# any skill-aware agent: drop the file into your # skills directory and re-index. curl -L https://skillloops.xyz/api/reflection-skill/download \ -o ./skills/slp-reflection.SKILL.md
┌─[
WHY THIS MATTERS
§ note]Most agent frameworks include some notion of self-reflection, but outputs are usually unstructured prose no one can reuse. The Reflection Skill is specifically designed to produce merge-ready, test-case-backed, schema-valid artifacts — a format any human or agent downstream can consume.