.prompt.mdx authoring, datasets, experiments, evals, and git-based deploys. Once installed, a compatible agent auto-discovers it at session start and applies it whenever AgentMark context appears — .prompt.mdx files, agentmark.json, @agentmark-ai/* imports, or an explicit mention of AgentMark.
This page covers the agent skill (workflows and conventions your agent follows). It complements the docs MCP, which lets your editor query AgentMark documentation, and the MCP trace server, which lets it query live traces.
Installed automatically with create agentmark
If you bootstrap a project with the scaffolder, you already have the skill — no extra steps:
./.agents/skills/agentmark/ and symlinks it into each tool’s native location (Claude Code, Codex, Cursor, GitHub Copilot, and other agentskills.io-compatible tools).
Adding the skill to an existing project
Pick whichever fits your tooling:- Universal (npx skills)
- Claude Code plugin
- From the docs URL
Works across Claude Code, Codex, Cursor, GitHub Copilot, Amp, and other agentskills.io-compatible tools:Files land in
./.agents/skills/agentmark/ with symlinks into per-tool paths created automatically.What the skill contains
How it stays current
The skill is a thin pointer that delegates to live sources rather than a static snapshot. It teaches agents to:- Run
npx agentmark <cmd> --helpfor the canonical CLI surface - Fetch
docs.agentmark.co/llms.txtfor documentation navigation - Fetch specific pages from these docs for current content
reference/ files are regenerated from source on every release, so a stale install degrades gracefully — the agent is always instructed to prefer the live CLI and docs over the bundled copies.
Related documentation
Quickstart
Bootstrap a project with npm create agentmark — skill included
AI editor integration
Wire the docs MCP so your editor can query AgentMark documentation
MCP trace server
Query live traces and sessions from your editor
CLI commands
The command surface the skill drives
Have Questions?
We’re here to help! Choose the best way to reach us:
- Email us at hello@agentmark.co for support
- Schedule an Enterprise Demo to learn about our business solutions