Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By mistakeknot
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: interchart now publishes through `gsvdotcom` at `public/interchart/embed/index.html`, served inside `https://generalsystemsventures.com/interchart/`.** GitHub Pages is no longer the canonical live host.
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.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Codebase visualization — generates architecture, data flow, dependency, call chain, community detection, and class diagrams via Mermaid Chart MCP
Excalidraw diagramming toolkit — auto-diagram any codebase, architecture diagrams, data flows, with PNG/SVG/URL export
Analyzes a codebase and generates animated HTML architecture reports — diagrams, data flows, component directories, metrics, and insights.
Build interactive, click-through architecture diagrams as a single HTML file. Animated step-by-step flows, mode toggles, dark/light theme, side panel with payloads.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Generate, validate, render D2 diagrams from text or code
[DEPRECATED — use intervoice] Analyze your writing style and adapt Claude's output to sound like you. Replaced by intervoice, which reads one global multi-register profile instead of per-project glob-routed files.
Recursive AGENTS.md generator with integrated Oracle critique, CLAUDE.md harmonization, incremental updates, diff previews, and smart monorepo scoping. Cross-AI compatible.
Self-improving agent rig: codifies product and engineering discipline into composable workflows from brainstorm to ship. Compounds knowledge, generates domain agents, monitors its own docs, and surfaces conservative update drift. Orchestrates Claude, Codex, and Oracle through 6 agents, 52 commands, 19 skills, 0 MCP servers. Factory substrate: CXDB turn DAG, scenario bank with satisfaction scoring, evidence pipeline, agent capability policies. Companions: interspect, interphase, interline, interflux, interpath, interwatch, interslack, interform, intercraft, interdev, interpeer, intertest.
Token-efficient code reconnaissance for LLMs. Autonomous skills save 48-85% tokens via diff-context, semantic search, structural patterns, and symbol analysis. Includes MCP server for direct tool integration.
Token efficiency benchmarking, session analytics, and API-equivalent cost analysis for agent workflows
Interactive ecosystem diagram for the Sylveste / Interverse ecosystem. Visualizes plugins, services, skills, agents, hooks, and their relationships as an explorable force-directed graph with an optional sprint workflow overlay.
Live: https://generalsystemsventures.com/interchart/
# Generate diagram from local monorepo
bash scripts/generate.sh
# Generate to a specific output path
bash scripts/generate.sh "$(cd ../.. && pwd)" /tmp/test.html
# Publish to generalsystemsventures.com/interchart/
bash scripts/regenerate-and-deploy.sh
# If your gsvdotcom checkout is not at ~/projects/gsvdotcom
bash scripts/regenerate-and-deploy.sh "$(cd ../.. && pwd)" /path/to/gsvdotcom
scripts/scan.js) walks the monorepo reading plugin.json, SKILL.md, hooks.json, and Go source files. Outputs a JSON graph of nodes and edges.templates/ecosystem.html) is a self-contained HTML file with inline D3.js v7 (loaded from CDN). The scanner output is injected as a DATA_PLACEHOLDER.gsvdotcom/public/interchart/embed/index.html; generalsystemsventures.com serves it inside a first-party /interchart/ page instead of sending users to a visually separate standalone page.scripts/
scan.js → Node.js scanner (reads monorepo structure)
generate.sh → Scanner + template assembly
regenerate-and-deploy.sh → Generate + publish into gsvdotcom /interchart/
templates/
ecosystem.html → D3.js template (CSS + JS + HTML in one file)
data/
scan.json → Cached scanner output