Claude Academy: A Free Coding Bootcamp That Runs Inside Claude Desktop

Claude Academy is a free coding bootcamp that runs inside Claude Desktop's Code tab. The developer behind it has been running free coding bootcamps for seven years and built this system to make learning accessible at the cost of a Claude Pro license ($18/month).
How It Works
Users download a zip file, open it in Claude Desktop with the "Code" tab, and type /learn. Claude picks up exactly where users left off each session—no login, platform, or dashboard required.
Three Core Commands
/learn— AI tutor delivers the next lesson, runs exercises in real time, and only moves on when the user is ready/progress— shows completion percentage, current streak, and next milestone across all 64 lessons/homework— at the end of each phase, users build something real instead of taking a quiz
Curriculum Structure
The bootcamp consists of 9 phases with 64 lessons total, organized in competency order rather than topic order. The curriculum progresses through:
- Web fundamentals
- JavaScript
- React
- Astro
- Tailwind
- Portfolio building
- Git
- Deployment
Users cannot proceed to React until they understand JavaScript, with each step earning the next.
Output and Approach
The system produces a deployed portfolio site with a full git history showing the entire learning journey and base Claude Code skillset. The developer describes it as "a structured instructional system that runs inside Claude" where the tutor waits for users, adapts when concepts aren't landing, and keeps progress automatically.
The bootcamp is currently in beta, and the developer is seeking feedback from users who go through it. The system is built on what the developer calls "Skill-based learning," a framework they plan to extend to intermediate-level AI agent building and expert usage of Claude for senior engineers managing legacy migrations.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code's Official Telegram Plugin: Setup Notes and Migration from OpenClaw
A developer migrated from OpenClaw to Claude Code's official Telegram integration, documenting the setup process and creating an open-source migration skill. The integration connects via BotFather tokens and offers better token efficiency and cleaner communication.

New Tool Injects Instructions into Claude Code Based on Context Usage
A developer created a tool that monitors context usage and injects custom instructions to prevent mid-task compaction disasters.

Get Shit Done: Meta-Prompting System for AI Coding Agents
Get Shit Done is a meta-prompting, context engineering, and spec-driven development system that works with Claude Code, OpenCode, Gemini CLI, Codex, Copilot, and Antigravity. It addresses context rot by providing structured prompts and verification workflows.

Prefex: A Local Proxy for Claude Code That Automates Prompt Caching and Session Memory
Prefex is a local proxy that sits between Claude Code and Anthropic's API, automatically injecting the header required for Anthropic's beta prompt caching feature. It also implements session memory to avoid resending full conversation history and includes a model router for cost optimization.