Skip to content

AI Coding Guides

Practical guides for AI coding tools — Claude Code, Cursor, Trae, GitHub Copilot, Windsurf and more. Learn installation, workflows, and core concepts like agents, MCP, and RAG.

🤖AI Agents

7 guides

💻AI IDEs

9 guides

🔌AI Plugins

3 guides

🧠AI Concepts

12 guides

👥

CrewAI

CrewAI Inc.

A framework for orchestrating role-playing AI agents, enabling multiple agents to collaborate on complex tasks.

🔗

LangChain

LangChain Inc.

An open-source framework for building LLM applications, providing a complete toolchain and component library.

🦙

LlamaIndex

LlamaIndex Inc.

A data framework focused on RAG applications, connecting LLMs with private data.

🎛️

Dify

LangGenius

An open-source LLM application development platform, providing visual building and deployment capabilities.

🦙

Ollama

Ollama

A tool for running large language models locally, simplifying model deployment and usage.

🧠

vLLM

UC Berkeley

A high-performance LLM inference and serving engine, providing extreme inference speed.

🤗

Hugging Face

Hugging Face Inc.

An AI community platform providing models, datasets, applications, and a complete toolchain.

💬

Prompt Engineering

Community

The technique of designing and optimizing LLM prompts to improve AI output quality.

🧠

AI Agent

An AI Agent is an intelligent system that uses an LLM as its brain and can autonomously perceive, reason, plan, and call tools to complete multi-step tasks.

🧬

Large Language Model

A Large Language Model (LLM) is a deep neural network based on the Transformer architecture, containing tens of billions of parameters and trained on massive amounts of text.

AI Skill

A Skill is a capability flow, defined in Markdown, that an Agent can invoke; it builds on Function Calling and is more advanced than a single tool.

🔌

Model Context Protocol

MCP is an open standard introduced by Anthropic in November 2024 that provides a unified interface for LLM applications to connect to external data and tools.

Last updated: 2026-08-01