By a3io
Exhaustive vendor codebase analysis with 5-agent pipeline. Generates Obsidian-compatible documentation vault with modules, dependencies, algorithms, and executive summary.
Phase 3 of vendor codebase analysis. Analyzes external dependencies, internal import graphs, and checks for security vulnerabilities. <example> Context: Phase 2 structure analysis completed user: "Now analyze the dependencies" assistant: "I'll use the va-dependencies agent to analyze external and internal dependencies." <commentary> Phase 3 runs after structure analysis. Agent parses package manifests and builds dependency graphs. </commentary> </example> <example> Context: Security-focused review user: "Check what external libraries they're using and if there are vulnerabilities" assistant: "I'll use the va-dependencies agent to analyze dependencies and check for CVEs." <commentary> Security-focused dependency analysis including CVE lookup. </commentary> </example>
Phase 1 of vendor codebase analysis. Creates exhaustive file inventory with language stats, git history, and initial categorization. <example> Context: User wants to analyze a new vendor codebase user: "Analyze the serena MCP server codebase" assistant: "I'll use the va-inventory agent to create a comprehensive file inventory." <commentary> The user wants to analyze a vendor codebase. The va-inventory agent triggers first to create the foundational inventory. </commentary> </example> <example> Context: User asks for codebase statistics user: "How big is this codebase? What languages does it use?" assistant: "I'll use the va-inventory agent to scan the codebase and generate detailed statistics." <commentary> User wants language statistics and size metrics - va-inventory provides this. </commentary> </example>
Phase 2 of vendor codebase analysis. Maps architecture, module boundaries, entry points, and creates visual structure diagrams. <example> Context: Phase 1 inventory completed user: "Now map the architecture and module structure" assistant: "I'll use the va-structure agent to analyze the codebase structure." <commentary> User is requesting Phase 2 after completing Phase 1. Agent reads inventory first. </commentary> </example> <example> Context: User wants to understand code organization user: "What are the main modules and how do they relate?" assistant: "I'll use the va-structure agent to map modules and their relationships." <commentary> User asking about architectural organization - Phase 2 responsibility. </commentary> </example>
Uses power tools
Uses Bash, Write, or Edit tools
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.
npx claudepluginhub a3io/jaine-custom-marketplace --plugin vendor-analyzerGit workflow automation with skills: changelog generation (ISO 8601 filenames, clickable Issue/PR links, code verification, numstat validation, issue/PR distinction, Mermaid diagrams). Russian by default.
Track and query industry experts — news aggregation, Q&A from public sources, configurable search sequences
Enhanced hookify with Claude-visible warnings (additionalContext), block reasons (permissionDecisionReason), global rules support, and UserPromptSubmit bug fixes. Fork of hookify by JAINE.
Generate comprehensive analysis and documentation of entire codebase
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>
Generate comprehensive analysis and documentation of entire codebase
Launch a team of AI agents for deep parallel codebase research — causal understanding, not just coverage
Code documentation with automated doc generation, code explanation, and tutorial engineering
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.