Continuous learning system that monitors all user requests and interactions to identifylearning opportunities. Active during: (1) Every user request and task, (2) All codingsessions and problem-solving activities, (3) When discovering solutions, patterns, ortechniques, (4) During /retrospective sessions. Automatically evaluates whether currentwork contains valuable, reusable knowledge and creates new Claude Code skills when appropriate.
Installation
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listMore by blader
View allDetect and resolve TypeScript/JavaScript circular import dependencies. Use when: (1) "Cannot access 'X' before initialization" at runtime, (2) Import returns undefined unexpectedly, (3) "ReferenceError: Cannot access X before initialization", (4) Type errors that disappear when you change import order, (5) Jest/Vitest tests fail with undefined imports that work in browser.
Fix Prisma "Too many connections" and connection pool exhaustion errors in serverless environments (Vercel, AWS Lambda, Netlify). Use when: (1) Error "P2024: Timed out fetching a new connection from the pool", (2) PostgreSQL "too many connections for role", (3) Database works locally but fails in production serverless, (4) Intermittent database timeouts under load.
Debug getServerSideProps and getStaticProps errors in Next.js. Use when: (1) Page shows generic error but browser console is empty, (2) API routes return 500 with no details, (3) Server-side code fails silently, (4) Error only occurs on refresh not client navigation. Check terminal/server logs instead of browser for actual error messages.
