From taches-cc-resources
Audits a skill file for compliance with Agent Skills best practices, evaluating XML structure, required tags, and anti-patterns. Produces detailed findings with scores and recommendations.
How this command is triggered — by the user, by Claude, or both
Slash command
/taches-cc-resources:audit-skill <skill-path>The summary Claude sees in its command listing — used to decide when to auto-load this command
<objective> Invoke the skill-auditor subagent to audit the skill at $ARGUMENTS for compliance with Agent Skills best practices. This ensures skills follow proper structure (pure XML, required tags, progressive disclosure) and effectiveness patterns. </objective> <process> 1. Invoke skill-auditor subagent 2. Pass skill path: $ARGUMENTS 3. Subagent will read updated best practices (including pure XML structure requirements) 4. Subagent evaluates XML structure quality, required/conditional tags, anti-patterns 5. Review detailed findings with file:line locations, compliance scores, and recomm...
This ensures skills follow proper structure (pure XML, required tags, progressive disclosure) and effectiveness patterns.
1. Invoke skill-auditor subagent 2. Pass skill path: $ARGUMENTS 3. Subagent will read updated best practices (including pure XML structure requirements) 4. Subagent evaluates XML structure quality, required/conditional tags, anti-patterns 5. Review detailed findings with file:line locations, compliance scores, and recommendations<success_criteria>
npx claudepluginhub skogbackup/taches-cc-resources18plugins reuse this command
First indexed Dec 31, 2025
Showing the 6 earliest of 18 plugins
/audit-skillAudits a skill file for compliance with Agent Skills best practices, evaluating XML structure, required tags, and anti-patterns. Produces detailed findings with scores and recommendations.
/reviewAudits an existing skill for structure, frontmatter, description and body quality, triggering risks, and MCP usage, producing a scored review report with recommendations.
/audit-skillAudits Claude Code SKILL.md files for structure, description quality, content effectiveness, and progressive disclosure, producing a critical report across 7 dimensions.
/skill-auditPerforms static audit of SKILL.md files — validates frontmatter, checks edge-case coverage, surfaces prompt-injection risks, and reports length budget.
/skills-evalAudits all Claude Skills in ~/.claude/ for quality, frontmatter compliance, token efficiency, and activation reliability. Also supports evaluating a single skill and generates prioritized improvement recommendations.
/devkit.verify-skillValidates a skill against DevKit standards — checks existence, frontmatter, file structure, and content quality. Reports pass/fail for each check.