Preview. Both are distributed org-internal today. The
atlanai/claude-plugins marketplace is private during preview, and
@atlanai/registry is not on public npm. Confirm access with your Atlan
contact first.Capture coding-agent sessions
The Claude Code trace plugin installs local hooks that turn each coding session into OpenTelemetry traces and ships them to Agent Registry. You get the same session, trace, and cost views for coding work that the SDKs give you for your own agents — without changing any application code.Claude Code trace plugin
Install the marketplace plugin, sign in, and verify a captured session.
Managed installation
Deploy it fleet-wide through Claude Code managed settings.
Install agent artifacts into a project
registry resolves skills, plugins, subagents, commands, hooks, MCP servers,
rules, and LSP servers from a Git repository and projects them into whichever
coding agents a project actually uses — Claude Code, Codex, Cursor, or the
vendor-neutral AGENTS.md layout — then records exactly what it did so the next
run can tell whether anything moved.
Registry package manager
Install artifacts, pin refs, and keep a project in sync.
Command reference
Every command, flag, scope, and exit code.
Related
- CLI overview — the
atlanaiCLI, which owns publishing, registry reads, and trace management. It is a different binary fromregistry. - Publish skills from GitHub — put skills into Agent Registry, rather than pulling them into a project.
- Tracing SDKs — instrument your own agents instead of a coding agent.