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

Skillware adds synthetic data generator with entropy scoring for local model fine-tuning
Skillware has released a new synthetic data generator skill that uses zlib compression-ratio heuristics to score output diversity, helping prevent model collapse. The tool works out-of-the-box with Ollama, supports Gemini/Anthropic for high-reasoning batches, and outputs JSON batches for .jsonl fine-tuning pipelines.

Open Source Browser Tool for Testing MCP Servers Without Installation
An open source web tool called MCP Playground lets developers test MCP servers directly in their browser using WebContainers, a WASM Node.js runtime. It can run npm-based MCP servers locally without backend installation and connect to remote servers via URL.

MCP Server Connects Claude to Agent-to-Agent Marketplace
A developer built an MCP server that exposes five tools and two resources, allowing Claude to search, invoke, and pay for capabilities from other AI agents in a marketplace. The server includes persistent storage in an agent vault and was largely implemented using Claude Code.

Pangolin: Open-Source Identity-Based VPN as a ZTNA Alternative
Pangolin is an open-source VPN focused on identity-based remote access, offering an alternative to Cloudflare ZTNA, Zscaler, and Twingate.