By prakhar625
Comprehensive guide for building Claude Code skills and plugins. Teaches best practices and interactively scaffolds new skills.
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
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.
npx claudepluginhub prakhar625/my-plugins --plugin skill-best-practicesIntelligent design partner for UI systems. Handles domain exploration, design direction, token generation, wireframes, mockups, and critique.
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.
Create visual documentation — architecture diagrams (HTML/Mermaid/DOT), flowcharts (HTML/Mermaid/DOT), lo-fi mockups, technical docs, and project timelines.
Complete toolkit for creating, validating, and managing Claude Code skills with intelligent agents, interactive commands, and professional templates
Skill authoring guidance and best practices
Create skills, subagents, hooks, commands, and plugins for Claude Code
Frontend design skill for UI/UX implementation
Meta-skills infrastructure for Claude Code plugin ecosystem - skill authoring, hook development, modular design patterns, and evaluation frameworks
Create, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.