Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"name": "magpie-utilities",
"source": "./plugins/magpie-utilities",
"version": "0.2.0.dev0",
"description": "Apache Magpie utilities family (4 skills)."
"description": "Apache Magpie utilities family (5 skills)."
}
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ means and which modes are still proposed vs. shipping today.
| Family | Type | Modes | Purpose | Detail |
|---|---|---|---|---|
| [**setup**](docs/setup/README.md) | always-on | (infra) | Isolated agent setup, framework install + maintenance, shared-config sync. The prerequisite — at minimum the `setup` skill itself runs out of this family. | 9 skills, [`docs/setup/`](docs/setup/) |
| **utilities** | always-on | (meta) | Framework meta-skills: author skills (`write-skill`), restructure them (`optimize-skill`), reconcile skill state (`skill-reconciler`), and print a live index (`list-skills`). | 4 skills |
| **utilities** | always-on | (meta) | Framework meta-skills: author skills (`write-skill`), restructure them (`optimize-skill`), reconcile skill state (`skill-reconciler`), report framework issues (`report-framework-issue`), and print a live index (`list-skills`). | 5 skills |
| [**security**](docs/security/README.md) | opt-in | Triage, Drafting | 16-step security-issue handling lifecycle — from `security@` import through CVE publication, including state sync. Maintainer-only. | 12 skills, [`docs/security/`](docs/security/) |
| [**pr-management**](docs/pr-management/README.md) | opt-in | Triage | Maintainer-facing PR-queue management — triage, stats, deep code review, express-lane merge, stale-sweep, reviewer routing, and pre-first-PR checks. | 8 skills, [`docs/pr-management/`](docs/pr-management/README.md) |
| [**issue**](docs/issue-management/README.md) | opt-in | Triage, Drafting | General-issue lifecycle: triage, reproduction, fix drafting, reassess, stale-sweep, deduplication, and backlog reporting. | 8 skills, [`docs/issue-management/`](docs/issue-management/README.md) |
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/marketplaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ through the plugin/extension mechanisms of the major AI coding agents,

> [!IMPORTANT]
> The marketplace path is a **discovery and trial** channel: it drops the
> 70 skills into your agent so you can use them immediately. It does **not**
> 71 skills into your agent so you can use them immediately. It does **not**
> set up the full adoption machinery (the committed pin, the gitignored
> snapshot, drift detection, agentic overrides, or the secure-agent setup).
> For a project that adopts Magpie for real, use `/magpie-setup` — the
Expand Down Expand Up @@ -114,7 +114,7 @@ the model on **every** turn — see ["always-on" cost](#versioning) below).

**All-in-one — `magpie`**

- ✅ One install; all 70 skills; nothing to decide. Uses the real `skills/`
- ✅ One install; all 71 skills; nothing to decide. Uses the real `skills/`
directory, so **no symlinks** — works on Windows out of the box.
- ⚠️ Adds **~21.7k always-on tokens to every session**, including families you
may never use — that context (and cost) is spent whether or not you invoke a
Expand Down Expand Up @@ -324,7 +324,7 @@ as an AP1 package. Two ways in:
the coding-agent settings) and install `magpie` from it. That path reads the
root [`marketplace.json`](../../marketplace.json).

Either way the 70 skills become available to the agent under the plugin. As
Either way the 71 skills become available to the agent under the plugin. As
with Codex, only the **all-in-one** `magpie` plugin is offered — the per-family
plugins are Claude Code-only, for the reason recorded
[above](#choosing-a-plugin-all-in-one-vs-per-family).
Expand Down
1 change: 1 addition & 0 deletions plugins/magpie-utilities/skills/report-framework-issue