[Vendor] [Topic] · git:20260405.e279511 · 2026-04-05 · sha256 eebc2c657620ec29

[Vendor] [Topic] git:20260405.e279511A

Immutable. This exact content is served forever at /api/v1/blob/eebc2c657620ec29.

---
name: "[Vendor] [Topic]"
when_to_use: "When [specific action or scenario that should trigger this skill]"
description: >
  Use this skill when [describe the trigger conditions - what user requests
  or contexts should activate this skill]. Include specific scenarios and
  use cases.
triggers:
  - keyword 1
  - keyword 2
  - phrase that triggers this skill
---

# [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