{{SKILL_NAME}}
I'd be happy to write a description for ClaudeWave, but I notice the template you've provided contains placeholders rather than actual content. To write accurate, factual prose about what this Claude Code skill does and when to use it, I'll need you to provide: 1. The actual skill name (replacing {{SKILL_NAME}}) 2. What it does (replacing {{What it does}}) 3. When to use it (replacing {{trigger conditions}}) 4. The objective, quick start steps, process details, and success criteria Once you fill in these specific details from the actual skill definition in the glittercowboy/taches-cc-resources repository, I can write a precise 60-90 word description suitable for ClaudeWave.
git clone --depth 1 https://github.com/glittercowboy/taches-cc-resources /tmp/-skill_name- && cp -r /tmp/-skill_name-/skills/create-agent-skills/templates/simple- ~/.claude/skills/-skill_name-simple-skill.md
<objective>
{{Clear statement of what this skill accomplishes}}
</objective>
<quick_start>
{{Immediate actionable guidance - what Claude should do first}}
</quick_start>
<process>
## Step 1: {{First action}}
{{Instructions for step 1}}
## Step 2: {{Second action}}
{{Instructions for step 2}}
## Step 3: {{Third action}}
{{Instructions for step 3}}
</process>
<success_criteria>
{{Skill name}} is complete when:
- [ ] {{First success criterion}}
- [ ] {{Second success criterion}}
- [ ] {{Third success criterion}}
</success_criteria>Expert skill auditor for Claude Code Skills. Use when auditing, reviewing, or evaluating SKILL.md files for best practices compliance. MUST BE USED when user asks to audit a skill.
Expert slash command auditor for Claude Code slash commands. Use when auditing, reviewing, or evaluating slash command .md files for best practices compliance. MUST BE USED when user asks to audit a slash command.
Expert subagent auditor for Claude Code subagents. Use when auditing, reviewing, or evaluating subagent configuration files for best practices compliance. MUST BE USED when user asks to audit a subagent.
Add todo item to TO-DOS.md with context from conversation
Gather requirements through adaptive questioning before executing any task
Heal skill documentation by applying corrections discovered during execution with approval workflow
Audit slash command file for YAML, arguments, dynamic context, tool restrictions, and content quality
Audit subagent configuration for role definition, prompt quality, tool selection, XML structure compliance, and effectiveness