ai-llm-skills-guide
Guide for AI Agents and LLM development skills including RAG, multi-agent systems, prompt engineering, memory systems, and context engineering.
Best use case
ai-llm-skills-guide is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Guide for AI Agents and LLM development skills including RAG, multi-agent systems, prompt engineering, memory systems, and context engineering.
Teams using ai-llm-skills-guide should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ai-llm-skills-guide/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ai-llm-skills-guide Compares
| Feature / Agent | ai-llm-skills-guide | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Guide for AI Agents and LLM development skills including RAG, multi-agent systems, prompt engineering, memory systems, and context engineering.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# AI Agents & LLM Development Skills ## Scope Use this skill when: - Finding or adding AI/LLM related skills - Understanding agent architecture patterns - Working with RAG, embeddings, or vector databases - Implementing multi-agent systems ## Key Skill Categories ### Agent Frameworks | Framework | Description | |-----------|-------------| | LangGraph | Stateful, multi-actor AI applications | | CrewAI | Role-based multi-agent orchestration | | AutoGen | Microsoft's multi-agent framework | ### RAG (Retrieval-Augmented Generation) | Component | Skills | |-----------|--------| | Embeddings | Text embedding models, chunking strategies | | Vector DBs | Pinecone, Weaviate, Chroma, Qdrant | | Retrieval | Hybrid search, reranking, context optimization | ### Observability & Tracing | Tool | Purpose | |------|---------| | Langfuse | Open-source LLM observability | | LangSmith | LangChain tracing and debugging | | Weights & Biases | ML experiment tracking | ### Memory Systems | Type | Description | |------|-------------| | Short-term | Conversation buffer, sliding window | | Long-term | Vector store persistence, entity memory | | Episodic | Experience-based memory recall | ## Context Engineering Skills ### Core Concepts - **Context fundamentals**: What context is and why it matters - **Context degradation**: Lost-in-middle, poisoning, distraction patterns - **Context compression**: Summarization, trimming strategies - **Context optimization**: Caching, masking, compaction ### Multi-Agent Patterns - Orchestrator pattern - Peer-to-peer collaboration - Hierarchical delegation - Tool-using agents ## Where to Add in README - **Agent frameworks**: `AI Agents & LLM Development` - **RAG tools**: `AI Agents & LLM Development` or `Data & Analysis` - **Observability**: `AI Agents & LLM Development` - **Context engineering**: `Context Engineering` ## Key Repositories ``` sickn33/antigravity-awesome-skills/skills/ ├── langgraph/ ├── crewai/ ├── langfuse/ ├── rag-engineer/ ├── prompt-engineer/ ├── voice-agents/ ├── agent-memory-systems/ └── autonomous-agents/ muratcankoylan/Agent-Skills-for-Context-Engineering/skills/ ├── context-fundamentals/ ├── context-degradation/ ├── context-compression/ ├── multi-agent-patterns/ └── memory-systems/ ``` ## Best Practices 1. **Modular design**: Separate retrieval, generation, and orchestration 2. **Evaluation**: Include benchmarks and test cases 3. **Cost awareness**: Document token usage and API costs 4. **Fallback strategies**: Handle API failures gracefully 5. **Streaming**: Support streaming responses where possible ## Full Resource List For more detailed skill resources, complete link lists, or the latest information, use WebFetch to retrieve the full README.md: ``` https://raw.githubusercontent.com/gmh5225/awesome-skills/refs/heads/main/README.md ``` The README.md contains the complete categorized resource list with all links.
Related Skills
mixseek-skills
MixSeek Agent Skills collection for AI coding assistants. Provides workspace management, team configuration, evaluation setup, and debugging tools for MixSeek-Core.
managing-skills
Install, find, update, and manage agent skills. Use when the user wants to add a new skill, search for skills that do something, check if skills are up to date, or update existing skills. Triggers on: install skill, add skill, get skill, find skill, search skill, update skill, check skills, list skills.
find-skills
Find and install agent skills with `npx playbooks find skill` and `npx playbooks add skill`. Use whenever a skill needs to be discovered or installed.
fenxi-skills
分析指定skills的工作流程,通过中文图文结合方式让使用者了解目标skills的工作方式
dozu-ui-service-skills
Index of AI agent skills and how to use them when implementing features in this repo.
criador-skills
Helper skill to create new agent skills following the standard structure. Use this when you want to define a new capability or workflow for the agent.
creating-skills
Expert knowledge on creating Agent Skills for Claude Code. Use when designing or creating SKILL.md files, understanding Skill structure, or implementing progressive disclosure patterns.
creating-agent-skills
Use when creating Agent Skills packages (SKILL.md format) for Codex CLI, GitHub Copilot, or Amp - provides the agentskills.io specification with frontmatter constraints, directory structure, and validation rules
clawdhub-find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. Uses reskill as the package manager.
audit-and-add-project-skills
Audits project skills in .agent/skills/ and Codex skills for Cursor compatibility, then helps add compatible skills to .cursor/skills/. Use when the user wants to migrate project skills to Cursor, check if skills work with Cursor, or add existing skills to Cursor.
android-agent-skills
Production-ready Agent Skills framework for Android Kotlin development. Provides Clean Architecture patterns, Jetpack Compose best practices, validation DSL, MVI state management, error handling, and AI-powered code generation. Use when building Android apps with quality standards, generating ViewModels, Repositories, UseCases, Compose screens, or writing pure Kotlin Agent Skills.
agent-memory-skills
Self-improving agent architecture using ChromaDB for continuous learning, self-evaluation, and improvement storage. Agents maintain separate memory collections for learned patterns, performance metrics, and self-assessments without modifying their static .md configuration.