markup-agent
v0.1.1
Published
Install Markup review integration (Claude plugin + AGENTS.md) into any coding agent.
Readme
markup-agent
Install Markup review integration into any coding agent — Claude Code, or anything that reads AGENTS.md (Codex, Cursor, Grok-build, Amp, …).
Install
npx markup-agent initIt detects which agents are present, asks for a scope, and writes the right adapter files:
| Scope | Where it writes |
|---|---|
| repo | AGENTS.md + .claude/skills/ at the git repo root |
| project | AGENTS.md + .claude/skills/ in the current directory |
| user | ~/.codex/AGENTS.md + ~/.claude/skills/ |
Flags: --scope user|project|repo, --target claude|agents|all, --token <tok>, --yes, --dry-run.
Re-running is safe: the AGENTS.md section is a marker-fenced block that updates in place and never touches your other content.
Remote review token
Pass --token (or paste when prompted) to write ~/.config/markup/.env (chmod 600) so the agent can push docs to markup.radx.dev for review from any device. Mint a token at https://markup.radx.dev/settings.
For maintainers
All integration prose lives in source/markup.md. Run npm run build (or npm run build:agent from the repo root) to regenerate dist/ and the in-repo Claude plugin. npm test checks the build is in sync.
