gsaini

AI Agents Study Guidelines — AI skill for Claude Code

AI community

A structured learning path from foundational concepts to advanced multi-agent systems.

How to install AI Agents Study Guidelines

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

What AI Agents Study Guidelines does

A structured learning path from foundational concepts to advanced multi-agent systems.

Alternatives in AI

  • Project Next 14 AI Prompt Sharing — Next.js recently became the official React framework as outlined in React docs 3k ★
  • Gtm Engineer Skills — Claude Code skill for improving website AEO (AI Engine Optimization) and GEO (Generative Engine Optimization) 761 ★
  • Real-World Pain Points — Project: https://github.com/Narwhal-Lab/MagicSkills For many teams building multi-agent systems, the first thi 277 ★

README

AI Agents Comprehensive Study Guide

![AI Agents](https://img.shields.io/badge/AI_Agents-Study_Guide-FF6F00?style=for-the-badge&logo=openai&logoColor=white) ![OpenAI](https://img.shields.io/badge/OpenAI-412991?style=for-the-badge&logo=openai&logoColor=white) ![Anthropic](https://img.shields.io/badge/Anthropic-191919?style=for-the-badge&logo=anthropic&logoColor=white) ![Google AI](https://img.shields.io/badge/Google_AI-4285F4?style=for-the-badge&logo=google&logoColor=white) ![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white) ![LangChain](https://img.shields.io/badge/LangChain-1C3C3C?style=for-the-badge&logo=langchain&logoColor=white) ![Hugging Face](https://img.shields.io/badge/Hugging_Face-FFD21E?style=for-the-badge&logo=huggingface&logoColor=black) ![Machine Learning](https://img.shields.io/badge/Machine_Learning-01D277?style=for-the-badge&logo=tensorflow&logoColor=white)

A structured learning path from foundational concepts to advanced multi-agent systems


Table of Contents

  1. Learning Roadmap
  2. Foundational Papers
  3. Official Guides & Best Practices
  4. Courses & Tutorials
  5. GitHub Repositories
  6. Books
  7. Video Resources
  8. Newsletters & Communities

Learning Roadmap

Phase 1: Foundations (Weeks 1-2)

  • Understand LLM basics and transformer architecture
  • Learn Chain-of-Thought prompting
  • Study ReAct pattern (reasoning + acting)
  • Complete Microsoft's AI Agents for Beginners (Lessons 1-5)

Phase 2: Core Agent Concepts (Weeks 3-4)

  • Read Anthropic's "Building Effective Agents" guide
  • Study agent design patterns (routing, parallelization, orchestration)
  • Learn tool use and function calling
  • Implement a basic agent from scratch

Phase 3: Frameworks & Tools (Week