Agent skill · AI & Agents

gsd-tools

Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill gsd-tools --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrep
Path: library/methodologies/gsd/skills/gsd-tools/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

- Load and manage `.planning/config.json` configuration - Generate deterministic slugs from descriptions (kebab-case, deduplication) - Format timestamps for GSD artifact headers and frontmatter - Resolve paths within the `.planning/` directory structure - Parse and normalize phase numbers (integer and decimal) - Manage sequential quick task numbering in `.planning/quick/` - Initialize and validate `.planning/` directory structure - Detect project state (new project, existing project, mid-phase, etc.) ## Capabilities ### 1. Configuration Loading Load and parse `.planning/config.json` with defaults: ```json { "profile": "balanced", "autoCommit": true, "autoVerify": true, "planCheckerEnabled": true, "maxPlanRevisions": 2, "waveParallelization": true, "contextMonitor": true, "contextWarningThreshold": 70, "contextCriticalThreshold": 85, "summaryVariant": "standard", "tddEnabled": false, "questioningDepth": "adaptive" } ``` Read config: ```bash cat .planning/config.json ``` If config does not exist, create with defaults. Merge user overrides with defaults (user values take precedence). ### 2. Slug Generation Generate kebab-case slugs from descriptions: ``` Input: "Add user authenticatio

What's inside
Steps it walks through
  1. Capabilities
  2. 1. Configuration Loading
  3. 2. Slug Generation
  4. 3. Timestamp Formatting
  5. 4. Path Operations
  6. 5. Phase Number Parsing
  7. 6. Quick Task Numbering
  8. 7. Planning Directory Initialization
  9. 8. Project State Detection
  10. Tool Use Instructions
  11. Reading Configuration
  12. Generating Slugs
  13. Initializing Planning Directory
  14. Process Integration
Ships with 1 file
  • README.md
Commands it runs
cat .planning/config.json
More from babysitter
All skills →
About this skill
What does the gsd-tools skill do?

Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill gsd-tools --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going