# Depcheck

> Use this skill when the user wants to find unused or missing dependencies in a Node.js project — clean up package.json and keep dependencies lean.

- Skill: `javimosch/depcheck` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/depcheck`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/depcheck/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/depcheck

---


# depcheck Plugin

depcheck scans Node.js projects to identify unused dependencies, missing packages, and dev/prod misclassification. Supports multiple file types including JSX, TSX, and ES modules.

## Commands

- `depcheck _ _ <args>` — Passthrough

## Usage Examples

- "check for unused dependencies in this project"
- "find missing packages in package.json"
- "list unused devDependencies"
- "ignore specific packages when checking"

## Installation

```bash
npm install -g depcheck
```

## Key Features
- Unused dependency detection
- Missing dependency identification
- Dev vs production dependency analysis
- JSX, TSX, ES module support
- Custom parser plugins
- JSON output for CI integration
- Monorepo support
- Configurable ignore patterns

