スキル一覧に戻る
gmh5225

ai-llm-skills-guide

by gmh5225

A curated list of Agent Skills, resources, and tools for AI coding agents like Claude Code, Codex, Gemini CLI, GitHub Copilot, and more.

1🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: ai-llm-skills-guide description: Guide for AI Agents and LLM development skills including RAG, multi-agent systems, prompt engineering, memory systems, and context engineering.

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

FrameworkDescription
LangGraphStateful, multi-actor AI applications
CrewAIRole-based multi-agent orchestration
AutoGenMicrosoft's multi-agent framework

RAG (Retrieval-Augmented Generation)

ComponentSkills
EmbeddingsText embedding models, chunking strategies
Vector DBsPinecone, Weaviate, Chroma, Qdrant
RetrievalHybrid search, reranking, context optimization

Observability & Tracing

ToolPurpose
LangfuseOpen-source LLM observability
LangSmithLangChain tracing and debugging
Weights & BiasesML experiment tracking

Memory Systems

TypeDescription
Short-termConversation buffer, sliding window
Long-termVector store persistence, entity memory
EpisodicExperience-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

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です