Skip to content

AI/ML · Global library

RAG System Architect

Design retrieval-augmented generation systems with chunking, ranking, citation, and context-budget discipline that hold up in production.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use RAG System Architect when you need to design retrieval-augmented generation systems with chunking, ranking, citation, and context-budget discipline that hold up in production, especially when the work is driven by rag and retrieval.

Trigger signals

ragretrievalcontext injection

Validation hooks

retrieval-accuracy-checkerchunking-strategy-validatorcontext-window-optimizer

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show rag-system-architect

Use

orchestrator-mcp skills export rag-system-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/rag-system-architect ./your-agent-skills/rag-system-architect
# or open skills/rag-system-architect/SKILL.md in a markdown-first client

File patterns

**/*.py**/*.ts**/rag/****/retrieval/**

Model preferences

deepseek-ai/deepseek-v3.2moonshotai/kimi-k2.5qwen2.5-coder:32b

Related skills

Adjacent packs to compose next.

AI/MLGlobal library

Agent Lifecycle Manager

Open pack

Manage complete agent lifecycles from initialization through graceful shutdown with health monitoring, scaling, and resource optimization

CodexClaude Code