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

The platform for agentic coding teams

agex platform
Features

Everything your team needs

From artifact discovery to team collaboration — built for how agentic coding teams actually work.

7 Artifact Types
Rules, Skills, MCP Servers, Hooks, Agents, Commands, and CLI Tools — every kind of agent configuration has a home.
Version Control
Every update creates a versioned snapshot with full diff history. PR-like review workflow with maintainer approvals.
Issues & Discussions
GitHub-style issue tracker on every artifact. HN-style community forum for sharing ideas and showcasing builds.
Organizations & Teams
Team workspaces with owner, admin, and member roles. Org-scoped artifacts with @org/package namespacing.
Trending & Badges
Community-driven rankings surface the best content. Trust badges like Popular and Highly Rated help you find quality.
Collections & Feed
Curate lists of your favorite artifacts. Follow developers and track updates in your personalized activity feed.
Multi-file Artifacts
Upload entire directories or import from GitHub. Built-in file browser with syntax highlighting and folder structure.
Full-text Search
Cmd+K search across the entire registry. Filter by platform, category, and type. Powered by Postgres tsvector.
Workflow

Built for real workflows

A CLI that handles everything from install to publish, and a review process that keeps quality high.

One CLI to manage it all

Search, install, sync, and push from your terminal. Everything declared in agex.toml.

$agex init
$agex add @user/pkg
$agex sync
$agex run @user/skill
$agex push .
$agex status

Review before publish

A PR-like flow for artifacts. Maintainers review changes before they go live.

Version snapshots

Every edit creates a version with inline diff comparison.

Configurable approvals

Require 1 or more maintainer approvals before publishing.

Invite collaborators

Add maintainers and manage permissions per artifact.

Notifications

Get notified on new versions, reviews, and issue activity.

Community

A global community of agent builders

Developers everywhere are sharing rules, skills, and tools. Follow builders, curate collections, and stay on top of what the community is shipping.

world map
Manifest

One file, every platform

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" }

Ready to get started?

Join a growing community of developers building with agents. Free forever for public artifacts.