---
name: your-skill-name
description: One-sentence description of what this skill does.
category: productivity
version: 1
origin: community
tags: [tag1, tag2]
license: Apache-2.0
---

# Your Skill Name

A paragraph describing what this skill does and why it's useful.

## When to use

- Scenario 1 where this skill applies
- Scenario 2 where this skill applies
- Scenario 3 where this skill applies

## How to use

1. First step with concrete command:

   ```
   example-command --arg value
   ```

2. Second step:

   ```
   another-command input.txt
   ```

3. Third step, with expected output shape:

   ```
   result: success
   ```

## Examples

### Example 1: Brief title

User prompt: "Do X with Y"

Expected flow:
- Aiden runs: `command-1`
- Aiden runs: `command-2`
- Aiden reports: "Done, result was..."

### Example 2: Brief title

User prompt: "Do Z"

Expected flow:
- ...

## Cautions

- Note any platform-specific requirements (Windows-only, requires CLI X)
- Note any credentials needed (API keys, OAuth tokens)
- Note any rate limits or ToS considerations
- Note anything destructive (file deletion, API writes) that needs
  user confirmation

## Requirements

- External tool or CLI needed: `tool-name` (install instructions)
- Credentials needed: `ENV_VAR_NAME` (how to obtain)
- Minimum permissions: (if relevant)
