blader/Claudeception

A Claude Code skill for autonomous skill extraction and continuous learning. Have Claude Code get smarter as it works.

2.4kStars on the repository
5Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

continuous-learning

01

blader/Claudeception

Skill Claude CodeCodex

Continuous learning system that extracts reusable knowledge from work sessions. Triggers: (1) /continuous-learning command to review session learnings, (2) "save this as a skill" or "extract a skill from this", (3) "what did we learn?", (4) After any task involving non-obvious debugging, workarounds, or…

2.4k +2 6mo ago A 93 tokens original MIT

claudeception

02

blader/Claudeception

Skill Claude CodeCodex

Claudeception is a continuous learning system that extracts reusable knowledge from work sessions. Triggers: (1) /claudeception command to review session learnings, (2) "save this as a skill" or "extract a skill from this", (3) "what did we learn?", (4) After any task involving non-obvious debugging, workarounds, or…

2.4k +2 6mo ago A 99 tokens copy · 92% MIT

blader/Claudeception

Skill Claude CodeCodex

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…

2.4k +2 6mo ago A 87 tokens original MIT

blader/Claudeception

Skill Claude CodeCodex

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…

2.4k +2 6mo ago A 100 tokens original MIT

blader/Claudeception

Skill Claude CodeCodex

Detect 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…

2.4k +2 6mo ago A 88 tokens original MIT