plugins/gir-core/skills/modules/SKILL.md
# /modules List installed GIR modules and discover available ones. --- ## Instructions Read `.gir/GIR.modules` and display the currently installed modules in a clean table format. Then inform the user about available official modules they haven't installed: **Official GIR Modules:** | Module | Description | Install | |--------|-------------|---------| | gir-core | Core agents, workflows, best practices (REQUIRED) | `claude plugin install gir-core` | | gir-web | Frontend/fullstack agents a
npx skillsauth add rivit-studio/gir plugins/gir-core/skills/modulesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
List installed GIR modules and discover available ones.
Read .gir/GIR.modules and display the currently installed modules in a clean table format.
Then inform the user about available official modules they haven't installed:
Official GIR Modules:
| Module | Description | Install |
|--------|-------------|---------|
| gir-core | Core agents, workflows, best practices (REQUIRED) | claude plugin install gir-core |
| gir-web | Frontend/fullstack agents and design skills | claude plugin install gir-web |
| gir-automation | n8n workflow builder agent | claude plugin install gir-automation |
| gir-tools | AgentHub + team coordination + subtask parallel execution | claude plugin install gir-tools |
| gir-database | Database management — Supabase | claude plugin install gir-database |
| gir-ai | AI tool delegation — Gemini-CLI, Codex | claude plugin install gir-ai |
| gir-qa | QA & review tools — CodeRabbit, Jules | claude plugin install gir-qa |
Mark installed modules with a checkmark. Show their version and what they provide.
If .gir/GIR.modules doesn't exist, say the memory bank hasn't been initialized and suggest running /gir-core:init-memory-bank first.
testing
GIR orchestration core — routing rules, delegation tiers, cost discipline, Graphify integration, escalation trigger, and lazy-load instructions. Always loaded.
tools
Native parallel agent execution using Claude Code's built-in Agent tool with worktree isolation. On-demand skill — load when parallel work is needed.
testing
Autonomous execution mode for GIR — unattended operation, cap fail-safe, checkpoint/resume protocol. On-demand skill loaded by /gir:run.
tools
MCP tool reference for web development — v0, Figma, Vercel. Apply when doing UI generation or deployment for frontend work.