Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
token-optimizer
Find the ghost tokens. Audit Claude Code setup, see where 25-38% of your context goes, fix it. Use when context feels tight.
alexgreensh/token-optimizer 263
-
token-coach
Context window coach. Proactive guidance for token-efficient Claude Code projects, multi-agent systems, and skill architecture.
alexgreensh/token-optimizer 263
-
token-dashboard
Open the Token Optimizer dashboard. Collects latest session data, regenerates the dashboard, and opens it in your browser.
alexgreensh/token-optimizer 263
-
openspec-onboard
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
owengretzinger/constellagent 183
-
openspec-archive-change
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
owengretzinger/constellagent 183
-
openspec-explore
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
owengretzinger/constellagent 183
-
openspec-apply-change
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
owengretzinger/constellagent 183
-
openspec-ff-change
Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.
owengretzinger/constellagent 183
-
openspec-continue-change
Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
owengretzinger/constellagent 183
-
openspec-verify-change
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.
owengretzinger/constellagent 183
-
openspec-bulk-archive-change
Archive multiple completed changes at once. Use when archiving several parallel changes.
owengretzinger/constellagent 183
-
openspec-sync-specs
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
owengretzinger/constellagent 183
-
openspec-new-change
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
owengretzinger/constellagent 183
-
organize
Open the Claude Code Organizer dashboard — view and manage all memories, skills, MCP servers, hooks, and configs across scopes
mcpware/claude-code-organizer 248
-
app-server-events-sync
Maintain CodexMonitor and Codex app-server protocol parity. Use when asked to audit supported or missing app-server notifications/requests, trace event routing, diagnose schema drift in app-server payloads, or update docs/app-server-events.md after upstream Codex changes.
Dimillian/CodexMonitor 3,519
-
specify
Create a comprehensive specification from a brief description. Manages specification workflow including directory creation, README tracking, and phase transitions.
rsmdt/the-startup 248
-
debug
Systematically diagnose and resolve bugs through conversational investigation and root cause analysis
rsmdt/the-startup 248
-
analyze
Discover and document business rules, technical patterns, and system interfaces through iterative analysis
rsmdt/the-startup 248
-
specify-solution
Create and validate solution design documents (SDD). Use when designing architecture, defining interfaces, documenting technical decisions, analyzing system components, or working on solution.md files in .start/specs/. Includes validation checklist, consistency verification, and overlap detection.
rsmdt/the-startup 248
-
implement
Executes the implementation plan from a specification. Loops through plan phases, delegates tasks to specialists, updates phase status on completion. Supports resuming from partially-completed plans.
rsmdt/the-startup 248
-
review
Multi-agent code review with specialized perspectives (security, performance, patterns, simplification, tests)
rsmdt/the-startup 248
-
specify-requirements
Create and validate product requirements documents (PRD). Use when writing requirements, defining user stories, specifying acceptance criteria, analyzing user needs, or working on requirements.md files in .start/specs/. Includes validation checklist, iterative cycle pattern, and multi-angle review process.
rsmdt/the-startup 248
-
writing-skills
Use when creating new skills, editing existing skills, auditing skill quality, converting skills to markdown conventions, or verifying skills before deployment. Triggers include skill authoring requests, skill review needs, or "the skill doesn't work" complaints.
rsmdt/the-startup 248
-
specify-meta
Scaffold, status-check, and manage specification directories. Handles auto-incrementing IDs, README tracking, phase transitions, and decision logging in .start/specs/. Falls back to docs/specs/ for legacy specs. Used by both specify and implement workflows.
rsmdt/the-startup 248