razor-unused
SolidAudits a project's manifest for dependencies no source file imports — the reverse of razor's write-time gates (which block NEW dependencies), this finds EXISTING dead weight. Report-only; never edits any file.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- V-Songbird
- Repository
- V-Songbird/razor
- Created
- 3 weeks ago
- Last Updated
- 4 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
dependency-cleanup
Use when package manifests carry unused or redundant third-party dependencies that slow builds, widen the security surface, or complicate updates.
deps-audit
Dependency security + license audit for the current project (supply-chain complement to /security-review, which covers the code itself). Use for "audit dependencies", "any vulnerable packages?", "license check", or before a release.
dependency-audit
Dependency health and internal coupling audit for Node.js/TypeScript projects. 10 dimensions: supply chain vulnerabilities, freshness, dead dependencies, license compliance, bundle weight, circular dependencies, coupling metrics, architecture boundary violations, barrel file health, and change coupling. Tiered tooling with graceful degradation. Switches: zuvo:dependency-audit full | [path] | --supply-chain | --coupling | --dead | --bundle | --lock-in