Production Rag Checklist
This skill generates a detailed checklist based on Production Readiness Guidelines (PRG) to ensure comprehensive documentation and mitigate risks.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add production-rag-checklist npx -- -y @trustedskills/production-rag-checklist
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"production-rag-checklist": {
"command": "npx",
"args": [
"-y",
"@trustedskills/production-rag-checklist"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides a comprehensive checklist to ensure Retrieval Augmented Generation (RAG) systems are production-ready. It helps evaluate and improve the quality, reliability, and performance of RAG pipelines, covering aspects from data preparation to evaluation metrics. The checklist aims to reduce errors and optimize for real-world usage scenarios.
When to use it
- Pre-launch validation: Before deploying a new RAG application or significant updates to an existing one.
- Troubleshooting performance issues: When a RAG system is exhibiting unexpected behavior or inaccurate results.
- Regular maintenance: As part of routine checks to maintain the health and accuracy of a production RAG pipeline.
- Auditing for compliance: To ensure adherence to quality standards and best practices in RAG development.
Key capabilities
- Provides a structured checklist format.
- Covers data preparation, indexing, retrieval, generation, and evaluation stages.
- Offers guidance on common pitfalls and potential solutions.
- Focuses on production-level considerations for RAG systems.
Example prompts
- "Run the RAG production readiness checklist."
- "Evaluate my RAG pipeline using the production checklist; I'm seeing inconsistent results."
- "What are the key data preparation steps in the production RAG checklist?"
Tips & gotchas
The skill assumes a basic understanding of RAG architecture and components. Itβs most effective when used by individuals familiar with the specific RAG implementation being assessed.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.