bycyanheads· 327 skills
Read-only audit of MCP definition language across an existing surface — tools, resources, prompts, server instructions. Walks every definition file and checks 15 categories the LLM reads to decide whether and how to call: voice & tense, internal leaks, audience leaks, defaults, recovery hints, field descriptions, cross-references, sparsity, examples, structure, mutator observability, unit-bearing numeric names, validator-enforced constraints, annotations truthfulness, single-line strings — then a cross-surface pass: naming taxonomy, parameter vocabulary, tool overlap, instructions drift, length outliers. 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/mcp-ts-core --skill tool-defs-analysisInstalls into the current project.
Run `npx skills use "https://github.com/cyanheads/mcp-ts-core" --skill "cyanheads/mcp-ts-core/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/mcp-ts-core" that are relevant to the current task. Run `npx skills add "https://github.com/cyanheads/mcp-ts-core"` and select the relevant skills, then follow their instructions.