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-scanCorgea MCP:
npx skills add corgea/skills --skill corgea-mcpSighthound:
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
Corgea MCP:
/plugin install corgea-mcp@skills
Sighthound:
/plugin install sighthound@skills
| Skill | Description |
|---|---|
| corgea-scan | Drive the Corgea CLI: scan with the AI-powered BLAST scanner, apply the AI-generated fixes, gate package installs, and inventory dependencies |
| corgea-mcp | Query Corgea scans, findings, dependencies, and blocking rules over MCP |
| sighthound | Run Sighthound, a fast tree-sitter SAST scanner with pattern and taint-flow analysis |
| sighthound-rules | Write, test, and debug custom Sighthound detection rules in RON format |