Auto-discovered marketplace from tielur/claude-code-skills
npx claudepluginhub tielur/claude-code-skillsGenerate technical diagrams, architecture visuals, and layered illustrations as SVG files with an HTML export wrapper for PNG download.
A community collection of plugins that extend Claude Code with specialized capabilities — diagram generation, document conversion, visualization, and more. Built for Claude Code.
# Add the marketplace
claude plugin marketplace add tielur/claude-code-skills
# Install a specific plugin
claude plugin install svg-diagram@claude-code-skills
Once installed, skills activate automatically when relevant. You can also invoke them directly with slash commands (e.g., /svg-diagram:svg-diagram).
| Plugin | How it helps | Output |
|---|---|---|
| svg-diagram | Generate technical diagrams, architecture visuals, flowcharts, and layered illustrations from descriptions or screenshots. | .svg + .html (PNG export) |
Every plugin follows the same structure:
plugin-name/
├── .claude-plugin/plugin.json # Manifest
├── skills/ # Domain knowledge Claude draws on automatically
│ └── skill-name/
│ └── SKILL.md
└── commands/ # Slash commands you invoke explicitly (optional)
/svg-diagram:svg-diagram).Everything is file-based — markdown and JSON, no code, no infrastructure, no build steps.
Plugins are just markdown files. Fork the repo, add your plugin, and submit a PR.
.claude-plugin/plugin.json with name, version, description, and authorskills/<skill-name>/SKILL.md.claude-plugin/marketplace.jsonMIT