Help us improve
Share bugs, ideas, or general feedback.
Muki's Claude Code plugins — disciplined development workflows, visual regression testing, and code quality tools.
npx claudepluginhub mukiwu/muki-ai-pluginsDisciplined development workflow for Claude Code — TDD, code review, planning, E2E testing, and bug learning skills.
Visual regression testing — compare Figma designs against live web pages with pixel-level diff and AI vision.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A collection of Claude Code plugins for disciplined development workflows and visual quality assurance.
| Plugin | Description |
|---|---|
| shipshape-skills | Disciplined development workflow — TDD, planning, code review, UIUX review |
| figma-visual-reviewer | Visual regression testing — compare Figma designs against live web pages |
# Add the marketplace
/plugin marketplace add mukiwu/muki-ai-plugins
# Install individual plugins
/plugin install shipshape-skills
/plugin install figma-visual-reviewer
You can install one or both plugins. They work independently but integrate seamlessly — shipshape's /feature workflow automatically uses figma-visual-reviewer for Stage 6 (UIUX Review) when it's installed and a Figma design is available.
Full development lifecycle plugin with TDD enforcement, planning agents, code review, and UIUX review.
/init — Interactive project setup/feature — 10-stage development workflow (brainstorming → code review)/tdd — Test-Driven Development/plan — Implementation planning/build-fix — Build error diagnosis/e2e — Playwright E2E testsPixel-level visual comparison between Figma designs and live web implementations.
/review — Interactive visual reviewWhen both plugins are installed, shipshape's /feature workflow (Stage 6: UIUX Review) automatically selects the best available review mode:
| Priority | Mode | Condition | Review Method |
|---|---|---|---|
| 1 | Figma Diff | figma-visual-reviewer installed + Figma design available | Pixel-level diff + AI vision |
| 2 | Visual Review | claude-in-chrome available | AI 5-dimension visual review |
| 3 | Skip | Neither available | Notifies user, proceeds to next stage |
MIT