gembox-skills

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Skill for CLI coding agents (Copilot/Claude/Codex)

This package contains a ready-to-install Agent Skill named "gembox-skill" that provides coding assistance for GemBox components.

To install, copy the entire gembox-skill/ folder to your agent skills install path (see the list below). 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 skill manually with /gembox-skill (Copilot and Claude) and /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

Skill testing

To test the skill when modifying, there is the docker folder that creates an image with .NET 10.0, git, bash, powershell, Node, Copilot, Claude, Codex, and GemBox skill installed. When started, it mounts your local folder to the container. After you login to Copilot/Claude/Codex you can test how skill works or run test-bash-benchmark. If you don't want to build the container yourself, check our premade gembox-skill docker container.