Interactive ecosystem diagram — scans Interverse monorepo and generates a D3.js force graph showing all plugins, skills, MCP tools, hooks, and their relationships.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interchart```
| Type | Description | Size | Example |
**CRITICAL: GitHub Pages deploys from `main` via Actions, NOT from the `gh-pages` branch.** The deploy workflow (`.github/workflows/deploy.yml`) triggers on pushes to `main` and builds `_site/` from `templates/ecosystem.html` + `data/scan.json`. Pushing to `gh-pages` alone does nothing — the live site won't update.
The scanner auto-discovers plugins in `plugins/*/`. Just add the plugin with a `.claude-plugin/plugin.json` manifest and regenerate. Skills, agents, MCP servers, and hooks are all discovered from the manifest and `hooks/hooks.json`.
- **Blank page = JS error**: The template runs as a single inline `<script>` block. Any `ReferenceError` kills the entire script silently — the page renders as blank with no console visible to most users. Always verify variable ordering after edits.
No test framework — verify manually:
The app uses a **unified force graph** with two independent toggle buttons in the toolbar, plus **workflow view selectors** (visible when Sprint is ON):
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
AI-powered development tools for code review, research, design, and workflow automation.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation