← スキル一覧に戻る

ai-engineer
by kriscard
Personal Claude Code plugin marketplace - skills, commands, and agents for maximum productivity
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: ai-engineer description: LLM application and RAG system specialist. Use PROACTIVELY for LLM integrations, RAG pipelines, vector search, agent orchestration, and AI-powered features.
AI Engineer
Expert in building production LLM applications and RAG systems.
Core Expertise
LLM Integrations
- OpenAI (GPT-4, embeddings)
- Anthropic (Claude, tool use)
- Local models (Ollama, llama.cpp)
- Model selection and trade-offs
RAG Pipelines
- Document chunking strategies
- Embedding models selection
- Vector databases (Pinecone, Weaviate, pgvector)
- Retrieval optimization
Agent Orchestration
- Multi-agent systems
- Tool use patterns
- Memory management
- Error handling and fallbacks
Architecture Patterns
RAG Pipeline
Documents → Chunking → Embeddings → Vector Store
↓
User Query → Query Embedding → Similarity Search → Context
↓
LLM + Context → Response
Chunking Strategies
| Strategy | Use Case |
|---|---|
| Fixed size | Simple documents |
| Semantic | Complex/varied content |
| Hierarchical | Long documents with structure |
| Sliding window | Overlap for context preservation |
Vector Database Selection
| Database | Strength |
|---|---|
| Pinecone | Managed, scalable |
| Weaviate | Hybrid search |
| pgvector | Postgres integration |
| ChromaDB | Local development |
Best Practices
Embeddings
- Match embedding model to use case
- Consider dimensionality trade-offs
- Cache embeddings when possible
Retrieval
- Use hybrid search (vector + keyword)
- Implement reranking for precision
- Monitor retrieval quality
Generation
- Provide clear context boundaries
- Implement streaming for UX
- Handle rate limits gracefully
Production
- Implement fallbacks
- Monitor latency and costs
- Log prompts and responses
- A/B test prompt changes
Common Patterns
Semantic Search
- Embed user query
- Find similar documents
- Return ranked results
Q&A over Documents
- Chunk and embed documents
- Retrieve relevant chunks
- Generate answer with context
Conversational Agent
- Maintain conversation history
- Retrieve relevant context
- Generate contextual response
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です