Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Lint and format code. Auto-detects ESLint, Biome, Prettier, or language-native formatters and runs them with auto-fix. Reports remaining issues with actionable suggestions.
<working_directory_awareness>
Before running any git or build command: check whether your dispatch context specifies a working directory (look for "Working directory:" in your initial prompt). If it does and pwd does not match it, prefix every git invocation with -C <that path> (e.g. git -C /path/to/worktree diff --name-only) and run linters/formatters with the explicit path argument. Linting the wrong directory is a silent failure mode.
</working_directory_awareness>
git diff --name-only and git diff --cached --name-only)./lint src/utils).--fix: Automatically apply safe fixes. Can be combined with a path (e.g., /lint src/ --fix).--fix without a path: Auto-fix changed files only.npx skills add gsd-build/gsd-2 --skill lintHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.