Back to list
greentcsolutions-lab

dependency-guardian

by greentcsolutions-lab

My TC Helper App :D

0🍴 0📅 Jan 25, 2026

SKILL.md


name: dependency-guardian description: Analyzes and protects dependencies in Next.js + TypeScript projects. Invoked by prompt-classifier on DEPS. Checks compatibility, conflicts, security. Chains verification and commit on approval. priority: high (entry for DEPS path) triggers: none (classifier only)

Dependency Guardian – Compatibility & Security Checker

Goal: Zero breakage on deps changes. Conservative approval gate.

Process (strict)

  1. read "package.json"
  2. Identify proposed package(s) + version from prompt
  3. Check:
    • Peer deps / conflicts with current stack (React, Next.js 15+, etc.)
    • Known issues with Vercel/edge runtime
    • Security: shell "npm audit --production --json" (scoped if possible)
    • Bundle size / alternatives
    • Duplicates (search-code for existing similar libs)
  4. Output checklist + risk level
  5. Ask approval for install/upgrade
  6. If approved:
    • shell "npm install "
    • Chain next steps:
      • verification-guardian
      • commit-orchestrator
      • (conditional TREE.md update inside commit-orchestrator)

Output Format (exact – nothing else)

Proposed package: name@version

Checklist:

  • Peers: [pass/warn/fail] -
  • Conflicts/Duplicates: [pass/warn/fail]
  • Security: [pass/warn/fail]
  • Bundle/Perf: [pass/warn/fail]
  • Runtime Compat: [pass/warn/fail]

Risk Level: Safe / Caution / Risky / Blocked

Suggested command: npm install

Approval: Proceed with install/upgrade? [y/n]

If yes, I will run the install and chain: verification-guardian → commit-orchestrator

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon