research
49Command
Research current best practices with Context7, Firecrawl, and built-in search before implementing anything non-trivial.
Command
Research current best practices with Context7, Firecrawl, and built-in search before implementing anything non-trivial.
Command
Responsive layout & IA audit — desktop is not a wide phone.
Command
Agent review pass plus manual checklist for correctness, security, performance, and accessibility.
Command
Supabase RLS + access-control audit + remediation plan — no SQL until approved.
Command
Secrets & key-scope audit (rotate vs relocate) — plan only, no rotation until approved.
Command
OWASP Top 10 + Supabase security audit + hardening plan — no fixes until approved.
Command
Take merged, green code to a verified, monitored production release — deploy, confirm the revision is live, smoke-test, observe, and roll back if needed.
Command
Audit the skill pack for contradictions, overlapping triggers, and stale cross-refs — report only, no rewrites until approved.
Command
AI slop / authenticity / voice audit + de-slop burndown — plan only, no rewrites until approved.
Command
Stub / dead-link / fake-component audit + wiring plan — no fixes until approved.
Command
Set up mutation testing to prove tests assert behavior, not just coverage.
Command
User-story-driven test coverage audit + plan — no tests written until approved.
Command
Route to the right test skill: unit, headed Playwright, QA, exploratory, visual regression, load, or mobile emulator.
Command
Review these files for compliance: $ARGUMENTS.
Plugin Claude Code
Plugin marketplace listing 1 plugin: mushi-debugger.
Skill Claude CodeCodexCursor
Debug Mushi Mushi issues — SDK not reporting, API errors, LLM key exhaustion, story mapping failures, QA test failures, PDCA loop not running, edge function errors. Use when "mushi is not working", "sdk not pinging", "story map failed", "tdd test not running", "api key exhausted", "fix-worker failed", "pdca not…
Skill Claude CodeCodexCursor
Pass/fail health check across every Mushi Mushi pipeline component — CLI credentials, API reachability, edge functions, BYOK key pool, QA cron. Use when "is mushi working", "mushi health check", "check mushi pipeline", "mushi deploy check", "pipeline not responding", or right after setup.
Skill Claude CodeCodexCursor
Full end-to-end Mushi Mushi integration smoke test: bug capture → AI triage → story mapping → TDD test generation → approval → execution → PDCA cycle. Use when "test mushi integration", "verify full pipeline", "mushi e2e check", "does mushi work end-to-end", "smoke test mushi", or after deploying changes.
Skill Claude CodeCodexCursor
Set up Mushi Mushi in a new project — install SDK, configure API keys, connect to the admin console, map user stories from a live app, and generate TDD tests. Use when the user asks to "set up mushi", "add mushi to my project", "connect mushi", "configure mushi", "install mushi sdk", "map my user stories", or "start…
Skill Claude CodeCodexCursor
Run, review, and improve Mushi Mushi TDD tests — story mapping, Playwright test generation, QA coverage, PDCA improvement loop, test approval workflow. Use when "run tdd tests", "generate tests for my stories", "check qa coverage", "improve failing tests", "test my app with mushi", "review generated tests", or any…
MCP server Claude CodeCodexCursor +2
MCP server "mushi", hosted remotely at dxptnwrhwsqckaftyymj.supabase.co, as configured in kensaurus/mushi-mushi.
MCP server Claude CodeCodexCursor +2
MCP server for Mushi Mushi — triage user-felt bugs, pull evidence (screenshots, console logs, network requests), check blast radius, and dispatch fix PRs, all from your AI coding agent. Runs locally from the @mushi-mushi/mcp npm package. Needs 3 environment variables to run.
Instructions file CodexOpenCode
Instructions for kensaurus/mushi-mushi, covering agents.md — mushi mushi agent conventions, agent inventory, infrastructure worker edge functions (not pipeline agents), qa coverage suite and providers.
Command
Investigate a Mushi bug report and dispatch an automated fix attempt, with human review at every stage.