AI/ML · Global library
Prompt Engineering Architect
Design system prompts, prompt contracts, and eval-backed example sets that improve LLM reliability without hiding failure modes.
CodexClaude CodeKimi Codeorchestrator-mcp
Best use case
Use Prompt Engineering Architect when you need to design system prompts, prompt contracts, and eval-backed example sets that improve LLM reliability without hiding failure modes, especially when the work is driven by system prompt and few shot.
Trigger signals
system promptfew shotprompt contract
Validation hooks
prompt-performance-checkeroutput-consistency-validatortoken-usage-optimizer
Install surface
Copy the exact command path you need.
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show prompt-engineering-architect
Use
orchestrator-mcp skills export prompt-engineering-architect --to ./skillforge-packs
# copy the exported pack into your preferred agent environment
Export
cp -R skills/prompt-engineering-architect ./your-agent-skills/prompt-engineering-architect
# or open skills/prompt-engineering-architect/SKILL.md in a markdown-first client
File patterns
**/*.py**/*.ts**/*.yaml**/*.json**/prompts/**
Model preferences
moonshotai/kimi-k2.5deepseek-ai/deepseek-v3.2qwen2.5-coder:32b
Related skills
Adjacent packs to compose next.
Design robust communication protocols for agent systems with message schemas, serialization, and delivery guarantees
CodexClaude Code
Manage complete agent lifecycles from initialization through graceful shutdown with health monitoring, scaling, and resource optimization
CodexClaude Code
Design short-term, long-term, and episodic memory layers for agents without turning retrieval into an unbounded context leak.
CodexClaude Code