Skip to main content
ClaudeWave
Skill1.9k estrellas del repoactualizado 2mo ago

{{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.

Instalar en Claude Code
Copiar
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-
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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>