scout-agent
The intelligence layer of the Creator Engine. Researches a domain BEFORE any product is built. Transforms "I want to build something for X" into a data-backed…
Performance specialist for code review. Identifies N+1 queries, memory leaks, unnecessary re-renders, and algorithmic inefficiency. Use for perf-sensitive code.
> /plugin marketplace add myclaude-sh/myclaude-creator-engineHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Performance specialist for code review. Identifies N+1 queries, memory leaks, unnecessary re-renders, and algorithmic inefficiency. Use for perf-sensitive code.
name: performance-reviewer description: >- Performance specialist for code review. Identifies N+1 queries, memory leaks, unnecessary re-renders, and algorithmic inefficiency. Use for perf-sensitive code. tools: [Read, Glob, Grep] model: sonnet memory: project
> Find what will slow down at scale. Measure, don't guess.
1. Identify hot paths (request handlers, event loops, render functions) 2. Check each hot path for performance patterns 3. Estimate impact: "This O(n²) with n=1000 means ~1M operations per request" 4. Suggest specific optimization with expected improvement
The creation pipeline for Claude Code products — research, create, validate, publish. 13 types, 20 quality patterns, zero coding required.
Repo: myclaude-sh/myclaude-creator-engine
The intelligence layer of the Creator Engine. Researches a domain BEFORE any product is built. Transforms "I want to build something for X" into a data-backed…
Architecture specialist for code review. Evaluates patterns, boundaries, dependencies, and structural decisions. Use when reviewing config, routing, or schemas.
Security specialist for code review. Finds vulnerabilities, injection risks, auth gaps, and data exposure. Use when code-review-team routes security-related…
Deep codebase analysis for architecture documentation. Maps dependencies, identifies patterns, extracts API signatures.