Skip to main content
We publish a skill — the same SKILL.md format Anthropic introduced — that teaches your AI coding tool how to use Dari end-to-end: install the CLI, authenticate, store credentials, author dari.yml, and deploy. Source: mupt-ai/dari-skill.

Claude Code

Add the repo as a plugin marketplace, then install the dari plugin:
/plugin marketplace add mupt-ai/dari-skill
/plugin install dari@mupt-ai-dari-skill
Or drop the skill directly (no marketplace):
git clone https://github.com/mupt-ai/dari-skill.git
cp -r dari-skill/skills/dari ~/.claude/skills/
Restart Claude Code. Trigger the skill by asking about deploying a Dari agent.

Codex

Add as a Codex plugin marketplace, then enable dari from /plugins:
codex plugin marketplace add mupt-ai/dari-skill
Or drop the skill directly into your user-level skills directory:
mkdir -p ~/.agents/skills/dari
curl -fsSL https://raw.githubusercontent.com/mupt-ai/dari-skill/main/skills/dari/SKILL.md \
  -o ~/.agents/skills/dari/SKILL.md
“Skill” here means the editor-tool skill — instructions your coding assistant loads to help you use Dari. It is distinct from Dari’s own in-agent skills, which bundle markdown playbooks inside a deployed agent.