# PLUGIN_NAME

> Brief description. Use when user says "trigger phrase 1", "trigger phrase 2", or wants to [action].

- Skill: `jaykim88/plugin-name` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jaykim88/plugin-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jaykim88/plugin-name/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: JayKim88 (https://skillmd.com/u/jaykim88)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/jaykim88/plugin-name

---


# PLUGIN_NAME Skill

[Detailed description of what this skill does]

## Trigger Phrases

- "trigger phrase 1"
- "trigger phrase 2"
- "trigger phrase 3"

## When to Use

- [Scenario 1]
- [Scenario 2]
- [Scenario 3]

## Execution Algorithm

### Step 1: [First Step]

[What to do first]

```python
# If using tools:
AskUserQuestion(...)
# or
Task(subagent_type="agent-name", ...)
```

### Step 2: [Second Step]

[What to do next]

### Step 3: [Present Results]

[How to show results to user]

## Model Selection (if using agents)

| Agent | Model | Reasoning |
|-------|-------|-----------|
| agent-1 | sonnet | [Why] |
| agent-2 | haiku | [Why] |

## Error Handling

| Error | Cause | Solution |
|-------|-------|----------|
| [Error type] | [Why it happens] | [How to fix] |

## Quick Reference

**Usage:**
```
"trigger phrase"
/command-name (if applicable)
```

**Expected Duration:**
- [Time estimate]

**Output:**
- [What user receives]

## Related Skills

- `other-skill`: [How it relates]

## Future Enhancements

- [ ] Planned feature 1
- [ ] Planned feature 2

