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

  1. Download: gembox-skill.zip
  2. Unzip and copy the entire gembox-skill/ folder to your agent skills install path (see “Coding agents paths” below).
  3. Restart your coding agent and then type/skills list in 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/
  • Repository skills install path: Read more in GitHub docs
B. Claude Code
  • Personal skills install path
    • Windows: %USERPROFILE%\.claude\skills\
    • Linux/macOS: ~/.claude/skills/
  • 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/
  • Repository/Admin skills install path: Read more in OpenAI docs