By prakhar625
Create visual documentation — architecture diagrams (HTML/Mermaid/DOT), flowcharts (HTML/Mermaid/DOT), lo-fi mockups, technical docs, and project timelines.
Create a system architecture diagram (HTML, Mermaid, or DOT/Graphviz format)
Create a process flowchart, decision tree, or workflow diagram (HTML, Mermaid, or DOT format)
Create a lo-fi wireframe or UI sketch for a screen or component
Generate HTML technical documentation for an API, library, SDK, or developer service
Create a project timeline, Gantt chart, milestone plan, or quarter roadmap
Use when someone asks to create an architecture diagram, system overview, component diagram, high-level design, data flow diagram, infrastructure diagram, or wants to visualize a system's structure, services, or data pipeline. Triggers on: architecture diagram, system architecture, component diagram, high-level overview, data flow, system design, infrastructure diagram, C4 diagram, service map, technical overview.
Use when someone asks to create a flowchart, process diagram, decision tree, workflow diagram, sequence of steps, state machine, or wants to visualize a process, algorithm, or user journey. Triggers on: flowchart, process flow, workflow diagram, decision tree, process diagram, step-by-step flow, user journey, state machine, swim lane, sequence of steps, algorithm diagram.
Use when someone asks to create a wireframe, mockup, lo-fi design, UI sketch, prototype layout, screen layout, or wants to visualize a user interface before building it. For low-fidelity design exploration only — not for dashboards with real data or polished UI components. Triggers on: wireframe, mockup, lo-fi, low fidelity, UI sketch, screen layout, prototype, UI layout, page layout, component layout, rough design, interface sketch.
Use when someone asks to create technical documentation, API docs, developer docs, a README, getting started guide, SDK reference, endpoint documentation, or wants to document a library, service, or system for developers. Triggers on: technical documentation, API docs, developer guide, getting started, SDK docs, endpoint reference, REST API documentation, library docs, technical reference, generate docs.
Use when someone asks to create a timeline, project roadmap, Gantt chart, milestone plan, release schedule, sprint plan, or wants to visualize tasks and dates over time. Triggers on: timeline, roadmap, Gantt chart, milestone, project schedule, release plan, sprint timeline, quarter roadmap, project phases, delivery schedule, launch timeline.
No model invocation
Executes directly as bash, bypassing the AI model
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of Claude Code plugins for creative and developer workflows.
| Plugin | Description | Docs |
|---|---|---|
| interaction-recorder | Record polished demo videos of any codebase's UI — narration, sound design, motion graphics, and transitions | docs/interaction-recorder.md |
| skill-best-practices | Comprehensive guide for building Claude Code skills and plugins, with an interactive /create-skill wizard | docs/skill-best-practices.md |
| image-gen | Generate, edit, and enhance images using FAL AI — 13 models including Imagen 4, FLUX.2, Grok Imagine, and Seedream | docs/image-gen.md |
| visual-documentation | Create architecture diagrams, flowcharts, lo-fi wireframes, technical docs, and project timelines — HTML, Mermaid, and DOT formats | docs/visual-documentation.md |
| design-intelligence | Intelligent design partner for UI systems — domain exploration, design tokens, wireframes, mockups, and critique | docs/design-intelligence.md |
/plugin marketplace add prakhar625/my-plugins
/plugin install my-plugins@<plugin-name>
git clone https://github.com/prakhar625/my-plugins.git
cp -r my-plugins/plugins/<plugin-name> ~/.claude/plugins/
Then enable in Claude Code with /plugin. Restart after installing.
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog (all plugins listed here)
├── plugins/
│ ├── interaction-recorder/ # Video recording plugin
│ │ ├── .claude-plugin/plugin.json
│ │ ├── commands/
│ │ ├── skills/interaction-recorder/
│ │ └── hooks/
│ ├── skill-best-practices/ # Skill development guide plugin
│ │ ├── .claude-plugin/plugin.json
│ │ ├── commands/
│ │ └── skills/skill-best-practices/
│ ├── image-gen/ # FAL AI image generation plugin
│ │ ├── .claude-plugin/plugin.json
│ │ ├── agents/
│ │ ├── commands/
│ │ ├── skills/
│ │ │ ├── image-gen/
│ │ │ ├── image-edit/
│ │ │ └── image-enhance/
│ │ └── hooks/
│ ├── visual-documentation/ # Visual documentation plugin
│ │ ├── .claude-plugin/plugin.json
│ │ ├── commands/
│ │ └── skills/
│ │ ├── architecture-diagram-creator/
│ │ ├── flowchart-creator/
│ │ ├── mockup-creator/
│ │ ├── technical-doc-creator/
│ │ └── timeline-creator/
│ └── design-intelligence/ # Design system intelligence plugin
│ ├── .claude-plugin/plugin.json
│ ├── agents/
│ ├── commands/
│ ├── hooks/
│ └── skills/design-intelligence/
├── docs/ # Per-plugin documentation
│ ├── interaction-recorder.md
│ ├── skill-best-practices.md
│ ├── image-gen.md
│ ├── visual-documentation.md
│ └── design-intelligence.md
├── README.md
└── LICENSE
Each plugin is fully self-contained in its plugins/ subdirectory. The marketplace catalog at .claude-plugin/marketplace.json registers all available plugins.
plugins/<plugin-name>/ with standard layout (.claude-plugin/plugin.json, skills/, commands/, etc.).claude-plugin/marketplace.jsondocs/<plugin-name>.mdUse the skill-best-practices plugin's /create-skill command to scaffold new plugins with best practices built in.
MIT — See LICENSE
npx claudepluginhub prakhar625/my-plugins --plugin visual-documentationIntelligent design partner for UI systems. Handles domain exploration, design direction, token generation, wireframes, mockups, and critique.
Comprehensive guide for building Claude Code skills and plugins. Teaches best practices and interactively scaffolds new skills.
Generate, edit, and enhance images using FAL AI models. Supports text-to-image, image-to-image editing, and upscaling with intelligent model selection across Imagen 4, Grok Imagine, Seedream, Nano Banana, FLUX.2, and more.
Record polished demo videos of any codebase's UI — from quick screen captures to fully narrated, annotated productions with graphics, sound design, and transitions.
Generate architecture diagrams and technical design documents
Generate professional draw.io diagrams from natural language — flowcharts, architecture diagrams, comparisons, and more.
Create, validate, and render Mermaid diagrams
Sixteen HTML-output skills that help Claude Code reach for self-contained HTML artifacts (specs, diagrams, dashboards, prototypes, decks, mind maps, design tokens, comparison matrices, and more) instead of long-form markdown when HTML is the better surface.
Generate beautiful HTML pages for diagrams, diff reviews, plan reviews, slides, and data tables
AI-powered draw.io diagram generator with browser preview. Generate flowcharts, architecture diagrams, mind maps, and technical illustrations from natural language descriptions.