Skip to main content
Projects
Jan 2026

Skillbox

Local-first, agent-agnostic skills manager for AI coding agents

CLI preview

Golden workflow

The core loop is intentionally small: list skills, update them, and preview a shared source.

$skillbox list
Global Skills (5)  codex    → ~/.codex/skillsgit  agent-browser  create-pr  frontend-design  webapp-testingurl  skillbox

Purpose

Skillbox installs, updates, imports, and syncs reusable agent skills across Claude, Cursor, Codex, OpenCode, Amp, and Antigravity without tying the workflow to one tool.

Workflow

The CLI focuses on the commands used most often: list installed skills, check for updates, update one or all skills, add skills from GitHub repositories or direct URLs, and register project-local skill folders.

Project Shape

Built in TypeScript with machine-readable JSON output, GitHub-backed install flows, project inspection, configurable install modes, and release automation through npm.