The open format is called Agent Skills and works in Claude Code, Codex, Cursor and other agents — most people know it as Claude Skills.
Every Agent Skill we could find on GitHub, deduplicated by content. 80 149 files from 1 774 authors, of which 62 489 are unique — the rest is the same skill repackaged into someone else's repository. For each one: what it weighs in tokens, whether it ships runnable scripts, and which MCP servers it needs.
Cross-phase audit of all outstanding UAT and verification items
Audit milestone completion against original intent before archiving
Archive accumulated phase directories from completed milestones
Run all remaining phases autonomously — discuss→plan→execute per phase
List pending todos and select one to work on
Auto-fix issues found by code review in REVIEW.md. Spawns fixer agent, commits each fix atomically, produces REVIEW-FIX.md summary.
Review source files changed during a phase for bugs, security issues, and code quality problems
Archive completed milestone and prepare for next version
Gather phase context through adaptive questioning before planning. Use --auto to skip interactive questions (Claude picks recommended defaults). Use --chain for interactive discuss followed by automatic plan+execute. Use --power for bulk question generation into a file-based UI (answer at your own pace).
Systematic debugging with persistent state across context resets
Route freeform text to the right GSD command automatically
Execute all plans in a phase with wave-based parallelization
Generate or update project documentation verified against the codebase
Execute a trivial task inline — no subagents, no planning overhead
Socratic ideation and idea routing — think through ideas before committing to plans
Post-mortem investigation for failed GSD workflows — analyzes git history, artifacts, and state to diagnose what went wrong
Diagnose planning directory health and optionally repair issues
Show available GSD commands and usage guide
Query, inspect, or refresh codebase intelligence files in .planning/intel/
Ingest external plans with conflict detection against project decisions before writing anything.
Insert urgent work as decimal phase (e.g., 72.1) between existing phases
Join the GSD Discord community
Surface Claude's assumptions about a phase approach before planning
List active GSD workspaces and their status
Interactive command center for managing multiple phases from one terminal
Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
Generate a comprehensive project summary from milestone artifacts for team onboarding and review
Initialize a new project with deep context gathering and PROJECT.md
Start a new milestone cycle — update PROJECT.md and route to requirements
Create an isolated workspace with repo copies and independent .planning/
Automatically advance to the next logical step in the GSD workflow
Zero-friction idea capture. Append, list, or promote notes to todos.
Create context handoff when pausing work mid-phase
Create phases to close all gaps identified by milestone audit
Capture a forward-looking idea with trigger conditions — surfaces automatically at the right milestone
Create a clean PR branch by filtering out .planning/ commits — ready for code review
Create detailed phase plan (PLAN.md) with verification loop
Generate developer behavioral profile and create Claude-discoverable artifacts
Check project progress, show context, and route to next action (execute or plan)
Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents
Reapply local modifications after a GSD update
Remove a future phase from roadmap and renumber subsequent phases
Remove a GSD workspace and clean up worktrees
Research how to implement a phase (standalone - usually use /gsd-plan-phase instead)
Request cross-AI peer review of phase plans from external AI CLIs
Resume work from previous session with full context restoration
Review and promote backlog items to active milestone
Rapid codebase assessment — lightweight alternative to /gsd-map-codebase
Retroactively verify threat mitigations for a completed phase
Switch model profile for GSD agents (quality/balanced/budget/inherit)
Configure GSD workflow toggles and model profile
Generate a session report with token usage estimates, work summary, and outcomes
Create PR, run review, and prepare for merge after verification passes
Display project statistics — phases, plans, requirements, git metrics, and timeline
Manage persistent context threads for cross-session work
Generate UI design contract (UI-SPEC.md) for frontend phases
Retroactive 6-pillar visual audit of implemented frontend code
Retroactively audit and fill Nyquist validation gaps for a completed phase
Update GSD to latest version with changelog display
Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks.
Answers built from the skills we actually parsed.