magpie-setup-status

magpie-setup-status is a skill for Claude Code from apache/magpie. It costs 86 tokens per session (2,452 once invoked), scanned A, original, Apache-2.0.

A dashboard for viewing how the Apache Magpie framework is installed in a project. It shows the pinned version, update drift, connected agents, installed skill groups, and whether links are healthy.

In plain words
What is it for?
Use it to inspect adoption status and reconfigure connected agents or skill groups through the main setup tool.
Why use it?
It gives operators one place to understand the current setup and identify broken links or configuration changes that need attention.

Skill for Claude Code ✓ vendor

Written for Claude Code: when-to-use in frontmatter. Also seen: mentions AGENTS.md.

Part of the magpie plugin — 72 skills shipped together

Good fit Use it to inspect adoption status and reconfigure connected agents or skill…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/apache/magpie/setup-status
About the project

Apache Magpie is a framework of agent-assisted workflows for maintaining Apache software projects, including issue triage, pull-request review, contributor mentoring, and security-report handling. Apache maintainers and developers use it to delegate repetitive project work to coding agents while retaining human review. Its catalogue entries are the skills, instructions, plugin, and settings that implement these workflows.

apache/magpie · 87 stars · on GitHub · magpie.apache.org

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 apache/magpie --skill setup-status
Clone the repo
git clone --depth 1 https://github.com/apache/magpie

Made for: Claude Code.

Or install magpie, the plugin that ships this one along with the rest of its 72 skills.

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 magpie-setup-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/apache/magpie/setup-status.svg)](https://agentmods.dev/skills/apache/magpie/setup-status)
Your own site
<a href="https://agentmods.dev/skills/apache/magpie/setup-status"><img src="https://agentmods.dev/badge/skills/apache/magpie/setup-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,452 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.00086 $0.02452
Opus 5 $0.00043 $0.01226
Sonnet 5 $0.00017 $0.00490
Haiku 4.5 $0.00009 $0.00245

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

Security

Grade A, and why

magpie-setup-status 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/collect_status.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.

skills/setup-status/SKILL.md · 247 lines

How it starts

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

setup-status

Render a one-glance picture of how apache-magpie is adopted in this repo, then let the user reconfigure it without leaving the view. The dashboard answers the questions an operator actually asks: which install method and version are pinned, has the snapshot drifted, which agent targets are wired, which skill families are installed, and are the symlinks healthy.

This skill is the configuration view of adoption. It is read- only on its own; every change it offers is carried out by delegating to /magpie-setup — the one skill that owns adoption mutation. For a deep integrity / health check (lock parsing, per-check ✓/✗ matrix, permission-hygiene audit, ASF comdev MCP prerequisites, stale-worktree sweep), use /magpie-setup verify; this skill links to it rather than duplicating its checks.


Adopter overrides

Before running the default behaviour documented below, this skill consults (in order, first hit wins):

  1. .apache-magpie-local/setup-status.md — personal, gitignored.
  2. .apache-magpie-overrides/setup-status.md — committed, project-wide.

Both files are applied if present. See docs/setup/agentic-overrides.md for the full lookup contract.

Hard rule: agents NEVER modify the snapshot under <adopter-repo>/.apache-magpie/. Local modifications go in the override file. Framework changes go via PR to apache/magpie.

Read the full file on GitHub · 247 lines

Files

What ships with it

4 files 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. 3d ago First seen · 247 lines · 86 tokens per session scan A ca50a1b90a3b

Subscribe to this mod's changes

magpie-setup-status is a skill published in the GitHub repository apache/magpie (87 stars, last pushed 5d ago), licensed Apache-2.0. It adds 86 tokens to every session and 2,452 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-09-03.