From reins
Run a multi-agent sprint. Use when the user wants to plan, execute, review, and test a set of GitHub issues as a coordinated sprint.
How this skill is triggered — by the user, by Claude, or both
Slash command
/reins:sprintThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the Reins orchestrator to run a multi-agent sprint.
Launch the Reins orchestrator to run a multi-agent sprint.
lsof -ti :7860 | xargs kill 2>/dev/null || true
REINS_PROJECT_ROOT="$PWD" bun run "$CLAUDE_PLUGIN_ROOT/src/server.ts" &
sleep 1 && open http://localhost:7860
The Reins orchestrator is running at http://localhost:7860.
Describe what you want to build — the Orchestrator will plan, execute, review, and test it.
Type /reins-stop to shut it down.
npx claudepluginhub lifeodyssey/reins --plugin reinsProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.