spar
01Plugin Claude Code
Keep learning while AI writes the code, plus the writing skill spar leans on when it explains something back to you.
Plugin Claude Code
Keep learning while AI writes the code, plus the writing skill spar leans on when it explains something back to you.
Plugin Claude Code
Keep learning while AI writes the code. Predict before you are told, then turn every gap between your model and reality into a curriculum.
MCP server Claude CodeCodexCursor +2
MCP server "spar" as configured in Lander-Parren/spar. Launched with spar mcp.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit, MultiEdit and Bash tool calls, running spar hook gate --agent claude-code. From Lander-Parren/spar.
Hook Claude Code
Runs after a tool call finishes for Write, Edit, MultiEdit and Bash tool calls, running spar hook skeleton --agent claude-code. From Lander-Parren/spar.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running spar hook boundary --agent claude-code. From Lander-Parren/spar.
Hook Claude Code
Runs when a session starts, running spar hook due --agent claude-code. From Lander-Parren/spar.
Hook Claude Code
Runs when the agent finishes a response, running spar hook handover --agent claude-code. From Lander-Parren/spar.
Skill Claude CodeCodex
Make the user predict before you implement, then show them where their model was wrong and log the gap. Use whenever you are about to write or edit source code in a project the user is learning, such as adding an endpoint, service, data model, migration, background job, or wiring up a dependency. Also use when the…