Skip to content

Installation & Usage

The 3 routes below are reproduced from the repository's README.md, unchanged and in its order. The README is the source; if the two ever disagree, this page is the copy and the README is right.

Installing via Open Agent Skills CLI (npx skills)

The Open Agent Skills CLI works natively with this repository via .claude-plugin/marketplace.json:

Terminal window
# List available skills in the repository
npx skills add ghchinoy/agent-skills --list
# Install a specific skill (e.g., mcp-auditor)
npx skills add ghchinoy/agent-skills --skill mcp-auditor
# Install all skills to your project
npx skills add ghchinoy/agent-skills --all

Using via Gemini CLI

Terminal window
# Install a specific skill directly from GitHub
gemini skills install ghchinoy/agent-skills --path plugins/beads-workflow/skills/bd-dolt-troubleshooter
# Clone and link locally
git clone https://github.com/ghchinoy/agent-skills.git
gemini skills link ./agent-skills/plugins/beads-workflow/skills/bd-dolt-troubleshooter

Using via Antigravity CLI (agy)

Copy or link the desired plugin or skill directory into your workspace:

Terminal window
# Global scope
cp -R plugins/ai-pop/skills/* ~/.gemini/antigravity/skills/
# Project scope
cp -R plugins/ai-pop/skills/* .agents/skills/