# 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: `wyattowalsh/skill-bundle-curator` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add wyattowalsh/skill-bundle-curator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wyattowalsh/skill-bundle-curator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: wyattowalsh (https://skillmd.com/u/wyattowalsh)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wyattowalsh/skill-bundle-curator

---


# 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

```bash
uv run python skills/skill-bundle-curator/scripts/bundle_report.py
uv run python skills/skill-bundle-curator/scripts/bundle_report.py --format json
uv run python skills/skill-bundle-curator/scripts/bundle_report.py adapters
```

Cross-check counts with skill-router index before publishing bundle notes.

## Validation Contract

```bash
uv 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.

