Skip to content
Development
Skill

/dependency-policy

Audit declared dependencies, lockfiles, tool versions, compatibility, licenses, and upgrade evidence before implementation or release.

From plugin
app-dev-team
432 skills30 agents27 commands2 hooks
Install
$ npx -y skills add vmobifystudio/app-dev-team --skill dependency-policy --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/dependency-policy

Context preview

The summary Claude sees to decide when to auto-load this skill.

Audit declared dependencies, lockfiles, tool versions, compatibility, licenses, and upgrade evidence before implementation or release.

SKILL.md

dependency-policy.SKILL.md
name: dependency-policy
description: Audit declared dependencies, lockfiles, tool versions, compatibility, licenses, and upgrade evidence before implementation or release.

Dependency policy

Use when a project adds, removes, upgrades, or relies on a package, SDK, compiler, runtime, service, model, or third-party API. Also use during onboarding, architecture review, and release preparation.

Procedure

1. Run `node "${CLAUDE_PLUGIN_ROOT}/scripts/dependency-check.mjs" <project-root>`. 2. Read the architecture and stack-defaults documents before choosing a version. 3. Confirm the declaration and lockfile changed together where the ecosystem uses a lockfile. 4. Record direct dependency, purpose, version constraint, transitive risk, license, minimum platform, deprecation status, and rollback/removal plan in the ticket evidence. 5. Use the project-pinned toolchain (`gradlew`, `Package.resolved`, lockfile, or equivalent). Never silently install a global version to make a check pass. 6. If a dependency is unapproved, unpinned, unlocked, incompatible, or unknown, block or escalate; do not “resolve” it by picking the newest version from memory.

Policy

  • Prefer platform-native libraries and the smallest dependency surface.
  • A new dependency needs a written reason and an owner.
  • A version claim must name its source and date; “latest” is not evidence.
  • A failed or unavailable vulnerability/license lookup is `CANNOT EVALUATE`, not a clean result.
  • Never update a lockfile without reviewing the resulting transitive diff.
Read more
Ships withapp-dev-team

Describe your app idea in one line. Get a shipped iOS & Android app. AI App Studio is a team of 30 AI specialists — a CEO, product manager, designers, iOS/Android engineers, a code reviewer, QA, and a release manager — that works like a real software studio.

Get the whole plugin

Other skills on app-dev-team.