Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Dynamic skill+subagent orchestrator for Claude Code. Reads CLAUDE-agents.md, audits local skills/agents, checks upstream versions, and proposes installs/updates from a curated catalog of premium sources before dispatching the task.
npx claudepluginhub produtoramaxvision/maxvision --plugin maxvisionGenerate tests for a completed phase based on UAT criteria and implementation
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Audit per-plugin skill description token contributions to reduce session startup budget. Pass-through to Skill(audit-budget).
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Multi-mode capture of ideas, tasks, notes, and seeds to their canonical destination — todo, note, backlog, seed, or interactive list
Fills Nyquist validation gaps by generating tests and verifying coverage for phase requirements
Analyzes codebase for existing patterns and produces PATTERNS.md mapping new files to closest analogs. Read-only codebase analysis spawned by /maxvision:plan-phase orchestrator before planning.
Researches how to implement a phase before planning. Produces RESEARCH.md consumed by maxvision-planner. Spawned by /maxvision:plan-phase orchestrator.
Verifies plans will achieve phase goal before execution. Goal-backward analysis of plan quality. Spawned by /maxvision:plan-phase orchestrator.
Creates executable phase plans with task breakdown, dependency analysis, and goal-backward verification. Spawned by /maxvision:plan-phase orchestrator.
Clarity gate that refines vague or ambiguous tasks via short Socratic dialogue before keyword extraction and routing. Asks 2-4 focused, one-at-a-time questions targeting scope, success criteria, target files, constraints, and expected output format. Returns a REFINED_TASK string that orchestrate uses for downstream phases. Called from orchestrate P-1; can also be invoked directly when a request feels under-specified.
DDD doc gate that writes or updates CONTEXT.md and appends an Architecture Decision Record (ADR) to docs/adr/ when the refined task targets a writer subagent in a repo that already shows DDD signal. Sharpens fuzzy domain terminology against the existing glossary before the writer dispatches. Called from orchestrate P7.4 after Phase 7.5 provisioning; no-op when the gate conditions are not met.
Combined careful + freeze in one skill: stricter gates plus module freeze in one operation. Use when both layers should fire on the same target.
Codex-native MaxVision health check for planning directory state, repair candidates, and workflow consistency.
Codex-native MaxVision inbox triage for GitHub issues and pull requests against project templates.
Watches skills/discover-skill/references/skill-sources.json for mutations. Notifies when catalog was edited so the user knows to run 'maxvision-sources rebuild' before next orchestrate. Emits at most once per 60s. Invoke via /monitor.
Reports when the FTS5 catalog index (~/.claude/cache/maxvision/index.db) is older than the staleness threshold (default 7 days). One notification per session. Invoke via /monitor.
Owner-only — checks upstream releases of this plugin + produtoramaxvision/maxvision + produtoramaxvision/maxvision + produtoramaxvision/maxvision. Gated by gh CLI auth (silent exit for non-owners). Cached 24h. Invoke via /check-update or auto-arm via SessionStart.
Matches all tools
Hooks run on every tool call, not just specific ones
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.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
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.
X (Twitter) automation for Claude Code: 16 MCP tools v0.1 (read + write), 4-layer hybrid (xAI Grok + X API v2 + Apify + Patchright fallback). Free / Pro / Agency tiers via Stripe.
LinkedIn automation suite for Claude Code: 15 tools (search_jobs/apply/profile/feed/optimize + companies/employees/posts/activity/engagement). Apify harvestapi backend ($4-10/1k profile, $0.10/page company) + BD Web Unlocker for jobs. Free / Pro / Agency tiers via Stripe.
YouTube automation for Claude Code: 14 MCP tools (search, analytics, transcript intel, A/B test, schedule, moderate). API-first (YouTube Data API v3) + Claude API for transcript intelligence + cross-channel agent for Agency tier. Free / Pro $19 / Agency $79 via Stripe + Asaas (PIX BR).
TikTok + TikTok Shop automation for Claude Code: 28+ MCP tools (trending, video analytics, hashtag/sound insights, Shop products/orders/fulfillment/affiliate, content posting, competitor watch). OAuth (Login Kit + Display API + Content Posting + Shop Partner v2) + Apify/BD Web Unlocker hybrid backend. Free / Pro / Shop+ / Agency tiers via Stripe.
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
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Share bugs, ideas, or general feedback.
Read in: 🇺🇸 English | 🇧🇷 Português (Brasil)
Dynamic skill + subagent orchestrator for Claude Code — zero session-startup overhead, version integrity on autopilot, human-driven provisioning.
Pre-1.0 stability notice. This plugin is in the
0.x.yseries. Breaking changes can land in minor versions until1.0.0ships. Pin to a specific tag if your automation depends on a particular hook/skill API shape. See CHANGELOG.md for migration notes on every release.
MaxVision eliminates the 15k-token agent overhead in Claude Code 2.1.x by keeping 500+ specialist subagents and 4,000+ skills in an FTS5 catalog and materializing only what each task requires. The orchestrator reads your cheatsheets, audits locally installed components, checks upstream commits, and presents a single approval prompt before dispatching to the right agent with the right skills loaded.
Three guarantees:
--force-check bypass. Origin tracked in .maxvision-source.json per component.sim / all / skip-N / none). Updates run before installs. Tier 4 entries require explicit per-line sign-off even in batch mode.| Skill | Purpose |
|---|---|
orchestrate | Master entry point — 8-phase flow with clarity gate, multi-task split, lazy-load agents. |
route-task | FTS5 + BM25 discovery; picks subagent + skills for the task. |
discover-skill | Lookup missing skills in the curated catalog. |
discover-agent | BM25/FTS5 lookup for agents by keyword. |
check-version | Compare local gitCommitSha with upstream (cache 1h, --force-check bypass). |
update-component | Apply upstream update to a skill or agent. |
install-skill | Install via sparse-clone, marketplace, synthesis, or antigravity. |
install-agent | Install agent on-demand (lazy-load model — from_cache, sparse_clone, raw_url). |
uninstall-agent | Remove a lazy-installed agent (manual only; never auto-invoked). |
audit-local-skills | Read-only inventory with redundancy detection and budget report. |
synthesize-skill | Create a custom maxvision-<name> skill from complementary upstream sources. |
refresh-catalog | Re-fetch upstream metadata for the FTS5 catalog. |
40 commands across 5 categories, all under /maxvision:. Full reference: docs/COMMANDS.md.
| Category | Commands |
|---|---|
| Spec & Planning | spec-phase, discuss-phase, writing-plans, executing-plans, plan-phase |
| Execute & Ship | execute-phase, ship, verify-phase, pr-branch, complete-milestone |
| Review | code-review, pr-review, security-audit, qa, inbox |
| Lifecycle | progress, pause-work, resume-work, cleanup, health, forensics |
| Update | update [--force|--json], check-update [--force|--json] |
/plugin marketplace add produtoramaxvision/maxvision
/plugin install maxvision@maxvision
git clone https://github.com/produtoramaxvision/maxvision.git
claude --plugin-dir ./maxvision
# Orchestrate a complex task
/maxvision:orchestrate refactor src/components/Foo.tsx to use shadcn Select and add unit tests
# Plan before coding
/maxvision:plan-phase --phase 2 --interactive
# Ship a completed phase
/maxvision:ship --phase 3
# Check for plugin updates
/maxvision:update --force
For the full guided walkthrough, see docs/QUICKSTART.md.
The orchestrate skill is the multi-domain dispatcher (10 phases P0..P10). It has two activation surfaces: