Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
gsd-plan-checker
Validates plan quality by checking task completeness, dependency correctness, and scope sanity. Spawned by /gsd:plan-phase orchestrator.
ctsstc/get-shit-done-skills 6
-
gsd-executor
Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management. Spawned by execute-phase orchestrator or execute-plan command.
ctsstc/get-shit-done-skills 6
-
gsd-integration-checker
Verifies that integrations work correctly by checking endpoints, responses, and data flow. Spawned by /gsd:complete-milestone orchestrator.
ctsstc/get-shit-done-skills 6
-
gsd-codebase-mapper
Explores codebase and writes structured analysis documents. Spawned by map-codebase with a focus area.
ctsstc/get-shit-done-skills 6
-
gsd-roadmapper
Creates project roadmaps with phase breakdown, requirement mapping, success criteria derivation, and coverage validation. Spawned by /gsd:new-project orchestrator.
ctsstc/get-shit-done-skills 6
-
gsd-phase-researcher
Researches phase implementation for planning. Spawned by /gsd:plan-phase or /gsd:research-phase orchestrators.
ctsstc/get-shit-done-skills 6
-
gsd-research-synthesizer
Synthesizes research outputs from parallel researcher agents into SUMMARY.md. Spawned by /gsd:new-project after 4 researcher agents complete.
ctsstc/get-shit-done-skills 6
-
gsd-verifier
Verifies phase goal achievement through goal-backward analysis. Checks codebase delivers what phase promised, not just that tasks completed.
ctsstc/get-shit-done-skills 6
-
gsd-project-researcher
Researches domain ecosystem for project initialization. Spawned by /gsd:new-project orchestrator (4 parallel agents).
ctsstc/get-shit-done-skills 6
-
gsd-debugger
Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd:debug orchestrator or diagnose-issues workflow.
ctsstc/get-shit-done-skills 6
-
gsd-planner
Creates executable phase plans with task breakdown, dependency analysis, and goal-backward verification. Spawned by plan-phase orchestrator.
ctsstc/get-shit-done-skills 6
-
gsd:workflow:diagnose-issues
Workflow for diagnosing project issues
ctsstc/get-shit-done-skills 6
-
gsd:workflow:debug
Workflow for systematic debugging
ctsstc/get-shit-done-skills 6
-
gsd:workflow:transition
Workflow for project transitions
ctsstc/get-shit-done-skills 6
-
gsd:workflow:new-project
Complete workflow for starting a new GSD project
ctsstc/get-shit-done-skills 6
-
gsd:workflow:list-phase-assumptions
Workflow for listing phase assumptions
ctsstc/get-shit-done-skills 6
-
gsd:workflow:verify-phase
Workflow for verifying phase completion
ctsstc/get-shit-done-skills 6
-
gsd:workflow:execute-plan
Workflow for executing a project plan
ctsstc/get-shit-done-skills 6
-
gsd:workflow:research
Workflow for conducting research
ctsstc/get-shit-done-skills 6
-
gsd:workflow:verify-work
Workflow for verifying completed work
ctsstc/get-shit-done-skills 6
-
gsd:workflow:resume-project
Workflow for resuming a paused project
ctsstc/get-shit-done-skills 6
-
better-result-adopt
Migrate codebase from try/catch or Promise-based error handling to better-result. Use when adopting Result types, converting thrown exceptions to typed errors, or refactoring existing error handling to railway-oriented programming.
davis7dotsh/better-context 891
-
btca-cli
Operate the btca CLI for local resources and source-first answers. Use when setting up btca in a project, connecting a provider, adding or managing resources, and asking questions via btca commands. Invoke this skill when the user says "use btca" or needs to do more detailed research on a specific library or framework.
davis7dotsh/better-context 891
-
bun
Node.js 대신 Bun 런타임 사용을 위한 스킬. 다음 상황에서 사용: (1) 새 JavaScript/TypeScript 프로젝트 생성 시, (2) package.json 또는 의존성 관련 작업 시, (3) 스크립트 실행 또는 개발 서버 시작 시, (4) Node.js 프로젝트를 Bun으로 전환 시, (5) 'bun', 'bunx', 'bun.lockb' 키워드가 포함된 작업 시
DaleStudy/skills 4