.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 gateway MCP, which lets it drive the full AgentMark API: traces, datasets, scores, experiments, apps, and deployments. See Coding agents for how the three fit together.
Installed automatically with create agentmark
If you bootstrap a project with the scaffolder, you already have the skill, with 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 points to live sources. It teaches agents to:- Run
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 from source on every release, so an outdated install still works: the skill always instructs the agent to prefer the live CLI and docs over the bundled copies.
Related documentation
Quickstart
Bootstrap a project with npm create agentmark, skill included
Docs MCP
Wire the docs MCP so your editor can query AgentMark documentation
Gateway MCP
Drive the full AgentMark API from your editor: traces, datasets, scores, deployments
CLI commands
The command surface the skill drives
Have questions?
Reach out any time:
- Email the team at hello@agentmark.co for support
- Schedule an Enterprise Demo to learn about AgentMark’s business solutions