ai-engineer-roadmap
Structured learning path for building production AI systems
All Skills in This Repository (14)
Pure Emerald Level Indicatorslanggraph-human-in-the-loop
Pause LangGraph execution for human approval and resume with user decisions.
langchain-dependencies
Manage LangChain dependency selection and versioning for Python and TypeScript projects.
langgraph-persistence
Persist LangGraph state across conversations using checkpointing and thread_id isolation.
langchain-middleware
Pause LangChain agent tool calls for human approval before execution.
langchain-fundamentals
Create LangChain agents that orchestrate tool calls and manage conversational state.
deep-agents-orchestration
Coordinate subagents, plan tasks, and enforce human approval in AI workflows.
deep-agents-memory
Configure pluggable backends for ephemeral and persistent agent storage.
langchain-rag
Construct end-to-end RAG pipelines with LangChain for document question-answering.
framework-selection
Select LangChain, LangGraph, or Deep Agents for AI project initialization.
langgraph-fundamentals
Design and orchestrate LangGraph agent workflows as directed graphs.
deep-agents-core
Configure a reusable agent harness for multi-step Deep Agents applications.
analise-financeira
Evaluate investment viability with ROI, payback, and TIR analyses.
Frequently Asked Questions
FAQPage SchemaHow to install ai-engineer-roadmap?▼
Run `npx skills add caio-moliveira/ai-engineer-roadmap --all -g -y` in your terminal to install all skills in this collection globally.
What does the AI engineer roadmap teach?▼
It is a structured five-block curriculum covering LLM fundamentals, Python and FastAPI, RAG pipelines, LangChain and LangGraph agents, OCR, and fine-tuning, all with runnable code examples.
Which LangChain and LangGraph skills are included?▼
The collection includes skills for agent creation, middleware, RAG, persistence, human-in-the-loop approvals, dependency management, and Deep Agents orchestration and memory.
Do these skills work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, OpenClaw, and other compatible coding environments.
Is this roadmap suitable for beginners?▼
It is aimed at software developers moving into AI engineering, so basic Python knowledge helps, but the first block starts from LLM and tooling fundamentals.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides