By liby
Autonomous skill extraction and continuous learning. Claude extracts and preserves learned knowledge into reusable skills.
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 trial-and-error discovery. Creates new Claude Code skills when valuable, reusable knowledge is identified.
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 trial-and-error discovery. Creates new Claude Code skills when valuable, reusable knowledge is identified.
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.
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.
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 tests fail with undefined imports that work in browser.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A curated collection of high-quality plugins for Claude Code.
Important: Make sure you trust a plugin before installing it. We do not control what MCP servers, files, or other software are included in third-party plugins and cannot verify that they will work as intended. See each plugin's homepage for more information.
Add this marketplace to Claude Code:
/plugin marketplace add liby/vibe-coding-plugins
Then install plugins:
/plugin install <plugin-name>@vibe-coding-plugins
Or browse available plugins in /plugin > Discover.
| Plugin | Category | Description |
|---|---|---|
| chrome-devtools-mcp | development | Chrome DevTools for coding agents. Control and inspect a live Chrome browser. |
| grep-by-vercel | development | Search over a million public GitHub repositories using grep.app's MCP server. |
| notebooklm-skill | productivity | Query Google NotebookLM notebooks for source-grounded answers from Gemini. |
For more information on developing Claude Code plugins, see the official documentation.
npx claudepluginhub liby/vibe-coding-plugins --plugin claudeceptionQuery Google NotebookLM notebooks for source-grounded, citation-backed answers from Gemini. Communicate directly with your uploaded documents.
Search over a million public GitHub repositories using grep.app's official MCP server. Find real-world code examples, implementation patterns, and learn from open-source projects.
Persistent mistake memory for Claude Code. Logs corrections and patterns to a per-repo scratchpad so your agent stops repeating mistakes.
A collection of 179 rules that AI coding agents can use when writing Rust. Covers ownership, error handling, memory, API design, testing, performance, and more.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Claude Code skill pack for Perplexity (30 skills)
Create, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.