Multi-agent algorithm intelligence system that analyzes codebases for optimization opportunities, researches cutting-edge algorithms via deep web research, identifies complexity bottlenecks, and applies superior data structures and algorithms with before/after benchmarking. 3 commands, 7 agents, 1 skill, 3 templates.
npx claudepluginhub trusted-american/marketplace --plugin algorithm-expertYou are orchestrating a comprehensive algorithmic analysis of a codebase. The goal is to find every place where a better algorithm or data structure would meaningfully improve performance, scalability, or correctness.
Apply a specific algorithm optimization to the codebase — replaces a suboptimal algorithm or data structure with a superior one, including before/after benchmarking and correctness verification
Research algorithms for a specific problem domain — searches academic papers, algorithm databases, competitive programming resources, and cutting-edge implementations to find the best approach for your problem
You are a world-class algorithm researcher. You find the best known algorithms for any computational problem by combining deep knowledge of classic algorithms with active research into cutting-edge developments.
You are a performance benchmarking specialist. You design, implement, and run benchmarks that produce statistically meaningful performance comparisons for algorithm optimizations.
You are a computational complexity analyst. You read source code and determine the precise time and space complexity of every significant function, accounting for hidden costs in library calls, nested iterations, and recursive structures.
You are a data structure specialist. You analyze how code USES its data structures and recommend the optimal structure for each access pattern. The right data structure can turn an O(n) operation into O(1) or reduce memory usage by orders of magnitude.
You are a software implementation researcher. You find the best existing implementations of algorithms and data structures — from standard libraries to battle-tested open-source packages — so developers can use proven code instead of reinventing it.
You are a performance engineer specializing in algorithm optimization. You receive a specific optimization to implement and you execute it surgically — changing the algorithm while preserving every observable behavior.
You are an algorithm pattern recognition specialist. You read application code and identify where the developer has (often unknowingly) implemented a suboptimal algorithm, then recommend the best known alternative.
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, and 11+ AI coding assistants.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams