From oh-my-claudecode
Conducts systematic deep analysis of code, bugs, architecture, performance, and security issues. Follows 4-phase debugging protocol with root cause focus and structured output of findings and recommendations.
npx claudepluginhub mazenyassergithub/oh-my-claudecode --plugin oh-my-claudecodeThis skill uses the workspace's default tool permissions.
[ANALYSIS MODE ACTIVATED]
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
[ANALYSIS MODE ACTIVATED]
Conduct thorough analysis of the specified target (code, architecture, issue, bug, performance bottleneck, security concern).
Gather Context
Analyze Systematically
For Debugging/Bug Analysis (4-Phase Protocol)
When analyzing bugs or issues, follow systematic debugging:
Root Cause First - Never skip to fixes
Pattern Analysis - Find working vs broken
3-Failure Circuit Breaker - If stuck:
Synthesize Findings
Provide Recommendations
Present findings clearly:
Stay objective. Cite file paths and line numbers. No speculation without evidence.