ask-explaining-code
<critical_constraints> ❌ NO jargon without explanation ❌ NO skipping "obvious" parts ❌ NO restating code in English only ✅ MUST use concrete examples with actual values ✅ MUST include ASCII diagram for structure/flow ✅ MUST explain "why" not just "what" </critical_constraints>
<response_structure>
- Quick Summary (1-2 sentences)
- Big Picture Analogy
- ASCII Diagram (structure/flow)
- Step-by-Step Walkthrough (numbered)
- Key Concepts
- Common Pitfalls (⚠️) </response_structure>
<ascii_patterns> Flow: Start → Check → Process → End ↓ Error? → Retry
State: [Idle] --request--> [Loading] --success--> [Done] |--error--> [Error]
Call Stack: main() └─ processData() └─ validate() ← executing </ascii_patterns>
More from navanithans/agent-skill-kit
ask-owasp-security-review
Static security analysis auditing for OWASP Top 10 risks.
15ask-system-architect-prime
Principal Architect for repo audits, complexity analysis, and refactoring recommendations.
15ask-nextjs-architect
Next.js 14+ scaffolding. App Router, Server Components, Server Actions, SEO.
15ask-commit-assistance
Code review, staging, and Conventional Commit message generation. MUST NOT COMMIT.
15ask-python-refactor
Python refactoring for readability, maintainability, and performance.
14ask-shadcn-architect
Enforce shadcn/ui patterns, imports, and CLI-first component usage.
14