RAG Learning Academy Built Inside Claude Code with 20 Specialist Agents

Interactive RAG Learning Environment
A developer built a complete RAG learning academy inside Claude Code to address shortcomings in existing tutorials. The project aims to provide a more intuitive, current, and detailed learning experience for developers with software experience.
Key Features
- Knowledge assessment: Run
/startto determine whether you should be on beginner, intermediate, or advanced tracks - Interactive learning: Ask questions along the way, digress if needed, with Claude keeping you on track and logging progress
- 20 specialist agents: Experts jump in when you go deep on specific topics like chunking strategy or reranking
- Open-source tools by default: No API keys required - uses local embeddings (all-MiniLM-L6-v2), ChromaDB, and Claude Code as the LLM
- Swappable components: Can swap in OpenAI embeddings or Pinecone instead of defaults
- Content freshness: Monthly CI checks codebase for deprecated patterns, stale model references, and outdated libraries
- On-demand audit: Run
/audit-contentfor freshness check
Structure and Commands
- 17 slash commands available
- 9-module curriculum
- Multi-language support in progress (Python only currently)
Quick Start
git clone https://github.com/TakaGoto/rag-learning-academy.git
cd rag-learning-academy
claude /startThe project is open source and free. It addresses specific issues the creator found with existing RAG tutorials: unintuitive UI, outdated content, reliance on services like AWS Bedrock that hide details, lack of immediate answers to questions, and assumptions of true beginner status.
📖 Read the full source: r/ClaudeAI
👀 See Also

GAN Skill for Claude Code: Adversarial AI Tool for Idea Refinement
A Claude Code skill called /gan uses adversarial AI roles to critique and improve ideas through alternating Discriminator and Generator phases, with features like intensity modes, multi-language output, and forced role selection developed through self-iteration.

ReRouted: macOS Menu Bar App to Auto-Fallback Across Claude, Codex, Grok, and More
ReRouted is a lightweight macOS menu bar app that acts as a local gateway. Point your AI tools to one endpoint; it routes and auto-fallbacks across your accounts when providers hit limits.

Claude Code plugin analyzes any plugin and generates interactive wiki reports
A new Claude Code plugin called vision-powers analyzes any plugin path or GitHub URL and generates an interactive HTML wiki report with architecture diagrams, security audits, and skill breakdowns. Installation is via claude plugin add vision-powers@claude-code-zero.

SubQ: A Sub-Quadratic LLM with 12M-Token Context Window
SubQ is a fully sub-quadratic sparse-attention LLM offering a 12M-token context window at 150 tokens/s, with SWE-Bench Verified 81.8% and RULER @ 128K 95.0%. It reduces attention compute ~1000× compared to transformers.