Read-only audit of MCP definition language across an existing surface — tools, resources, prompts. Walks every definition file and checks 12 categories the LLM reads to decide whether and how to call: voice & tense, internal leaks, audience leaks, defaults, recovery hints, output descriptions, cross-references, sparsity, examples, structure, mutator observability, unit-bearing numeric names. Produces grouped findings with file:line citations and a numbered options list. Use during polish, after a refactor, or before a release. Complements field-test (behavior testing) and security-pass (security audit).
$npx -y skills add cyanheads/pixoo-mcp-server --skill tool-defs-analysisInstalls into the current project.
Run `npx skills use "https://github.com/cyanheads/pixoo-mcp-server" --skill "cyanheads/pixoo-mcp-server/tool-defs-analysis"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cyanheads/pixoo-mcp-server" that are relevant to the current task. Run `npx skills add "https://github.com/cyanheads/pixoo-mcp-server"` and select the relevant skills, then follow their instructions.