Skip to main content

Distri skill for coding agents

Distri ships a skill in the standard Agent Skills format so your coding agent, Claude Code, Cursor, Codex, knows how to work with Distri: the CLI, the agent.md format, pushing, running, and reading traces.

Install it with one command:

curl -fsSL https://distri.dev/skills/install.sh | sh

That drops the skill into .claude/skills/distri/, where Claude picks it up automatically. For other agents, point your rules file or system prompt at the SKILL.md:

curl -fsSL https://distri.dev/skills/distri/SKILL.md   # the skill
curl -fsSL https://distri.dev/llms-full.txt # every doc, one file

Install somewhere other than .claude/skills/:

curl -fsSL https://distri.dev/skills/install.sh | sh -s -- path/to/skills/distri

This is the same skill format your Distri agents use at runtime. See Skills.