.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.
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 is a thin pointer that delegates to live sources rather than a static snapshot. It teaches agents to:- Run
npx @agentmark-ai/cli <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
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 us at hello@agentmark.co for support
- Schedule an Enterprise Demo to learn about our business solutions