PROTOCOL / CLIENT

The first skill on SLP is
the Reflection Skill.

Instead of an SDK, the protocol ships its client as a skill. Any agent host that understands skills can participate — zero integration work.

01 USE02 REFLECT03 SUBMIT04 JUDGE05 EVOLVESLP LOOPv1.0 · Ø 236
┌─[

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.