Agent Skills by alphacomposite
Showing 16 vetted skills indexed across 1 GitHub repositories.
sp-commands
Dispatch trigger phrases to sp-skills for brainstorming, planning, and execution tasks.
sp-executing-plans
Execute project plans in batches with human review checkpoints.
sp-using-superpowers
Route user intent to the appropriate OpenClaw superpower skill before responding.
sp-subagent-driven-development
Dispatch fresh subagents per task with two-stage spec and code reviews.
sp-writing-skills
Validate and document OpenClaw skills using a test-driven development cycle.
sp-using-git-worktrees
Create isolated git worktrees sharing one repository for concurrent branch work.
sp-receiving-code-review
Evaluate inbound code review feedback against the codebase before implementing incremental fixes.
sp-verification-before-completion
Run verification commands and inspect outputs before declaring task completion.
sp-test-driven-development
Enforce Red-Green-Refactor TDD by requiring tests before production code.
sp-requesting-code-review
Dispatch a code-reviewer session to review changes before merging.
sp-brainstorming
Clarify project intent and design goals through guided dialogue.
sp-code-reviewer
Execute a six-phase workflow and generate categorized reports with recommended fixes.
sp-writing-plans
Convert software specs into structured implementation plans with task lists and testing steps.
sp-dispatching-parallel-agents
Coordinate parallel sub-agent investigations for independent tasks without shared state.
sp-systematic-debugging
Identify and fix root causes in complex software issues using a four-phase debugging process.
sp-finishing-a-development-branch
Verify tests, identify the base branch, and finalize development work via four Git integration options.