Skills
Canonical inventory and showcase for the agent skills ecosystem.
Inventory
The full categorized reference lives in references/skills-inventory.md.
99 skills across 23 category buckets (mirroring the skills/<category>/ directory layout):
| Category |
Count |
Key skills |
Governance & control (governance) |
9 |
agentic-control-kernel, architecture-design-principles, bstack |
Orchestration & autonomy (orchestration) |
10 |
arc, autonomous, eve-forge, governed-autonomy-loop |
Skill & prompt tooling (tooling) |
9 |
audit-harness-usage, broomva-cli, make-spec |
Knowledge & memory (knowledge) |
8 |
bookkeeping, braindump, colombia-conflict |
Research (research) |
2 |
checkit, deep-dive-research-orchestrator |
Strategy & decisions (strategy) |
5 |
decision-log, phronesis, pre-mortem |
Operating cadence (cadence) |
4 |
drift-check, morning-briefing, stakeholder-update |
Publishing & growth (publishing) |
7 |
blog-post, content-creation, revenuecast |
Video & multimedia (video) |
6 |
brainrot-for-good, content-engine, creative-review |
Audio & music (audio) |
3 |
livecoding, omnivoice |
Design & brand (design) |
7 |
arcan-glass, broomva-design, design-engineering |
Finance & payments (finance) |
4 |
finance-substrate, haima, investment-management |
Compute infrastructure (compute) |
3 |
agentic-vps, colab-remote, remote-gpu |
Model runtimes (models) |
2 |
bitnet, heretic-abliteration |
Messaging channels (messaging) |
2 |
claude-code-channels, claude-remote-sessions |
Robotics (robotics) |
2 |
capx-agentic-robotics, orcahand |
Aerospace & RF (aerospace) |
2 |
openrocket-sim, sdr-satellite |
Neuroscience & BCI (neuroscience) |
3 |
tribe-v2-agent-alignment, tribe-v2-bci-applied, tribe-v2-neuroscience |
Healthcare (healthcare) |
2 |
founder-mode-oncology, health |
Science (science) |
1 |
ocean-genomics |
Simulation (simulation) |
3 |
parallax |
Commerce & procurement (commerce) |
3 |
d1-cli, procurer, swapit |
Everyday utilities (utilities) |
2 |
gasgo, alkosto-wait-optimizer |
Read the full inventory with descriptions: Read references/skills-inventory.md
Showcase Video
A Remotion project that renders the inventory as an animated video (1080x1080, 30fps, 48s)
plus a 7-post X thread lives at the monorepo root in skills-showcase/ (a repo-level dev
tool, not part of this skill's install — --skill skills-catalog ships only SKILL.md +
references/skills-inventory.md). From a clone of broomva/skills:
Note: the video dataset (skills-showcase/src/data/skills.ts) still reflects the legacy
"broader-ecosystem" catalog (86 rows, 15 marketing domains). The canonical inventory above
has been converged to the 23 monorepo buckets (BRO-1932); re-syncing skills.ts + the
Remotion scene grouping + re-rendering the video is tracked as a separate follow-up.
cd skills-showcase # at the repo root, not inside the skill
npm install
npx remotion render SkillsShowcase out/skills-showcase.mp4
npx remotion render SkillsShowcase out/skills-showcase.gif --every-nth-frame=3
Pre-rendered outputs land in the repo-root skills-showcase/out/.
Adding Skills
Edit this skill's references/skills-inventory.md for the catalog, and (for the video dataset)
the repo-root skills-showcase/src/data/skills.ts. Re-render after changes.
1---2name: skills-catalog3description: Canonical reference inventory of the 99 agent skills in the broomva/skills monorepo, organized into 23 single-noun category buckets that mirror the skills/<category>/ directory layout, with a Remotion video showcase generator and X thread copy. Use when discovering available skills, browsing the full skills catalog, generating skills showcase content, or understanding what capabilities are available across governance, orchestration, tooling, knowledge, research, strategy, cadence, publishing, video, audio, design, finance, compute, models, messaging, robotics, aerospace, neuroscience, healthcare, science, simulation, commerce, and everyday utilities. Triggers on "skills inventory", "list all skills", "what skills are available", "skills catalog", "skills showcase", "skills video", "showcase skills", "skills reference", or any request to browse, search, or visualize the skills monorepo.4---56# Skills78Canonical inventory and showcase for the agent skills ecosystem.910## Inventory1112The full categorized reference lives in [references/skills-inventory.md](references/skills-inventory.md).131499 skills across 23 category buckets (mirroring the `skills/<category>/` directory layout):1516| Category | Count | Key skills |17|---|---|---|18| Governance & control (`governance`) | 9 | agentic-control-kernel, architecture-design-principles, bstack |19| Orchestration & autonomy (`orchestration`) | 10 | arc, autonomous, eve-forge, governed-autonomy-loop |20| Skill & prompt tooling (`tooling`) | 9 | audit-harness-usage, broomva-cli, make-spec |21| Knowledge & memory (`knowledge`) | 8 | bookkeeping, braindump, colombia-conflict |22| Research (`research`) | 2 | checkit, deep-dive-research-orchestrator |23| Strategy & decisions (`strategy`) | 5 | decision-log, phronesis, pre-mortem |24| Operating cadence (`cadence`) | 4 | drift-check, morning-briefing, stakeholder-update |25| Publishing & growth (`publishing`) | 7 | blog-post, content-creation, revenuecast |26| Video & multimedia (`video`) | 6 | brainrot-for-good, content-engine, creative-review |27| Audio & music (`audio`) | 3 | livecoding, omnivoice |28| Design & brand (`design`) | 7 | arcan-glass, broomva-design, design-engineering |29| Finance & payments (`finance`) | 4 | finance-substrate, haima, investment-management |30| Compute infrastructure (`compute`) | 3 | agentic-vps, colab-remote, remote-gpu |31| Model runtimes (`models`) | 2 | bitnet, heretic-abliteration |32| Messaging channels (`messaging`) | 2 | claude-code-channels, claude-remote-sessions |33| Robotics (`robotics`) | 2 | capx-agentic-robotics, orcahand |34| Aerospace & RF (`aerospace`) | 2 | openrocket-sim, sdr-satellite |35| Neuroscience & BCI (`neuroscience`) | 3 | tribe-v2-agent-alignment, tribe-v2-bci-applied, tribe-v2-neuroscience |36| Healthcare (`healthcare`) | 2 | founder-mode-oncology, health |37| Science (`science`) | 1 | ocean-genomics |38| Simulation (`simulation`) | 3 | parallax |39| Commerce & procurement (`commerce`) | 3 | d1-cli, procurer, swapit |40| Everyday utilities (`utilities`) | 2 | gasgo, alkosto-wait-optimizer |4142Read the full inventory with descriptions: `Read references/skills-inventory.md`4344## Showcase Video4546A Remotion project that renders the inventory as an animated video (1080x1080, 30fps, 48s)47plus a 7-post X thread lives at the **monorepo root** in `skills-showcase/` (a repo-level dev48tool, not part of this skill's install — `--skill skills-catalog` ships only `SKILL.md` +49`references/skills-inventory.md`). From a clone of `broomva/skills`:5051> **Note:** the video dataset (`skills-showcase/src/data/skills.ts`) still reflects the legacy52> "broader-ecosystem" catalog (86 rows, 15 marketing domains). The canonical inventory above53> has been converged to the 23 monorepo buckets (BRO-1932); re-syncing `skills.ts` + the54> Remotion scene grouping + re-rendering the video is tracked as a separate follow-up.5556```bash57cd skills-showcase # at the repo root, not inside the skill58npm install59npx remotion render SkillsShowcase out/skills-showcase.mp460npx remotion render SkillsShowcase out/skills-showcase.gif --every-nth-frame=361```6263Pre-rendered outputs land in the repo-root `skills-showcase/out/`.6465## Adding Skills6667Edit this skill's `references/skills-inventory.md` for the catalog, and (for the video dataset)68the repo-root `skills-showcase/src/data/skills.ts`. Re-render after changes.