Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By AeyeOps
Portfolio dashboard for PE technical due diligence: People / Product / Process insights from any set of git repositories.
npx claudepluginhub aeyeops/aeo-diligence-marketplace --plugin code-diligenceConversational drill-down analyst for code-diligence. Read-only access to a target's warehouse and cloned repos. Use when the user invokes /code-diligence:ask, or when they ask exploratory follow-up questions about a target after running ingest.
Generates evidence-grounded narrative summaries for code-diligence dashboard cards. Use when called by the code-diligence ingest or refresh skill at the end of a tier; not user-invoked.
Spawn a read-only conversational analyst over a code-diligence target's warehouse and repo clones for open-ended drill-down into a finding (e.g., "why is this repo a hotspot?", "who carries bus-factor risk for X?"). Use when the user invokes /code-diligence:ask. Distinct from investigating which tool fed which warehouse column — use interpreting-tool-output for that.
Build the Observable Framework dashboard for a code-diligence target's warehouse, honoring the privacy gate on the working-pattern card. Use when the user invokes /code-diligence:dashboard, or auto-fired by the PostToolUse hook after a warehouse write.
Initial setup for a new code-diligence target — clone repos, walk git history, run the tool wrappers, populate the warehouse, and generate curation YAMLs. Use when the user invokes /code-diligence:ingest, or sets up code-diligence on a target for the first time (no warehouse exists yet). For already-ingested targets that need new commits picked up, use refreshing-target.
Reference for mapping raw tool output (code-maat, hercules, git-of-theseus, git-fame, git-truck, repowise) to warehouse tables, tool-specific quirks, and cross-check rules. Use when debugging warehouse mismatches, investigating why two tools report different values for the same metric, deciding which canonical source to trust, or querying a specific warehouse table to compare per-tool entries — distinct from open-ended dashboard drill-down (asker) or writing narrative copy (axes).
Incrementally refresh an existing code-diligence target — pull new commits, rerun the tool wrappers, and update the warehouse without resetting analyst-confirmed curations. Use when the target was already ingested (its warehouse exists) and the user invokes /code-diligence:refresh, or asks to recompute, rerun, or update an existing target's data.
Admin access level
Server config contains admin-level keywords
Executes bash commands
Hook triggers when Bash tool is used
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.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Release management agents for orchestrating deployments, ensuring compliance, and implementing progressive rollout strategies
Performance engineering toolkit with agents for profiling, bottleneck identification, optimization planning, and monitoring setup. Requires companion plugins: aeo-architecture
User experience agents for interface optimization, accessibility validation, and WCAG compliance verification
Claude development skills: Agent SDK reference, skill creation, slash command creation, prompt engineering (create + review), Opus 4.6 prompting, ultra validation workflows, team-coordinated planning, and session retrospectives
Security assessment agents for vulnerability scanning, compliance validation, code auditing, and remediation guidance
aeo-diligence-marketplace
Claude Code plugin marketplace for AeyeOps technical due-diligence tooling
This repository is a Claude Code plugin marketplace — a registry that Claude Code can install one or more plugins from with a single command. It is not itself a plugin; the actual plugins live under plugins/.
claude plugin marketplace add AeyeOps/aeo-diligence-marketplace
After that, every plugin listed below is installable with one line.
| Plugin | What it does | Install |
|---|---|---|
| code-diligence | Portfolio dashboard for PE technical due diligence — People / Product / Process insights from any set of git repositories. Observable Framework dashboard, DuckDB warehouse, narrator + read-only asker agents. | claude plugin install code-diligence@aeo-diligence |
More diligence plugins are planned. Each will land as a sibling under plugins/ and a new entry in .claude-plugin/marketplace.json.
aeo-diligence-marketplace/
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest — Claude Code reads this
├── plugins/
│ └── code-diligence/ # one plugin per subdirectory
│ ├── .claude-plugin/
│ │ └── plugin.json # per-plugin manifest
│ ├── agents/ skills/ hooks/ .mcp.json
│ └── README.md # plugin-specific docs
├── docs/
│ └── adding-a-plugin.md # how to contribute a new plugin
├── LICENSE
└── README.md # this file
See docs/adding-a-plugin.md for the exact directory shape, manifest fields, and the marketplace-registration step.
MIT · Copyright © 2026 AeyeOps
Each bundled plugin and any vendored third-party tool retains its own license — see the plugin's own LICENSE and per-tool attribution in its README.