From rag-skills
Guides production RAG deployment: serving the pipeline, scaling, index versioning, and zero-downtime reindexing. Use when moving a prototype to production.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rag-skills:deploymentThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this parent skill when the RAG system works in development but must be made reliable in production. Route to the child skill that matches whether the problem is serving and scaling the pipeline or evolving the index without downtime.
Use this parent skill when the RAG system works in development but must be made reliable in production. Route to the child skill that matches whether the problem is serving and scaling the pipeline or evolving the index without downtime.
RAG systems that pass local tests still fail in production from cold indexes, unbounded latency under load, and risky full reindexes that take the search layer offline. Prototype code rarely handles versioning, rollout, or drift, so quality quietly decays after launch.
Put retrieval and generation behind an API with health checks, timeouts, and observability before scaling anything.
Treat each index build as a named, immutable artifact so you can roll forward or back by swapping a pointer.
Design embedding-model migrations and reindexing as alias swaps with a fast rollback, not as in-place rebuilds.
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Design banners for social media, ads, website heroes, and print with multiple art direction options and AI-generated visuals.
npx claudepluginhub goodnight77/rag-skills --plugin rag-skills