Discover, publish, and manage every artifact your agents need.

From artifact discovery to team collaboration — built for how agentic coding teams actually work.
A CLI that handles everything from install to publish, and a review process that keeps quality high.
Search, install, sync, and push from your terminal. Everything declared in agex.toml.
A PR-like flow for artifacts. Maintainers review changes before they go live.
Every edit creates a version with inline diff comparison.
Require 1 or more maintainer approvals before publishing.
Add maintainers and manage permissions per artifact.
Get notified on new versions, reviews, and issue activity.
Developers everywhere are sharing rules, skills, and tools. Follow builders, curate collections, and stay on top of what the community is shipping.
Declare your dependencies in agex.toml. Run agex sync and every platform gets configured — Claude Code, Cursor, Codex, Gemini CLI, and OpenCode.
Only agex.toml is committed to git. Agent files are generated on sync — zero merge conflicts, team syncs through the hub.
agex.toml
[project]
name = "my-app"
platforms = ["claude-code", "cursor"]
[dependencies]
"@anthropic/mcp-builder" = "latest"
"@community/nextjs-rules" = "^2.0"
"@team/internal-hooks" = "latest"
[local]
"./rules/CLAUDE.md" = { type = "rule" }
"./skills/" = { type = "skill" }