wyattowalsh/agents

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.

First seen Jul 5, 2026

Installation

$ npx skills add wyattowalsh/agents --skill skill-bundle-curator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from wyattowalsh/agents · top by installs.

npx skills add wyattowalsh/agents

Browse all from wyattowalsh/agents

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
LicenseMIT
More metadata
author
wyattowalsh
version
1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,589 B
  • docs SUMMARY.md 191 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 35 installs

SKILL.md

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

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

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.