# skills/ — persona-grouped agent playbooks

Five task-shaped playbooks for Claude Code (or any AI assistant). Each skill loads in one shot — pick the one that matches what the user asked for.

| Skill | When to invoke |
|-------|----------------|
| [`phoebe-integrate-consumer.md`](./phoebe-integrate-consumer.md) | "Add Phoebe price reads to my contract", "integrate the oracle", "consume a Phoebe feed". |
| [`phoebe-deploy.md`](./phoebe-deploy.md) | "Deploy Phoebe", "stand up a new Phoebe instance", "wire Phoebe to Atlas + ForgeTON". |
| [`phoebe-operator-setup.md`](./phoebe-operator-setup.md) | "Run a Phoebe operator", "register pkShare", "set up snapshot pushing". |
| [`phoebe-owner-ops.md`](./phoebe-owner-ops.md) | "Pause / unpause / update config / withdraw fees / upgrade contract". |
| [`phoebe-debug.md`](./phoebe-debug.md) | Any unexplained revert, schema drift, or "my push/pull failed". |

All skills follow the same structure: `description` (in frontmatter for slash-command discovery) → playbook with copy-paste-ready snippets → "watch out for" → cross-references.
