Skip to main content
ClaudeWave
Skill160 repo starsupdated 27d ago

test-skill

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

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