Back to Discover

muki-ai-plugins

artifact

mukiwu

A Claude Code plugin marketplace for quality assurance — visual regression testing and test review.

View on GitHub
58 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add mukiwu/muki-ai-plugins

README

muki-ai-plugins

繁體中文版

A Claude Code plugin marketplace — visual regression testing, test review, and project knowledge capture.

Plugins

PluginDescription
figma-visual-reviewerVisual regression testing — compare Figma designs against live web pages
review-testsTest review doctor — diagnose a test file for blind spots, output a self-contained HTML report
loreProject lore — scaffold, consult, capture, guard, maintain, health-check, and language-align the implicit knowledge your codebase can't show

Install

# Add the marketplace
/plugin marketplace add mukiwu/muki-ai-plugins

# Install individual plugins
/plugin install figma-visual-reviewer
/plugin install review-tests
/plugin install lore

Plugin Overview

figma-visual-reviewer

Pixel-level visual comparison between Figma designs and live web implementations.

  • /review — Interactive visual review
  • Figma API export → Playwright screenshot → pixel diff → AI judgment
  • Generates HTML diff reports with side-by-side comparison
  • Supports RWD multi-viewport checks

Read more →

review-tests

Reads an existing test file, finds blind spots, and produces a self-contained HTML report — read-only, never touches your code.

  • Checks assertion validity, behavior gaps, mock health, and test structure
  • Backlinks every finding to the key lines of the source under test
  • Outputs a single inline-everything HTML report to .review-tests/
  • Diagnose only — fixes are left to TDD

Read more →

lore

Scaffold, consult, capture, guard, maintain, health-check, and language-align project lore — the implicit knowledge your codebase carries but can't show on its own.

  • lore-init / lore-consult / lore-capture / lore-guard / lore-check / lore-maintain / lore-ul — seven skills covering the full lifecycle
  • Stores business rules, pitfalls, API maps, a shared glossary, and the why behind decisions under docs/lore/
  • Consult before planning or bug-fixing; capture what you learn as you go; guard your diff against recorded lore before commit
  • Mark over delete — outdated-but-once-true knowledge keeps its lesson

Read more →

License

MIT

Rendered live from mukiwu/muki-ai-plugins's GitHub README — not stored, always reflects the source repo.

3 Plugins

NameDescriptionCategorySource
figma-visual-reviewerVisual regression testing — compare Figma designs against live web pages with pixel-level diff and AI vision.design./plugins/figma-visual-reviewer
review-testsTest review doctor — diagnose an existing test file for blind spots and output a self-contained HTML report. Read-only; never modifies code.testing./plugins/review-tests
loreCapture, consult, guard, scaffold, maintain, health-check, and language-align project lore — the implicit knowledge (business rules, API maps, pitfalls, decision rationale) that code, types, and git history can't reveal.documentation./plugins/lore

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.