Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/allgpt-co/quickvoice/gsdnpx skills add allgpt-co/QuickVoice --skill gsdgit clone --depth 1 https://github.com/allgpt-co/QuickVoiceWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00023 | $0.01967 |
| Opus 5 | $0.00012 | $0.00983 |
| Sonnet 5 | $0.00005 | $0.00393 |
| Haiku 4.5 | $0.00002 | $0.00197 |
Grade A, and why
gsd scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 242 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Get Shit Done (GSD) - Project Management System
A comprehensive project management system designed for solo developers working with Claude AI agents. GSD provides structured workflows for project initialization, planning, execution, verification, and debugging.
Overview
GSD is a modular agent-based system that transforms project ideas into shipped software through:
- Deep questioning - Extract user vision and requirements
- Domain research - Discover standard stacks and patterns
- Roadmap creation - Break requirements into phases
- Phase planning - Create executable plans with verification
- Execution - Implement plans with atomic commits
- Verification - Ensure goals are achieved, not just tasks done
- Debugging - Systematic investigation of issues
Core Philosophy
- Solo Developer + Claude Workflow - No teams, no stakeholders, no ceremonies
- Plans are Prompts - PLAN.md files ARE the execution prompts, not documents
- Goal-Backward Planning - Start from what must be TRUE, derive what to build
- Atomic Commits - Each task commits independently for clean history
- Quality Over Speed - Stop before context degrades (~50% usage)
- Ship Fast - Plan → Execute → Ship → Learn → Repeat
When to Use GSD
Use GSD when you need to:
- Initialize a new software project
- Plan and execute development phases
- Map an existing codebase
- Debug issues systematically
- Verify phase completion
- Track project progress and state
Quick Start Commands
New Project
/gsd:new-project
Initializes a new project with questioning → research → requirements → roadmap flow.
Plan a Phase
/gsd:plan-phase [phase-number]
Creates detailed execution plans with research and verification.
Execute a Phase
/gsd:execute-phase [phase-number]
Executes all plans in a phase with parallel execution support.
Map Codebase
/gsd:map-codebase [optional-focus-area]
Analyzes existing codebase with parallel mapper agents.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/codebase-mapper/SKILL.md 14 KB
- agents/debugger/SKILL.md 20 KB
- agents/executor/SKILL.md 18 KB
- agents/integration-checker/SKILL.md 11 KB
- agents/phase-researcher/SKILL.md 7.3 KB
- agents/plan-checker/SKILL.md 9.6 KB
- agents/planner/SKILL.md 19 KB
- agents/project-researcher/SKILL.md 11 KB
- agents/research-synthesizer/SKILL.md 7.5 KB
- agents/roadmapper/SKILL.md 14 KB
- agents/verifier/SKILL.md 19 KB
- commands/add-phase/SKILL.md 419 B
- commands/add-todo/SKILL.md 387 B
- commands/audit-milestone/SKILL.md 471 B
- commands/check-todos/SKILL.md 397 B
- commands/complete-checkpoint/SKILL.md 559 B
- commands/complete-milestone/SKILL.md 462 B
- commands/continue-phase/SKILL.md 524 B
- commands/create-checkpoint/SKILL.md 583 B
- commands/debug/SKILL.md 859 B
- commands/discuss-phase/SKILL.md 485 B
- commands/execute-phase/SKILL.md 1.2 KB
- commands/help/SKILL.md 411 B
- commands/init-repo/SKILL.md 643 B
- commands/insert-phase/SKILL.md 436 B
- commands/integrate/SKILL.md 592 B
- commands/list-phase-assumptions/SKILL.md 469 B
- commands/map-codebase/SKILL.md 943 B
- commands/new-milestone/SKILL.md 452 B
- commands/new-project/SKILL.md 29 KB
- commands/pause-work/SKILL.md 374 B
- commands/plan-milestone-gaps/SKILL.md 429 B
- commands/plan-phase/SKILL.md 970 B
- commands/progress/SKILL.md 381 B
- commands/remove-phase/SKILL.md 414 B
- commands/research-phase/SKILL.md 618 B
- commands/research-project/SKILL.md 590 B
- commands/resume-work/SKILL.md 386 B
- commands/review-plan/SKILL.md 525 B
- commands/roadmap/SKILL.md 603 B
- commands/synthesize/SKILL.md 583 B
- commands/update-checkpoint/SKILL.md 547 B
- commands/update/SKILL.md 396 B
- commands/verify-work/SKILL.md 831 B
- commands/whats-new/SKILL.md 394 B
- references/checkpoints/SKILL.md 681 B
- references/continuation-format/SKILL.md 710 B
- references/git-integration/SKILL.md 671 B
- references/questioning/SKILL.md 692 B
- references/tdd/SKILL.md 667 B
- references/ui-brand/SKILL.md 638 B
- references/verification-patterns/SKILL.md 662 B
- workflows/brownfield/SKILL.md 662 B
- workflows/checkpoint/SKILL.md 701 B
- workflows/complete-milestone/SKILL.md 516 B
- workflows/debug/SKILL.md 542 B
- workflows/diagnose-issues/SKILL.md 507 B
- workflows/discovery-phase/SKILL.md 519 B
- workflows/discuss-phase/SKILL.md 512 B
- workflows/execute-phase/SKILL.md 741 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 242 lines · 23 tokens per session scan A fb83d9389fd1
gsd is a skill published in the GitHub repository allgpt-co/QuickVoice (492 stars, last pushed 20d ago), licensed MIT. It adds 23 tokens to every session and 1,967 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
gsd
Get Shit Done (GSD) - A comprehensive project management system for solo developers using Claude agents.
80-livekit-agents-majiayu000-claude-skill-registr
Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.
triaging-mutants
Use when mutation testing reveals survived mutants — guides deep analysis of whether each mutant signals a missing test, a design improvement opportunity, or an equivalent mutation.
map
Discover work structure by approaching goals and finding blockers — emergent planning through action, not top-down decomposition.
prepare
Prepare a yak for implementation by establishing spec, acceptance criteria, and breaking into sub-yaks.
work
Pick up ready leaf yaks and implement them — dispatch subagents in isolated worktrees, then merge back to main.