Skip to main content
ClaudeWave
Skill174 repo starsupdated 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.

Install in Claude Code
Copy
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
Then start a new Claude Code session; the skill loads automatically.

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