Diagnose why a SKILL.md isn't auto-invoking. Use this skill when the user runs /claude-papercuts:skill-doctor, asks why their skill won't trigger, mentions a skill that Claude keeps ignoring, or wants a lint pass on a SKILL.md they're writing. Runs lint.py to flag missing trigger phrases, vague descriptions, descriptions that overlap with built-in tool training (the root cause of issue #30387), names that aren't kebab-case, and length issues outside Anthropic's 50–1024 char bound.
$npx -y skills add dhruba-datta/claude-papercuts --skill skill-doctorInstalls into the current project.
Run `npx skills use "https://github.com/dhruba-datta/claude-papercuts" --skill "dhruba-datta/claude-papercuts/skill-doctor"` 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/dhruba-datta/claude-papercuts" that are relevant to the current task. Run `npx skills add "https://github.com/dhruba-datta/claude-papercuts"` and select the relevant skills, then follow their instructions.