phoenix

phoenix is a skill for Claude Code, Codex from All-The-Vibes/ATV-Phoenix. It costs 92 tokens per session (2,527 once invoked), scanned A, original, MIT.

A workflow coordinator for software tasks that chooses the appropriate Phoenix step for planning, building, testing, debugging, or reviewing work.

In plain words
What is it for?
Use it at the start of a task to route the work to the matching Phoenix workflow and verification step.
Why use it?
It gives each phase an objective check and defines what to do when that check fails. This helps an agent move through engineering work without relying only on its own judgment.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it at the start of a task to route the work to the matching Phoenix workflow and verification step.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/all-the-vibes/atv-phoenix/phoenix
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add All-The-Vibes/ATV-Phoenix --skill phoenix
Clone the repo
git clone --depth 1 https://github.com/All-The-Vibes/ATV-Phoenix

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for phoenix

README.md
[![agentmods](https://agentmods.dev/badge/skills/all-the-vibes/atv-phoenix/phoenix/github.svg)](https://agentmods.dev/skills/all-the-vibes/atv-phoenix/phoenix)
Your own site
<a href="https://agentmods.dev/skills/all-the-vibes/atv-phoenix/phoenix"><img src="https://agentmods.dev/badge/skills/all-the-vibes/atv-phoenix/phoenix/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for phoenix

Your own site · 80×15
<a href="https://agentmods.dev/skills/all-the-vibes/atv-phoenix/phoenix"><img src="https://agentmods.dev/badge/skills/all-the-vibes/atv-phoenix/phoenix.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,527 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.02527
Opus 5 $0.00046 $0.01264
Sonnet 5 $0.00018 $0.00505
Haiku 4.5 $0.00009 $0.00253

Measured 6d ago against content hash 6d0b659dc68f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

phoenix scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/phoenix/SKILL.md · 149 lines

How it starts

The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Phoenix — the self-healing engineering harness (meta-skill)

Phoenix is a comprehensive engineering workflow, organized by development phase, where every phase ends in an objective verification gate (phoenix_sense) and every failure triggers bounded recovery (phoenix_heal). It is built to be fast and extremely token-efficient: it routes structural questions to a prebuilt code graph instead of re-reading files, loads skill detail only when a phase activates (progressive disclosure), and never burns tokens looping on unverified work.

The orchestration layer — not the model — determines agent success. Phoenix is that layer.

Skill routing

Task arrives
    │
    ├── Vague / "not sure what I want" / high-stakes? ───→ phoenix-think  (deep interview + research)
    ├── Have a clear intent, need steps? ────────────────→ phoenix-plan   (verifiable task breakdown)
    ├── Implementing code? ──────────────────────────────→ phoenix-build  (snapshot→edit→sense→heal)
    │     ├── proving behavior / fixing a bug? ──────────→ phoenix-test   (the test is the gate)
    │     ├── writing TypeScript? ───────────────────────→ phoenix-typescript (tsc --noEmit is the gate)
    │     ├── building/reviewing UI or animation? ───────→ phoenix-design (taste, gated by build/lint)
    │     ├── dependencies / a CVE / a lockfile? ────────→ phoenix-deps   (clean-room install is the gate)
    │     └── keeping it simple & surgical? ─────────────→ phoenix-craft  (Karpathy guardrails)
    ├── Something broke / a check is red? ───────────────→ phoenix-debug  (triage + self-heal)
    ├── Need cheap, precise context on a big codebase? ──→ phoenix-context (graph routing, −tokens)
    ├── Reviewing finished work? ────────────────────────→ phoenix-review (re-run every check + trace)
    └── Declaring done / shipping? ──────────────────────→ phoenix-ship   (final sense + verified trace)

A task usually flows think → plan → build (↔ test/debug) → review → ship, but enter at whatever phase matches reality. Skills also activate by their own descriptions — building UI pulls build+test, a red check pulls debug, and so on.

Read the full file on GitHub · 149 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago Changed · +1 lines 6d0b659dc68f
  2. 10d ago First seen · 148 lines · 92 tokens per session scan A d126a473ef3f

Subscribe to this mod's changes

phoenix is a skill published in the GitHub repository All-The-Vibes/ATV-Phoenix (5 stars, last pushed 5d ago), licensed MIT. It adds 92 tokens to every session and 2,527 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

rework-rate

Measure and interpret PR rework rate — the emerging 5th DORA metric.

bradygaster/squad · 20 tokens

security-review

Perform a focused security review of pending git changes to identify high-confidence security vulnerabilities with real exploitation potential. Use this skill when the user asks for a security review, security audit, vulnerability scan, or wants to check pending changes on a branch for security issues before merging.…

waybarrios/opencode-power-pack · 64 tokens

huggingface-llm-trainer

Train or fine-tune language models with TRL or Unsloth on Hugging Face Jobs, including SFT, DPO, GRPO, reward models, and GGUF conversion. Use for cloud LLM training; use huggingface-vision-trainer for vision tasks.

waybarrios/opencode-power-pack · 65 tokens

feature-dev

Guide a feature implementation through a structured seven-phase workflow with deep codebase understanding, clarifying questions, parallel architecture design, and quality review. Use this skill when the user asks to build a new feature, add functionality, or wants a methodical approach to implementation rather than…

waybarrios/opencode-power-pack · 62 tokens

semgrep-rule-variant-creator

Creates language variants of existing Semgrep rules. Use when porting a Semgrep rule to specified target languages. Takes an existing rule and target languages as input, produces independent rule+test directories for each language.

waybarrios/opencode-power-pack · 50 tokens

learning-quality

Structured format for capturing high-quality learnings during ClosedLoop runs.

closedloop-ai/claude-plugins · 15 tokens