npx claudepluginhub rivit-studio/gir --plugin gir-coreThis skill uses the workspace's default tool permissions.
List installed GIR modules and discover available ones.
Catalogs installed plugins, agents, skills, MCP servers, and local repository resources across AI CLI platforms like Claude Code. Use to inventory tools, debug resources, or audit capabilities.
Lists all core and expert agents in Director Mode Lite, including purposes, triggers, invocation examples, and custom agent creation instructions.
Troubleshoots Claude Code plugin registry issues like installation scopes, orphaned entries, project-scoped visibility bugs, and debugging failures. Details structure of ~/.claude/plugins/installed_plugins.json.
Share bugs, ideas, or general feedback.
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.