Skip to main content
ClaudeWave
Skill160 estrellas del repoactualizado 27d ago

test-skill

Brief description of what this skill does and when to use it.

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

SKILL.md

# Test Skill

## When to use this skill

Use this skill when the user needs to...

## Instructions

1. First step
2. Second step
3. Third step

## Examples

### Example 1

```
Example input or command
```

## Best practices

- Best practice 1
- Best practice 2