phoenix-setup

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

A setup guide for installing the ATV-Phoenix self-healing tools into the GitHub Copilot command-line tool.

In plain words
What is it for?
Use it to enable the Phoenix agent and its tools for sensing problems, taking snapshots, repairing issues, and verifying the repair trace in GitHub Copilot.
Why use it?
It automates building the Phoenix server, registering its tools and agent, installing bundled skills, and checking that the setup works.

Skill for Claude CodeCodex

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

Good fit Use it to enable the Phoenix agent and its tools for sensing problems, taking snapshots, repairing issues, and verifying the repair trace in GitHub Copilot.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/all-the-vibes/atv-phoenix/phoenix-setup
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-setup
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-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/all-the-vibes/atv-phoenix/phoenix-setup/github.svg)](https://agentmods.dev/skills/all-the-vibes/atv-phoenix/phoenix-setup)
Your own site
<a href="https://agentmods.dev/skills/all-the-vibes/atv-phoenix/phoenix-setup"><img src="https://agentmods.dev/badge/skills/all-the-vibes/atv-phoenix/phoenix-setup/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-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/all-the-vibes/atv-phoenix/phoenix-setup"><img src="https://agentmods.dev/badge/skills/all-the-vibes/atv-phoenix/phoenix-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 521 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.00077 $0.00521
Opus 5 $0.00039 $0.00260
Sonnet 5 $0.00015 $0.00104
Haiku 4.5 $0.00008 $0.00052

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

Security

Grade A, and why

phoenix-setup 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (setup.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.copilot-plugin/skills/phoenix-setup/SKILL.md · 40 lines

What it actually says

/phoenix-setup

This skill installs ATV-Phoenix into the GitHub Copilot CLI so the phoenix agent and its four self-healing tools become available.

What it does

  1. Ensures the Rust binary phoenix-mcp exists (builds it with cargo build --release if missing).
  2. Registers the phoenix MCP server in ~/.copilot/mcp-config.json (so the tools auto-load).
  3. Installs the phoenix agent definition to ~/.copilot/agents/phoenix.agent.md (so copilot --agent phoenix works after a restart).
  4. Installs the 13 bundled skills into ~/.copilot/skills, then self-checks them with phoenix-mcp doctor (the harness validates its own skills).
  5. Installs the bundled TokenMasterX for token-efficient retrieval (best-effort; needs graphify).

How to run it

The setup script ships in this skill's directory. Locate it, then run it with the repo root:

  1. Run /skills info phoenix-setup and read the skill's directory path from the output.
  2. Run the setup script, passing the skill dir and the repo root:
python <skill-dir>/setup.py --repo <ATV-Phoenix-repo-root>

If --repo is omitted, the script looks for the repo via the PHOENIX_REPO env var or the current directory. It prints exactly what it registered and the restart command.

After install

Restart Copilot (or start with copilot --agent phoenix). Then ask Copilot to verify and self-heal a task — it will call phoenix_sense / phoenix_heal and only report success on objective evidence.

Honesty

The tools report objective signals only (exit codes / hashes / regex). A fabricated "done" is the failure mode Phoenix prevents; "I'm not sure it passed" is acceptable.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 40 lines · 77 tokens per session scan A b21c14a2e882

Subscribe to this mod's changes

phoenix-setup is a skill published in the GitHub repository All-The-Vibes/ATV-Phoenix (5 stars, last pushed 5d ago), licensed MIT. It adds 77 tokens to every session and 521 once invoked, about $0.0004 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