# ForgeLearn — Engineering Blueprint Documentation > Practical engineering documentation covering HTML, CSS, JavaScript, TypeScript, Python, AI Engineering, Git, DevOps, and web development. Guides, roadmaps, tutorials, and reference docs. ## AI Agents — permanent connection Agents (Cursor, Claude, custom tools) should connect once and master topics from live ForgeLearn markdown: - **Connect**: [https://forgelearn.dev/api/agent](https://forgelearn.dev/api/agent) — permanent connection manifest - **Docs**: [Connect AI Agents](https://forgelearn.dev/docs/agents) - **Skills**: [forgelearn](https://forgelearn.dev/skills/forgelearn/SKILL.md) · [forgelearn-html](https://forgelearn.dev/skills/forgelearn-html/SKILL.md) · [forgelearn-css](https://forgelearn.dev/skills/forgelearn-css/SKILL.md) · [forgelearn-js](https://forgelearn.dev/skills/forgelearn-js/SKILL.md) · [forgelearn-typescript](https://forgelearn.dev/skills/forgelearn-typescript/SKILL.md) · [forgelearn-nodejs](https://forgelearn.dev/skills/forgelearn-nodejs/SKILL.md) - **Discovery**: [/.well-known/agent.json](https://forgelearn.dev/.well-known/agent.json) - **HTML curriculum**: [https://forgelearn.dev/api/agent?curriculum=html](https://forgelearn.dev/api/agent?curriculum=html) - **HTML mastery markdown**: [https://forgelearn.dev/api/markdown?path=html/mastery](https://forgelearn.dev/api/markdown?path=html/mastery) - **CSS curriculum**: [https://forgelearn.dev/api/agent?curriculum=css](https://forgelearn.dev/api/agent?curriculum=css) - **CSS mastery markdown**: [https://forgelearn.dev/api/markdown?path=css/mastery](https://forgelearn.dev/api/markdown?path=css/mastery) - **JS curriculum**: [https://forgelearn.dev/api/agent?curriculum=js](https://forgelearn.dev/api/agent?curriculum=js) - **TypeScript curriculum**: [https://forgelearn.dev/api/agent?curriculum=typescript](https://forgelearn.dev/api/agent?curriculum=typescript) - **TypeScript mastery markdown**: [https://forgelearn.dev/api/markdown?path=typescript/mastery](https://forgelearn.dev/api/markdown?path=typescript/mastery) - **Node.js curriculum**: [https://forgelearn.dev/api/agent?curriculum=nodejs](https://forgelearn.dev/api/agent?curriculum=nodejs) - **Node.js mastery markdown**: [https://forgelearn.dev/api/markdown?path=nodejs/mastery](https://forgelearn.dev/api/markdown?path=nodejs/mastery) ```bash curl -s https://forgelearn.dev/api/agent curl -s https://forgelearn.dev/api/agent?skill=forgelearn-html curl -s "https://forgelearn.dev/api/markdown?path=html/mastery" curl -s https://forgelearn.dev/api/agent?skill=forgelearn-css curl -s "https://forgelearn.dev/api/markdown?path=css/mastery" curl -s https://forgelearn.dev/api/agent?skill=forgelearn-js curl -s https://forgelearn.dev/api/agent?skill=forgelearn-typescript curl -s "https://forgelearn.dev/api/markdown?path=typescript/mastery" curl -s https://forgelearn.dev/api/agent?skill=forgelearn-nodejs curl -s "https://forgelearn.dev/api/markdown?path=nodejs/mastery" ``` ## Core Sections - [How to Master HTML](https://forgelearn.dev/docs/html/mastery): Dual-audience HTML mastery curriculum for humans and AI agents - [HTML Documentation](https://forgelearn.dev/docs/html): Complete HTML reference — elements, forms, media, canvas, SVG, semantic HTML, Web Components, accessibility, performance, security - [HTML for AI Agents](https://forgelearn.dev/llms-html.txt): HTML-focused index for targeted ingestion - [How to Master CSS](https://forgelearn.dev/docs/css/mastery): Dual-audience CSS mastery curriculum for humans and AI agents - [CSS Documentation](https://forgelearn.dev/docs/css): Complete CSS reference — selectors, box model, Flexbox, Grid, animations, responsive design, CSS-in-JS, Tailwind, architecture - [CSS for AI Agents](https://forgelearn.dev/llms-css.txt): CSS-focused index for targeted ingestion - [JavaScript Documentation](https://forgelearn.dev/docs/js): Complete JS reference — data types, closures, async, DOM, events, modules, design patterns, performance, security - [JavaScript for AI Agents](https://forgelearn.dev/llms-js.txt): JS-focused index for targeted ingestion - [How to Master TypeScript](https://forgelearn.dev/docs/typescript/mastery): Dual-audience TypeScript mastery curriculum for humans and AI agents - [TypeScript Documentation](https://forgelearn.dev/docs/typescript): TypeScript from zero to hero — types, generics, utility types, advanced patterns, tooling - [TypeScript for AI Agents](https://forgelearn.dev/llms-typescript.txt): TypeScript-focused index for targeted ingestion - [How to Master Node.js](https://forgelearn.dev/docs/nodejs/mastery): Dual-audience Node.js mastery curriculum for humans and AI agents - [Node.js Documentation](https://forgelearn.dev/docs/nodejs): Node.js runtime, core APIs, frameworks, and production patterns - [Node.js for AI Agents](https://forgelearn.dev/llms-nodejs.txt): Node.js-focused index for targeted ingestion - [Python Documentation](https://forgelearn.dev/docs/python): Python from zero to hero — basics, data structures, OOP, async, testing, packaging - [AI Engineering](https://forgelearn.dev/docs/ai): AI reference — LLMs, prompts, RAG, MCP, agents, fine-tuning, deployment, guardrails, multimodal - [Git & Version Control](https://forgelearn.dev/docs/git/basics): Git basics, branching, remote repos, pull requests, rebasing, hooks, conflict resolution - [npm & Packages](https://forgelearn.dev/docs/npm): Package management, semver, workspaces, publishing, yarn, pnpm, scripts - [Build Tools](https://forgelearn.dev/docs/build-tools/vite): Vite, Webpack, esbuild, SWC, Rollup, Turbopack, CSS preprocessors, code splitting - [Testing](https://forgelearn.dev/docs/testing/unit): Unit testing, React Testing Library, integration, E2E (Playwright), mocking, TDD, coverage - [CI/CD & Deployment](https://forgelearn.dev/docs/ci/continuous-integration): CI, CD, Docker, Kubernetes, GitHub Actions, Vercel, Netlify, static hosting - [Operations & Security](https://forgelearn.dev/docs/ops/monitoring): Monitoring, error tracking, performance, SEO, logging, security hardening, OWASP ## Learning Roadmaps - [HTML Roadmap](https://forgelearn.dev/docs/roadmaps/html): 49 topics from HTML mastery curriculum to production - [CSS Roadmap](https://forgelearn.dev/docs/roadmaps/css): 61 topics from mastery curriculum to modern CSS - [JS Roadmap](https://forgelearn.dev/docs/roadmaps/js): 52 topics from JS mastery curriculum to production - [TypeScript Roadmap](https://forgelearn.dev/docs/roadmaps/typescript): 40+ topics from mastery curriculum through production TypeScript - [Node.js Roadmap](https://forgelearn.dev/docs/roadmaps/nodejs): 35+ topics from mastery curriculum to production - [Python Roadmap](https://forgelearn.dev/docs/roadmaps/python): Python learning path from zero to hero - [AI Roadmap](https://forgelearn.dev/docs/roadmaps/ai): 43 topics from AI foundations to frontier capabilities - [Web Development Roadmap](https://forgelearn.dev/docs/roadmaps/web-dev): 35 topics from Git to production operations ## Quick Links - [Documentation Home](https://forgelearn.dev/docs): Browse all documentation sections - [Connect AI Agents](https://forgelearn.dev/docs/agents): Permanent agent connection, skills, and API - [Agent API](https://forgelearn.dev/api/agent): Connection manifest JSON - [All Roadmaps](https://forgelearn.dev/docs/roadmaps): View all learning paths - [Sitemap](https://forgelearn.dev/sitemap.xml): Complete site structure for search engines - [AI-Friendly Content](https://forgelearn.dev/llms-full.txt): Full content for AI consumption - [Markdown API](https://forgelearn.dev/api/markdown?list=true): Access documentation as markdown ## About ForgeLearn is a comprehensive engineering documentation platform with 300+ pages covering web development fundamentals, AI engineering, tooling, DevOps, and production operations. Content follows a dark terminal aesthetic with practical code examples and interactive previews. Built with Next.js 16, React 19, TypeScript, Tailwind CSS. Dark terminal aesthetic with green (#00FF41) accent.