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:
# List available skills in the repositorynpx 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 projectnpx skills add ghchinoy/agent-skills --allUsing via Gemini CLI
# Install a specific skill directly from GitHubgemini skills install ghchinoy/agent-skills --path plugins/beads-workflow/skills/bd-dolt-troubleshooter
# Clone and link locallygit clone https://github.com/ghchinoy/agent-skills.gitgemini skills link ./agent-skills/plugins/beads-workflow/skills/bd-dolt-troubleshooterUsing via Antigravity CLI (agy)
Copy or link the desired plugin or skill directory into your workspace:
# Global scopecp -R plugins/ai-pop/skills/* ~/.gemini/antigravity/skills/
# Project scopecp -R plugins/ai-pop/skills/* .agents/skills/