Boss, Brain, Party, Discovery — multi-agent orchestration plugin for Claude Code Desktop. Smart routing, research fan-out, DSTP validation.
Research consolidator that synthesizes multiple source reports into a single coherent answer with quality scoring and contradiction detection.
Indexes work payloads into the knowledge base. Reads payloads from brain-pending/, generates embeddings via brain-embedder.js, creates structured entries with summary/tags/relations, saves to SQLite with vector + keyword + graph indexes.
Deep semantic search across the knowledge base. Given a natural language query, searches SQLite vector store via brain-store.js, re-ranks results with LLM judgment, and returns top-3 entries with relevance analysis. Supports cross-project queries.
Single-source research agent that researches a topic from one specific source (web, npm, docs, codebase) and returns structured findings with citations.
Fast correction analyzer — detects user corrections, dissatisfaction, and frustration signals. Runs every 2 turns. Cheaper/faster than pattern-analyzer.
Billing awareness system — cost tiers, multipliers, costSensitive routing, and how to make cost-effective model decisions automatically. Enables Claude to self-calibrate model choice per task without user intervention.
Knowledge Base — SQLite vector store with semantic search via Transformers.js (or Ollama/Voyage). Auto-indexed by hooks, auto-retrieved before every action. Scoped by project, searchable cross-project.
Brain Research methodology — multi-source fan-out research, quality gating, source authority ranking, and knowledge base persistence patterns.
Code review standards and checklists for consistent, thorough code reviews across all languages and frameworks. Covers security, performance, correctness, and style.
**WORKFLOW SKILL** — Local plugin configuration dashboard. USE FOR: opening the config UI, viewing/changing model-router, brain-config, pipelines, hooks, billing logs, searching the knowledge base. DO NOT USE FOR: editing config files directly via Write tool when user asks for dashboard (use the dashboard instead), non-plugin configuration.
Admin access level
Server config contains admin-level keywords
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
languageLanguage for user-facing communication (pt-BR or en)
${user_config.language}Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Monorepo de plugins para Claude Code Desktop — desenvolvido por Allan Santos.
| Plugin | Versão | Descrição |
|---|---|---|
| claude-code-boss | 0.1.0 | Sistema multi-agente com orquestração Boss + memória Brain, roteamento inteligente e pesquisa em fan-out |
claude-code-plugins/
├── claude-code-boss/ # Multi-agent orchestration system
│ ├── .claude-plugin/ # Plugin manifest
│ ├── .mcp.json # MCP server definitions
│ ├── servers/ # boss-server + brain-server (Node.js)
│ ├── agents/ # Agent definitions (.agent.md)
│ ├── skills/ # Claude Code skills
│ ├── hooks/ # Event hooks
│ ├── config/ # Routing, pipelines, brain config
│ ├── scripts/ # Brain CLI utilities
│ └── dashboard/ # HTML monitoring dashboard
└── ... # Futuros plugins
Cada plugin é instalado individualmente no Claude Code Desktop. Consulte o README de cada plugin para instruções específicas.
MIT
npx claudepluginhub allansantos-dv/claude-code-plugins --plugin claude-code-bossUltra-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.