Skip to main content
ClaudeWave
Skill174 estrellas del repoactualizado 2mo ago

test-skill

The test-skill is a template Claude Code skill from the agent-skills-cli repository that demonstrates the basic structure for creating new skills. Use this skill as a starting point when developing custom Claude Code items, as it provides placeholder sections for describing functionality, outlining step-by-step instructions, documenting examples, and establishing best practices for implementation.

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