claude-toolshed
Diagram generation, code audits, and dev environment automation
All Skills in This Repository (17)
Pure Emerald Level Indicatorsmerge-checks
Audit code changes across 13 quality dimensions and categorize issues by severity.
trim-md
Optimize markdown files for LLM consumption by removing token waste and normalizing structure.
dev-setup
Generate and manage bash scripts for local development environments with port isolation.
d2-validate
Validate D2 diagram syntax in .d2 files and Markdown code blocks.
d2-config
Manage D2 diagram settings and verify the configuration via a menu.
d2-render
Render .txt and .md D2 diagrams to SVG or PNG files and folders.
d2-architect
Analyze codebases to generate D2 diagrams for ER, Sequence, Architecture, and Class types.
d2-diagram
Generate D2 diagrams from natural language descriptions with type classification.
d2-convert
Convert Mermaid diagrams into D2 format with SVG rendering.
d2
Generate, validate, and render D2 diagrams from text or codebase analysis.
mermaid-diagram
Generate Mermaid diagrams from natural language descriptions.
mermaid-validate
Validate Mermaid diagram syntax in Markdown files using Node.js scripts.
Frequently Asked Questions
FAQPage SchemaHow to install claude-toolshed?βΌ
Run `npx skills add diegomarino/claude-toolshed --all -g -y` in your terminal to install all plugins in this collection globally.
How to generate diagrams from a codebase?βΌ
Use the mermaid-architect or d2-architect skills to scan a project path and automatically produce relevant ER, sequence, architecture, and class diagrams from the actual code.
How to audit code before merging?βΌ
The merge-checks skill reviews your changes across 13 quality dimensions, including debug artifacts, missing tests, migrations, and documentation gaps, then outputs a prioritized issue list.
Can it manage dev servers and ports?βΌ
Yes. The dev-setup skill generates start, stop, and status scripts for your services and allocates isolated ports per git worktree to prevent conflicts.
Do I need coding experience to use these plugins?βΌ
No. You describe what you need in plain English, and the skills handle diagram syntax, script generation, and audit execution for you.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core