Use this skill when the user wants to generate module dependency graphs for JavaScript/TypeScript projects.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-f8f0e95b)More formats (shields.io, HTML) on the badges page.
---
name: madge
description: Use this skill when the user wants to generate module dependency graphs for JavaScript/TypeScript projects.
---
# madge Plugin
Generate module dependency graphs for JavaScript/TypeScript/CommonJS/AMD projects.
## Commands
### Graph
- `madge graph generate` — Generate a dependency graph
### Basic
- `madge _ _` — Passthrough to madge CLI
## Usage Examples
- "Generate a dependency graph for this project"
- "Find circular dependencies in my codebase"
- "Visualise module dependencies as an image"
## Installation
```bash
npm install -g madge
```
## Key Features
- Detect circular dependencies
- Generate dependency graphs (text, JSON, or image)
- Support for CommonJS, AMD, ES6, TypeScript
- Webpack resolver support
- Image output with Graphviz
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!