diegomarinodiegomarinoCommunityΒ·17 Agent Skills Included

claude-toolshed

Diagram generation, code audits, and dev environment automation

Generates Mermaid and D2 diagrams from text or codebases, audits code changes across 13 quality dimensions, and sets up dev server scripts with isolated worktree ports. Eliminates manual diagram drawing, inconsistent code reviews, and port conflicts between branches. Also trims markdown for lower token usage, audits Paperclip organizations, and keeps installed plugins up to date automatically.
npx skills add diegomarino/claude-toolshed --all -g -y

All Skills in This Repository (17)

Pure Emerald Level Indicators
πŸ“¦ In Repo
diegomarinodiegomarino

merge-checks

Audit code changes across 13 quality dimensions and categorize issues by severity.

Community
Advanced
πŸ“¦ In Repo
diegomarinodiegomarino

trim-md

Optimize markdown files for LLM consumption by removing token waste and normalizing structure.

Community
Intermediate
πŸ“¦ In Repo
diegomarinodiegomarino

dev-setup

Generate and manage bash scripts for local development environments with port isolation.

Community
Advanced
πŸ“¦ In Repo
diegomarinodiegomarino

d2-validate

Validate D2 diagram syntax in .d2 files and Markdown code blocks.

Community
Intermediate
πŸ“¦ In Repo
diegomarinodiegomarino

d2-config

Manage D2 diagram settings and verify the configuration via a menu.

Community
Intermediate
πŸ“¦ In Repo
diegomarinodiegomarino

d2-render

Render .txt and .md D2 diagrams to SVG or PNG files and folders.

Community
Intermediate
πŸ“¦ In Repo
diegomarinodiegomarino

d2-architect

Analyze codebases to generate D2 diagrams for ER, Sequence, Architecture, and Class types.

Community
Advanced
πŸ“¦ In Repo
diegomarinodiegomarino

d2-diagram

Generate D2 diagrams from natural language descriptions with type classification.

Community
Advanced
πŸ“¦ In Repo
diegomarinodiegomarino

d2-convert

Convert Mermaid diagrams into D2 format with SVG rendering.

Community
Advanced
πŸ“¦ In Repo
diegomarinodiegomarino

d2

Generate, validate, and render D2 diagrams from text or codebase analysis.

Community
Advanced
πŸ“¦ In Repo
diegomarinodiegomarino

mermaid-diagram

Generate Mermaid diagrams from natural language descriptions.

Community
Intermediate
πŸ“¦ In Repo
diegomarinodiegomarino

mermaid-validate

Validate Mermaid diagram syntax in Markdown files using Node.js scripts.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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→