Help us improve
Share bugs, ideas, or general feedback.
From stdd-agents
Use when adding project dependencies. Defines dependency management rules and language-specific patterns.
npx claudepluginhub craigtkhill/stdd-agents --plugin stdd-agentsHow 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.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
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: