brox

The package manager for AI agent skills.

$npm install -g @broxhq/cli

What's a skill?

A self-contained bundle of instructions, scripts, and references that extends an AI agent's capabilities. Drop one into your project and your agent gains a new ability — read PDFs, query databases, scan git history, fetch websites.

$brox install @brox/pdf-extractor

Skills land in .claude/skills/ — the convention recognized by Claude Code, Cursor, Cline, and Continue.

Available now

Full list lives in broxhq/registry.

Publish your own

Scaffold a skill with brox init, edit SKILL.md, push to GitHub, and publish. CI validates the manifest, ownership, and source repo, then auto-merges — usually in under a minute.

$ brox init
$ brox login
$ brox publish

You publish under your GitHub username as the scope: @alice/* belongs to alice.