project-uml-generator
Analyzes the project structure and code to generate UML diagrams, then creates a single HTML file named UML.html in the project root that embeds all diagrams and related documentation. Use when the user requests to generate UML diagrams or documentation for the project.
Skill Installation
Install this skill using skillscokac CLI tool
Installation command
npx skillscokac -i project-uml-generatorRemoval command
npx skillscokac -r project-uml-generatorUsage
After installation, run /project-uml-generator in Claude Code
Prerequisite: Node.js must be installed on your system to run this command.
💡 Copy and run this command in your terminal to install the skill
SKILL.md
SKILL.md
SKILL.md
Frontmatter
name
project-uml-generator
description
Analyzes the project structure and code to generate UML diagrams, then creates a single HTML file named UML.html in the project root that embeds all diagrams and related documentation. Use when the user requests to generate UML diagrams or documentation for the project.
Loading editor...