APM

>Agent Skill

@joaquimscosta/skill-name

skilldevelopment

What this skill does. Use when user mentions "keyword1", "keyword2", or "keyword3". Keep under 1,024 characters and include specific trigger keywords.

api-design
apm::install
$apm install @joaquimscosta/skill-name
apm::skill.md
---
name: Skill Name
description: What this skill does. Use when user mentions "keyword1", "keyword2", or "keyword3". Keep under 1,024 characters and include specific trigger keywords.
---

# Quick Start

[Essential instructions - keep under 150 lines]

## When to Use

This skill activates when:
- [Trigger condition 1]
- [Trigger condition 2]
- [Trigger condition 3]

## Core Workflow

1. [Step 1]
2. [Step 2]
3. [Step 3]

## Output Structure

[What the skill produces]

## Common Issues

See [TROUBLESHOOTING.md](TROUBLESHOOTING.md) for solutions to common problems.

## Examples

See [EXAMPLES.md](EXAMPLES.md) for complete examples.