Agent skills and Claude Code plugins for Corgea tools.
Install every skill with the skills CLI. It works with Claude Code, Cursor, Codex, OpenCode, and 70+ other agents:
npx skills add corgea/skills --skill '*'Or install one skill:
Corgea Scan:
npx skills add corgea/skills --skill corgea-scanSighthound:
npx skills add corgea/skills --skill sighthoundFor Claude Code, add the marketplace:
/plugin marketplace add corgea/skills
Then install one plugin:
Corgea Scan:
/plugin install corgea@skills
Sighthound:
/plugin install sighthound@skills
| Skill | Description |
|---|---|
| corgea-scan | Scan with the Corgea CLI's AI-powered BLAST scanner, then review and apply the AI-generated fixes |
| sighthound | Run Sighthound, a fast tree-sitter SAST scanner with pattern and taint-flow analysis |