A pkg registry for AI tools.
AIpkgs is a registry of skills, subagents, rules, hooks, MCPs, & status-lines. Compose AIpkg manifests with dependencies and your own agent setups, markdown, and code. Install, build & share agent setups like npm packages.
Plugins and skills alone are not enough.
01 Plugins are black boxes — unwieldy and obfuscated, with no way to extend or modify them. And skills alone don't unlock the full potential of AI agents. So AIpkgs started.
02 Why not treat AI agents like code with packaged dependencies and open source? Pull in the best skills, the best subagents, build custom agents without starting from zero.
A composable dependency system.
Skills, rules, setups, subagents — can all be dependencies for other AI pkgs. This allows you to build on top of existing work by other developers.
{"deps": {"skills": {"design": "codex/design@1.0.0"},"boxes": {"node": "org443/node@latest"},}}
.claude/├─ rules/│ ├─ node-general.md│ └─ node-workspaces.md└─ skills/├─ design/└─ repo-design/
skill
Composable agent skills — invoked when the agent decides they're relevant.
rule
Always-on coding rules and conventions.
subagent
Specialized sub-agents for delegated tasks.
setup
Settings, MCP servers, and hooks that fire on harness events.
box
A whole agent bundled with its deps.