From taches-cc-resources
Audits a slash command file for compliance with best practices, checking YAML structure, arguments, dynamic context, tool restrictions, and content quality. 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-slash-command <command-path>The summary Claude sees in its command listing — used to decide when to auto-load this command
<objective> Invoke the slash-command-auditor subagent to audit the slash command at $ARGUMENTS for compliance with best practices. This ensures commands follow security, clarity, and effectiveness standards. </objective> <process> 1. Invoke slash-command-auditor subagent 2. Pass command path: $ARGUMENTS 3. Subagent will read best practices and evaluate the command 4. Review detailed findings with file:line locations, compliance scores, and recommendations </process> <success_criteria> - Subagent invoked successfully - Arguments passed correctly to subagent </success_criteria>
This ensures commands follow security, clarity, and effectiveness standards.
1. Invoke slash-command-auditor subagent 2. Pass command path: $ARGUMENTS 3. Subagent will read best practices and evaluate the command 4. 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-slash-commandAudits a slash command file for compliance with best practices, checking YAML structure, arguments, dynamic context, tool restrictions, and content quality. Produces detailed findings with scores and recommendations.
/audit-commandAudits Claude Code slash command definitions across schema, workflow clarity, tool selection, error handling, argument safety, shared partial usage, and output spec dimensions.
/create-commandCreates a new slash command by extracting skill requirements, specifying details, implementing the file, generating a testing plan, and self-verifying compliance.
/commandsValidates slash commands for existence, discoverability, syntax; reports scores, missing commands, issues; supports category checks, auto-recovery, testing specific commands.
/skill-auditPerforms static audit of SKILL.md files — validates frontmatter, checks edge-case coverage, surfaces prompt-injection risks, and reports length budget.
/create-commandGuides creation of new slash commands through a structured workflow: iron-law interlock, brainstorming, design, scaffold, and validation. Produces command files and tests.