mushi-mushi: Skill for Cursor

.cursor/skills/mushi-health/SKILL.md

mushi-health is a skill for Cursor from kensaurus/mushi-mushi. It costs 72 tokens per session (1,343 once invoked), scanned A, original, MIT.

A health-check guide for the Mushi Mushi pipeline, from command-line credentials and API access to service functions, API keys, logs, and scheduled quality checks.

In plain words
What is it for?
Use it after setup or during an outage to run credential checks, test API and edge functions, inspect project status and API-key health, review Supabase logs, and confirm scheduled QA runs.
Why use it?
It provides an ordered way to locate the first failing part of the system instead of checking components randomly.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is kensaurus/mushi-mushi's own configuration. It tells Cursor how to work on mushi-mushi itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mushi-mushi configures →

Reuse

Borrowing it

Nothing to install: this file belongs to kensaurus/mushi-mushi. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/kensaurus/mushi-mushi/master/.cursor/skills/mushi-health/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/kensaurus/mushi-mushi

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mushi-health

README.md
[![agentmods](https://agentmods.dev/badge/skills/kensaurus/mushi-mushi/mushi-health/github.svg)](https://agentmods.dev/skills/kensaurus/mushi-mushi/mushi-health)
Your own site
<a href="https://agentmods.dev/skills/kensaurus/mushi-mushi/mushi-health"><img src="https://agentmods.dev/badge/skills/kensaurus/mushi-mushi/mushi-health/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mushi-health

Your own site · 80×15
<a href="https://agentmods.dev/skills/kensaurus/mushi-mushi/mushi-health"><img src="https://agentmods.dev/badge/skills/kensaurus/mushi-mushi/mushi-health.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,343 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00072 $0.01343
Opus 5 $0.00036 $0.00672
Sonnet 5 $0.00014 $0.00269
Haiku 4.5 $0.00007 $0.00134

Measured 12d ago against content hash 114817b46a62, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

mushi-health scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/mushi-health/SKILL.md · 186 lines

How it starts

The opening of the file, as written. The whole thing — 186 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mushi Health Check

Run these checks in order. Stop and fix at the first ❌ before continuing.

Component map

# Component How to check
1 CLI credentials mushi doctor
2 API + edge functions mushi deploy check
3 Project overview mushi status
4 BYOK key pool mushi keys list or MCP list_byok_keys
5 Supabase logs Supabase MCP get_logs
6 QA cron running DB query on qa_story_runs

Step 1 — CLI credentials

mushi doctor

Expected output — all lines green:

✓  ~/.config/mushi/config.json found
✓  MUSHI_API_KEY valid (mushi_...)
✓  MUSHI_API_ENDPOINT reachable (200 OK)
✓  MUSHI_PROJECT_ID matches a live project
✓  Feature flags fetched

Fix if red: Re-run mushi login --api-key mushi_... --endpoint https://<ref>.supabase.co/functions/v1/api --project-id <pid>.


Step 2 — API + edge functions

mushi deploy check

Probes each edge function with a lightweight ping. Healthy output:

✓  api
✓  classify-report
✓  fix-worker
✓  story-mapper
✓  test-gen-from-story
✓  pdca-runner
✓  qa-story-runner

A on any line means that function is down. Check its logs in Step 5.


Step 3 — Project overview

mushi status

Confirm:

  • Report count is non-zero (or expected zero for a brand-new project).
  • autofix_agent shows the expected agent (cursor_cloud, mcp, etc.).
  • No billing: quota_exceeded warning.

Step 4 — BYOK key pool

Via CLI:

mushi keys list

Via MCP (if the Mushi MCP server is active in Cursor):

list_byok_keys(projectId)

Healthy: at least one anthropic key with status=active, at least one firecrawl key with status=active.

Fix: Add a missing or exhausted key:

mushi keys add --provider anthropic --key sk-ant-... --label "primary" --priority 100
mushi keys add --provider firecrawl --key fc-...   --label "primary" --priority 100

Read the full file on GitHub · 186 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 186 lines · 72 tokens per session scan A 114817b46a62

Subscribe to this mod's changes

mushi-health is a skill published in the GitHub repository kensaurus/mushi-mushi (3 stars, last pushed yesterday), licensed MIT. It adds 72 tokens to every session and 1,343 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

phoenix-observability

Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights.

davila7/claude-code-templates · 47 tokens

langsmith-observability

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.

davila7/claude-code-templates · 45 tokens

langsmith-observability

LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.

synthetic-sciences/openscience · 45 tokens

tracely

Instrument AI agents with Tracely and turn their production traces into CI gates. Use when the user mentions Tracely, tracely-ai, tracelysdk, the tracely CLI, or asks to trace/observe an AI agent, add LLM evaluators or LLM-as-a-judge columns, debug why a trace or conversation isn't showing up, wire agent regression…

Jwuthri/Tracely-ai · 120 tokens

bug-hunter

Precision-first adversarial bug hunting for runtime, logic, data, concurrency, and security defects. Uses deterministic risk triage, evidence-bounded retrieval, Hunter/Skeptic/Referee review, optional hybrid verification, and explicit immutable Fixer scope. Scan-only and single-pass by default; complete-coverage…

codexstar69/bug-hunter · 105 tokens

hunter

Deep behavioral code analysis agent for Bug Hunter. Performs multi-phase scanning to find logic errors, security vulnerabilities, race conditions, and runtime bugs. Uses doc-lookup (Context Hub + Context7) for framework verification. Reports structured JSON findings.

codexstar69/bug-hunter · 50 tokens