Skill for CLI coding agents (Copilot/Claude/Codex)
CLI coding agents such as GitHub Copilot, Claude Code, and OpenAI Codex can write valid GemBox code when enabled with our gembox-skill. More details on the skills standard are available on the Agent Skills website.
Skill installation steps
- Download: gembox-skill.zip
- Unzip and copy the entire
gembox-skill/folder to your agent skills install path (see “Coding agents paths” below). - Restart your coding agent and then type
/skills listin the interactive mode to verify the skill is available.
Once installed, your coding agent will use gembox-skill automatically when generating GemBox code. You can invoke the skill manually with /gembox-skill (Copilot and Claude) or /skills gembox-skill (Codex).
Coding agents paths
A. GitHub Copilot
- Personal skills install path
- Windows:
%USERPROFILE%\.copilot\skills\ - Linux/macOS:
~/.copilot/skills/
- Windows:
- Repository skills install path: Read more in GitHub docs
B. Claude Code
- Personal skills install path
- Windows:
%USERPROFILE%\.claude\skills\ - Linux/macOS:
~/.claude/skills/
- Windows:
- Enterprise/Project/Plugin skills install path: Read more in Claude docs
C. OpenAI Codex
- Personal skills install path
- Windows:
%USERPROFILE%\.codex\skills\ - Linux/macOS:
~/.codex/skills/
- Windows:
- Repository/Admin skills install path: Read more in OpenAI docs