From stdd-agents
Use when adding project dependencies. Defines dependency management rules and language-specific patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/stdd-agents:install-dependenciesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Core Principle**: Let package managers resolve versions, then pin the exact version they resolved to in the dependency file. This gives you fully reproducible builds.
Core Principle: Let package managers resolve versions, then pin the exact version they resolved to in the dependency file. This gives you fully reproducible builds.
>=, ~=, ^) — pin exactly what was resolvedFor language-specific syntax and examples:
npx claudepluginhub craigtkhill/stdd-agents --plugin stdd-agentsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.