npx claudepluginhub prakhar625/my-pluginsA 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
Record polished demo videos of any codebase's UI — from quick screen captures to fully narrated, annotated productions with graphics, sound design, and transitions.
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.
Create visual documentation — architecture diagrams (HTML/Mermaid/DOT), flowcharts (HTML/Mermaid/DOT), lo-fi mockups, technical docs, and project timelines.
Intelligent design partner for UI systems. Handles domain exploration, design direction, token generation, wireframes, mockups, and critique.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.