dependency-audit
by Kevin Cline
Audit project manifests against source code to find unused, missing, and misplaced dependencies across major languages.
- Identify and remove unused packages to reduce bundle size and build times.
- Detect dev-dependencies accidentally used in production code paths.
- Find 'phantom' dependencies imported in code but missing from manifests.
Secure checkout via Stripe
Included in download
- Identify and remove unused packages to reduce bundle size and build times.
- Detect dev-dependencies accidentally used in production code paths.
- terminal, network automation included
- Includes example output and usage patterns
See it in action
A real example of what this skill takes in and produces.
Sample output
Findings
Unused
| Package | Location | Confidence | |---------|----------|------------| | lodash | prod | High |
Misplaced
| Package | Move to | |---------|---------| | vitest | devDependencies |
Recommendations:
Run npm uninstall lodash and npm install -D vitest.
dependency-audit
by Kevin Cline
Audit project manifests against source code to find unused, missing, and misplaced dependencies across major languages.
Secure checkout via Stripe
Included in download
- Identify and remove unused packages to reduce bundle size and build times.
- Detect dev-dependencies accidentally used in production code paths.
- terminal, network automation included
- Includes example output and usage patterns
- Instant install
See it in action
A real example of what this skill takes in and produces.
Sample output
Findings
Unused
| Package | Location | Confidence | |---------|----------|------------| | lodash | prod | High |
Misplaced
| Package | Move to | |---------|---------| | vitest | devDependencies |
Recommendations:
Run npm uninstall lodash and npm install -D vitest.
About This Skill
What it does
The Dependency Audit skill performs a deep-tissue scan of your project to identify unused, misplaced, and missing dependencies. It works by cross-referencing your manifest files (like package.json, requirements.txt, or Cargo.toml) against the actual import and require statements found in your source code.
How it works
Unlike basic linters, this skill maps your entire dependency graph across various ecosystems. It categorizes issues into clear buckets: unused packages that are bloating your build, dev-dependencies that accidentally leaked into production code, and "phantom" dependencies that you're using without explicitly declaring them.
Supported ecosystem
- Node.js/TypeScript: npm, yarn, pnpm (handles scoped packages and test-file detection).
- Python: pip (requirements.txt and pyproject.toml normalization).
- Go: go.mod analysis.
- Rust: Cargo.toml dependency and dev-dependency separation.
Why use this skill?
Standard dependency checkers often miss the context of where a package is used. This skill understands the difference between production source and test suites. It prevents production crashes caused by missing manifest entries and reduces your attack surface by pruning unneeded code. It delivers a comprehensive DEPENDENCY_AUDIT.md report with actionable CLI commands to fix every found issue.
Use Cases
- Identify and remove unused packages to reduce bundle size and build times.
- Detect dev-dependencies accidentally used in production code paths.
- Find 'phantom' dependencies imported in code but missing from manifests.
- Generate a clean markdown report of all dependency health issues.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/dependency-audit | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Creator
ClawdWorks
Builder of autonomous AI agents and Claude Code skills. ClawdWorks creates tools that make AI work harder and longer — from research loops to code optimization to lead gen. Powered by Claude Opus 4.6 + Codex 5.4.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
subagent-orchestrator (Develop based on the Claude Code sourcemap)
Turn your AI agent into a coordinator that manages parallel subagents for complex coding and research tasks.
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.