skill-bundle-curator
Summarize bundle components from agent-bundle.json and repo skill/agent counts. Use when packaging or auditing distributable bundles. NOT for live plugin installs.
skill-bundle-curator157 wordsMITv1.0.0Repo-owned
skill-bundle-curator
Summarize bundle components from agent-bundle.json and repo skill/agent counts. Use when packaging or auditing distributable bundles. NOT for live plugin installs.
Quick Start
Install:
npx skills add github:wyattowalsh/agents --skill skill-bundle-curator -y -g --agent antigravity --agent claude-code --agent codex --agent crush --agent cursor --agent gemini-cli --agent github-copilot --agent grok --agent opencodeUse: /skill-bundle-curator [--format json]
Works with Claude Code, Gemini CLI, OpenCode, and other agentskills.io-compatible agents.
What It Does
Section titled “What It Does”Report bundle composition and adapter install surfaces for the repository root bundle.
| $ARGUMENTS | Action |
|---|---|
| Empty | Default bundle summary |
--format json | Machine-readable bundle report |
adapters | List adapter install/update commands only |
Critical Rules
Section titled “Critical Rules”- Treat adapter install strings as documentation — do not execute them from this skill.
- Never duplicate
skills/oragents/into platform plugin folders. - Pair bundle reports with cross-agent-install-smoke dry-run before install reconciliation.
- Keep bundle root policy aligned with
AGENTS.md§2.1. - Route packaging ZIP work to the repo packaging command, not ad-hoc archives.
| Field | Value |
|---|---|
| Source Type | repo-owned |
| Display Source | github:wyattowalsh/agents |
| Source Kind | repo |
| Installability | portable command |
| Review State | reviewed |
| Target Agents | antigravity, claude-code, codex, crush, cursor, gemini-cli, github-copilot, grok, opencode |
| Field | Value |
|---|---|
| Name | skill-bundle-curator |
| License | MIT |
| Version | 1.0.0 |
| Author | wyattowalsh |
| Field | Value |
|---|---|
| Argument Hint | [--format json] |
View Full SKILL.md
---name: skill-bundle-curatordescription: >- Summarize bundle components from agent-bundle.json and repo skill/agent counts. Use when packaging or auditing distributable bundles. NOT for live plugin installs.user-invocable: trueargument-hint: "[--format json]"license: MITmetadata: author: wyattowalsh version: "1.0.0"---
# Skill Bundle Curator
Report bundle composition and adapter install surfaces for the repository root bundle.
**Scope:** Read-only bundle inventory. Does not run install commands or marketplace updates.
## Dispatch
| $ARGUMENTS | Action ||------------|--------|| Empty | Default bundle summary || `--format json` | Machine-readable bundle report || `adapters` | List adapter install/update commands only |
## Workflow
```bashuv run python skills/skill-bundle-curator/scripts/bundle_report.pyuv run python skills/skill-bundle-curator/scripts/bundle_report.py --format jsonuv run python skills/skill-bundle-curator/scripts/bundle_report.py adapters```
Cross-check counts with skill-router index before publishing bundle notes.
## Validation Contract
```bashuv run python skills/skill-bundle-curator/scripts/check.py```
## Critical Rules
1. Treat adapter install strings as documentation — do not execute them from this skill.2. Never duplicate `skills/` or `agents/` into platform plugin folders.3. Pair bundle reports with cross-agent-install-smoke dry-run before install reconciliation.4. Keep bundle root policy aligned with `AGENTS.md` §2.1.5. Route packaging ZIP work to the repo packaging command, not ad-hoc archives.Resources
Section titled “Resources”Skill CatalogBrowse custom and external skills.
CLI ReferenceInstall and manage skills.
agentskills.ioThe open ecosystem for cross-agent skills.
