mukiwumukiwuCommunity·8 Agent Skills Included

muki-ai-plugins

Visual regression testing, test audits, and project knowledge capture

Compares Figma designs against live web pages with pixel-level diff reports to catch visual regressions before release. Audits existing test files for blind spots, weak assertions, and mock problems, outputting a self-contained HTML report without touching your code. Captures business rules, pitfalls, and glossary terms into a project knowledge base so decisions and context survive across sessions.
npx skills add mukiwu/muki-ai-plugins --all -g -y
Available:

Tells your AI agent when to proactively suggest running visual reviews, to remember Figma URLs as design sources, and to re-check for visual regressions after CSS or UI changes.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install muki-ai-plugins?

Run `npx skills add mukiwu/muki-ai-plugins --all -g -y` in your terminal to install all plugins in this suite globally.

How to compare Figma designs with my live website?

The figma-visual-reviewer plugin exports your Figma frame, screenshots your live page with Playwright, and runs a pixel-level diff with an HTML report highlighting every difference.

How to find blind spots in my existing tests?

The review-tests plugin reads a test file, checks assertion validity, behavior gaps, mock health, and async correctness, then produces a read-only HTML report with severity-ranked findings.

What is the lore plugin used for?

Lore records the implicit knowledge your code cannot show — business rules, pitfalls, and shared vocabulary — into docs/lore/ so your agent can consult it before planning and guard your diffs before commits.

Does muki-ai-plugins work with Claude Code?

Yes. All plugins follow the standard SKILL.md format and run directly inside Claude Code and other compatible agent environments.

Related Repositories in Software Engineering

View All in Software Engineering