---
name: Test Skill
slug: test-skill-3
category: AI Engineering
description: Test Skill provides a simple step-by-step workflow for a basic test task. Use it when you need a placeholder or example skill structure to follow.
github: "https://github.com/Karanjot786/agent-skills-cli/tree/main/skills/test-skill"
language: TypeScript
stars: 180
forks: 19
install: "npx degit https://github.com/Karanjot786/agent-skills-cli/tree/main/skills/test-skill ~/.claude/skills/test-skill"
installs_to: ~/.claude/skills/test-skill
source_path: skills/test-skill/SKILL.md
collection_size: 4
category_size: 3475
collection_url: "https://dirskills.com/collections/Karanjot786/agent-skills-cli"
added: 2026-09-07T05:20:21.382Z
last_synced: 2026-09-07T05:20:21.382Z
canonical_url: "https://dirskills.com/skills/test-skill-3"
---

# Test Skill

Test Skill provides a simple step-by-step workflow for a basic test task. Use it when you need a placeholder or example skill structure to follow.

**Install:**

```bash
npx degit https://github.com/Karanjot786/agent-skills-cli/tree/main/skills/test-skill ~/.claude/skills/test-skill
```

## README

# 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
