mac999

Infra AI Agent Tutorials — AI skill for Claude Code

AI community

This repository provides a comprehensive tutorial for developing AI agents, covering the complete spectrum from machine learning foundations to advanced AI agent systems.

How to install Infra AI Agent Tutorials

This entry records only its repository, not the path inside it, so there is no exact command to give. Open mac999/infra_ai_agent_tutorials and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Infra AI Agent Tutorials does

This repository provides a comprehensive tutorial for developing AI agents, covering the complete spectrum from machine learning foundations to advanced AI agent systems. The tutorial takes a hands-on

Alternatives in AI

  • AI Engineering Hub — In-depth tutorials on LLMs, RAGs and real-world AI agent applications 37.2k ★
  • Scikit Learn — Machine learning with scikit-learn library 6.4k ★
  • Welcome — AI Research Skills — You now have access to 86 production-ready skills covering the entire AI research lifecycle: literature survey 5.4k ★

README

AI Agent Development Tutorial

Overview

This repository provides a comprehensive tutorial for developing AI agents, covering the complete spectrum from machine learning foundations to advanced AI agent systems. The tutorial takes a hands-on approach, guiding learners through practical implementations of machine learning, deep learning, natural language processing, large language models, retrieval-augmented generation, and AI agent development. Each module includes Jupyter notebooks, Python scripts, and real-world examples designed for progressive skill building.

Project Structure

The tutorial is organized into eight main modules, each focusing on specific aspects of AI agent development:

  • 01_prepare: Initial planning and survey materials
  • 02_setup: Environment configuration and dependency management
  • 03_ML: Machine learning fundamentals with PyTorch and Keras
  • 04_DL_foundation: Deep learning core concepts including forward propagation, gradient descent, optimization, loss functions, activation functions, data augmentation, and normalization
  • 05_NLP: Natural language processing covering tokenization, embeddings, similarity measures, N-grams, BLEU scores, sentiment analysis, RNN architectures, and CLIP image-to-text models
  • 06_LLM: Large language model fine-tuning with Gemma, Llama3, BERT, and Chain-of-Thought training
  • 07_RAG: Retrieval-augmented generation using LangChain, prompt templates, LCEL, function calling, agents, database integration, and web scraping
  • 08_AI_Agent: Complete AI agent development including chatbots, Ollama integration, agent frameworks, LLM-MCP applications, and infrastructure graph RAG systems

Instal