Skill2.7k repo starsupdated 9d ago
docs
The drawio skill enables Claude Code to create, edit, and manage diagrams using Draw.io integration. Install it through Claude Code's plugin marketplace, via npm skills package manager, or by cloning the repository directly into your skills directory, with updates available through your chosen installation channel.
Install in Claude Code
Copygit clone --depth 1 https://github.com/Agents365-ai/drawio-skill /tmp/docs && cp -r /tmp/docs/docs/INSTALL_ ~/.claude/skills/docsThen start a new Claude Code session; the skill loads automatically.
Definition
INSTALL_SKILL.md
# Skill Installation [中文](INSTALL_SKILL_CN.md) ```bash # Any agent (Claude Code, Cursor, Copilot, etc.) npx skills add Agents365-ai/365-skills -g # Claude Code only > /plugin marketplace add Agents365-ai/365-skills > /plugin install drawio ``` Manual install — clone into your agent's skills directory: ```bash git clone https://github.com/Agents365-ai/drawio-skill.git ~/.claude/skills/drawio-skill ``` Common paths: `~/.claude/skills/` (Claude Code), `~/.config/opencode/skills/` (Opencode), `~/.openclaw/skills/` (OpenClaw), `~/.agents/skills/` (Codex). Also indexed on [SkillsMP](https://skillsmp.com/skills/agents365-ai-drawio-skill-skills-drawio-skill-skill-md) and [ClawHub](https://clawhub.ai/agents365-ai/drawio-pro-skill). ## Updates Updates flow through whatever channel you installed from: ```bash # Claude Code plugin /plugin update drawio # OpenClaw clawhub update drawio-pro-skill # SkillsMP skills update drawio-skill ``` For direct `git clone` installs, pull from your install directory: ```bash cd <your-install-path>/drawio-skill && git pull ```