muki-ai-plugins
Visual regression testing, test audits, and project knowledge capture
All Skills in This Repository (8)
Pure Emerald Level Indicatorsreact-patterns
Provide React patterns for typed components, hooks, state, and performance.
auto-improve-tests
Improve Vue 3 and React unit tests to reach a target quality score.
bug-fix-learning
Diagnose and fix software bugs with a five-step remediation workflow.
e2e-testing
Configure Playwright E2E suites with Page Object Model and CI artifact uploads.
deps-check
List importers of a TypeScript or JavaScript file using madge with grep fallback.
vue-patterns
Standardize Vue 3 components, Pinia stores, and performance optimizations.
figma-export
Export Figma frames as PNG images via URL with scaling and node selection.
pixel-diff
Compare two images to produce a pixel-level visual diff and JSON report.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core