# SUITE_NAME

> TRIGGER_DESCRIPTION. Use when USER_CONTEXT. Routes to specialists for CAPABILITIES.

- Skill: `dtsong/suite-name` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add dtsong/suite-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dtsong/suite-name/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: dtsong (https://skillmd.com/u/dtsong)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/dtsong/suite-name

---


# SUITE_NAME

## Purpose
One-sentence description of what this skill suite does.

## Classification
- If REQUEST_TYPE_A → load `skills/specialist-a/SKILL.md`
- If REQUEST_TYPE_B → load `skills/specialist-b/SKILL.md`
- Default → load `skills/specialist-a/SKILL.md`

## Skill Registry
| Skill | Path | Purpose | Model Tier |
|-------|------|---------|------------|
| specialist-a | `skills/specialist-a/SKILL.md` | Does X | analytical |
| specialist-b | `skills/specialist-b/SKILL.md` | Does Y | reasoning |

## Load Directive
Read ONLY the relevant specialist SKILL.md based on classification above. Do not pre-load multiple specialists.

## Handoff Protocol
Pass between skills as structured JSON:
```json
{
  "source_skill": "specialist-a",
  "findings": [],
  "confidence": "high|medium|low"
}
```

