npx ai-builder add skill panaversity/code-example-generatorThis skill should be used when generating lesson summaries for educational content. It extracts key concepts, mental models, patterns, and common mistakes from lesson markdown files using a Socratic extraction process. Use this skill when a lesson file needs a `.summary.md` companion file, or when reviewing/refreshing existing summaries.
npx ai-builder add skill panaversity/summary-generatorBuild production RAG systems with LangChain orchestration and Qdrant vector store. Covers 8 RAG architectures (Simple, HyDE, CRAG, Self-RAG, Agentic), document processing, semantic chunking, retrieval chains, and evaluation with LangSmith/RAGAS. Use when implementing RAG pipelines, semantic search, or AI knowledge systems. NOT for simple keyword search.
npx ai-builder add skill panaversity/building-rag-systems**Version**: 3.0.0 (Strengthened from v2.0 2/4 → 4/4)
npx ai-builder add skill panaversity/skills-proficiency-mappernpx ai-builder add skill panaversity/building-with-kafka-strimzinpx ai-builder add skill panaversity/technical-clarityGenerate 50-question interactive quizzes using the Quiz component with randomized batching. Use when creating end-of-chapter assessments. Displays 15-20 questions per session with immediate feedback. NOT for static markdown quizzes.
npx ai-builder add skill panaversity/quiz-generator