Skip to main content
ClaudeWave
Skill3.7k estrellas del repoactualizado today

skill-name

I can see this is a template for documenting a Claude Code skill, but it lacks the specific implementation details needed to write an accurate description. The skill-name field is a placeholder, and the content shows only a documentation framework rather than actual functionality. To write a precise factual description of what this skill does and when to use it, please provide the completed template with the actual skill name and filled-in sections describing the specific problem it solves, its trigger conditions, process steps, and output.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/NateBJones-Projects/OB1 /tmp/skill-name && cp -r /tmp/skill-name/skills/_template ~/.claude/skills/skill-name
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Skill Name

## Problem

What recurring problem does this skill solve?

## Trigger Conditions

- Exact phrases or requests
- Error messages or symptoms
- File types or workflows

## Process

1. First action the skill should take
2. Second action
3. Verification or handoff

## Output

What the user should receive when this skill works correctly.

## Notes

Edge cases, guard rails, and adaptation notes for other AI clients.