---
name: "[Vendor] [Topic]"
when_to_use: >-
  When [specific action or scenario that should trigger this skill].
  Use when: [keyword 1], [keyword 2], or [phrase that triggers this skill].
description: >
  Use this skill when [describe the trigger conditions - what user requests
  or contexts should activate this skill]. Include specific scenarios, use
  cases, and the keyword phrases users are likely to say. Do NOT add a
  separate triggers: list - trigger phrases belong in this field or in
  when_to_use as a "Use when: ..." sentence.
---

# [Skill Title]

## Overview

Brief description of what this skill covers and why it's useful for MSPs.

## Key Concepts

### Concept 1

Explain the first key concept...

### Concept 2

Explain the second key concept...

## API Patterns

### Common Operation 1

```json
POST /v1.0/endpoint
{
  "field1": "value1",
  "field2": "value2"
}
```

### Common Operation 2

```json
GET /v1.0/endpoint?filter=value
```

## Common Workflows

### Workflow 1

1. Step one
2. Step two
3. Step three

### Workflow 2

1. Step one
2. Step two

## Error Handling

### Common Error 1

**Cause:** Description of what causes this error
**Solution:** How to resolve it

### Common Error 2

**Cause:** Description of what causes this error
**Solution:** How to resolve it

## Best Practices

- Best practice 1
- Best practice 2
- Best practice 3

## Related Skills

- Link to related skill 1
- Link to related skill 2
