SKILL.md distributions for deployment.io coding-agent integrations. Install once per agent, use across all projects.
| Skill | Description |
|---|---|
deployment-io |
Deploy web services and static sites, read logs, manage environments. |
The skill is a directory you drop into your agent's skills folder. Clone once, then copy into the directory your agent reads:
git clone --depth 1 --branch v0.1.0 https://github.com/deployment-io/skills.git /tmp/dio-skillsThen copy to the path your agent uses:
# Claude Code / Claude Desktop
mkdir -p ~/.claude/skills && cp -r /tmp/dio-skills/skills/deployment-io ~/.claude/skills/
# Codex CLI
mkdir -p ~/.codex/skills && cp -r /tmp/dio-skills/skills/deployment-io ~/.codex/skills/
# Gemini CLI
mkdir -p ~/.gemini/skills && cp -r /tmp/dio-skills/skills/deployment-io ~/.gemini/skills/
# Cursor (Feb 2026+)
mkdir -p ~/.cursor/skills && cp -r /tmp/dio-skills/skills/deployment-io ~/.cursor/skills/Restart your agent after copying so it picks up the new skill.
This skill calls tools served by the deployment.io MCP server. The skill itself does not authenticate — you must connect the MCP server separately in your agent. See https://deployment.io/docs/coding-agents/mcp-configuration/ for one-click OAuth flows.
Re-clone with the new tag and re-copy to your agent's skills directory:
git clone --depth 1 --branch <new-tag> https://github.com/deployment-io/skills.git /tmp/dio-skills
cp -r /tmp/dio-skills/skills/deployment-io ~/.claude/skills/ # or your agent's pathSemver via git tags. Breaking changes to SKILL.md guidance bump the minor until 1.0, then major.
MIT.