ai-llm-skills-guide

ai-llm-skills-guide is a skill for Claude Code from gmh5225/awesome-skills. It costs 35 tokens per session (726 once invoked), scanned A, original, MIT.

A reference guide to building AI and language-model applications, including retrieval systems, multi-agent workflows, prompts, memory, and context management.

In plain words
What is it for?
Use it when exploring RAG, embeddings, vector databases, agent frameworks, observability, memory systems, or context-engineering techniques.
Why use it?
It gives developers a map of common approaches and tools when planning an AI system or choosing a suitable architecture.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when exploring RAG, embeddings, vector databases, agent frameworks, observability, memory systems, or context-engineering techniques.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gmh5225/awesome-skills/ai-llm-skills
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add gmh5225/awesome-skills --skill ai-llm-skills
Clone the repo
git clone --depth 1 https://github.com/gmh5225/awesome-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-llm-skills-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/gmh5225/awesome-skills/ai-llm-skills/github.svg)](https://agentmods.dev/skills/gmh5225/awesome-skills/ai-llm-skills)
Your own site
<a href="https://agentmods.dev/skills/gmh5225/awesome-skills/ai-llm-skills"><img src="https://agentmods.dev/badge/skills/gmh5225/awesome-skills/ai-llm-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-llm-skills-guide

Your own site · 80×15
<a href="https://agentmods.dev/skills/gmh5225/awesome-skills/ai-llm-skills"><img src="https://agentmods.dev/badge/skills/gmh5225/awesome-skills/ai-llm-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 726 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.00726
Opus 5 $0.00017 $0.00363
Sonnet 5 $0.00007 $0.00145
Haiku 4.5 $0.00003 $0.00073

Measured 12d ago against content hash 785117267c75, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ai-llm-skills-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/ai-llm-skills/SKILL.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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/

Read the full file on GitHub · 112 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 112 lines · 35 tokens per session scan A 785117267c75

Subscribe to this mod's changes

ai-llm-skills-guide is a skill published in the GitHub repository gmh5225/awesome-skills (48 stars, last pushed 4d ago), licensed MIT. It adds 35 tokens to every session and 726 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ai-engineering

Reviews and guides LLM/AI application engineering: prompt design, prompt caching, multimodal inputs, RAG, agent loops and tool design, resilience (rate limits, retries, fallbacks), memory, model migration, evals, testing, prompt-injection defence, and observability. Synthesises practices from Anthropic, OpenAI…

mthines/agent-skills · 161 tokens

mistral

Mistral AI provides frontier open and commercial AI models, featuring mistral-large-latest, mistral-small-latest, codestral-latest for coding, and mistral-embed for semantic search.

ashish7802/awesome-api-skills · 0 tokens

genkit-go-flows

Guides building AI features with Genkit for Go - flows, prompts, structured generation, tool calling, and middleware. Use when defining a Genkit flow, writing a prompt, calling genkit.Generate/GenerateData, defining a tool, debugging Genkit output with traces, or asked how Genkit differs from Google's Agent…

shennawardana23/skillme · 76 tokens

flockion_engineering_ai

Forces the simplest, shortest, safest AI solution that actually works. Lazy senior-engineer pragmatism for LLM features, agents, RAG, tool-calling, and prompts. Use a prompt before a chain, retrieval before fine-tuning, deterministic code before an agent, and one tool before a tool framework. Keep critical business…

error505/Flockion_AI_Engineering · 187 tokens

ai-product

Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt engineering that scales, AI UX that users trust, and cost optimization that doesn't bankrupt you. Use when "keywords…

omer-metin/skills-for-antigravity · 74 tokens

ai-engineering-toolkit

6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, an.

ranbot-ai/awesome-skills · 0 tokens