Skip to content

GemBoxLtd/GemBox-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Definition and tests of GemBox skill for coding agents (Copilot/Claude/Codex)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors