APM

>Agent Skill

@rayk/skill-name-here

skilldevelopment

Clear, specific description of what this skill does and when Claude should use it. Include trigger terms users would naturally say. Maximum 1024 characters.

development
apm::install
$apm install @rayk/skill-name-here
apm::allowed-tools
ReadWriteEditGrepGlobBash
apm::skill.md
---
name: SKILL-NAME-HERE
description: Clear, specific description of what this skill does and when Claude should use it. Include trigger terms users would naturally say. Maximum 1024 characters.
allowed-tools:
  - Read
  - Write
  - Edit
  - Grep
  - Glob
  - Bash
---

# SKILL NAME

Brief overview of what this skill does.

## Instructions

[Provide clear, step-by-step instructions for Claude to follow]

1. First, do X
2. Then, do Y
3. Finally, do Z

## Examples

**Example 1:**
- Input: User request example
- Output: Expected result

**Example 2:**
- Input: Another example
- Output: Expected result