diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f49505bb..1c27c35a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -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)." } ] } diff --git a/README.md b/README.md index b63e7f7d..06b2a759 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/docs/setup/marketplaces.md b/docs/setup/marketplaces.md index 32635dad..ec50626d 100644 --- a/docs/setup/marketplaces.md +++ b/docs/setup/marketplaces.md @@ -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 @@ -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 @@ -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). diff --git a/plugins/magpie-utilities/skills/report-framework-issue b/plugins/magpie-utilities/skills/report-framework-issue new file mode 120000 index 00000000..c0d28ed8 --- /dev/null +++ b/plugins/magpie-utilities/skills/report-framework-issue @@ -0,0 +1 @@ +../../../skills/report-framework-issue \ No newline at end of file