From ceh-git-workflow
Load this skill when adding, removing, or upgrading a dependency: evaluating whether a package is appropriate, deciding on pinning strategy, handling a major version upgrade, or running a security audit. Auto-load whenever a new package is being added with uv add or bun add, a dependency version is being changed, or a vulnerability is found in an existing package.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ceh-git-workflow:dependency-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evaluation criteria for adding a new dependency (necessity, maintenance health, license, bundle
Evaluation criteria for adding a new dependency (necessity, maintenance health, license, bundle size), pinning policy, security audit commands (pip-audit, bun audit), and the process for major version upgrades (ADR required, staged rollout). Not every problem needs a new package.
Read ../git-workflow/references/dependencies.md and apply the evaluation criteria and policies defined there.
npx claudepluginhub cheneeheng/agent-skills --plugin ceh-git-workflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.