Azure Reliability Assessment & Configuration
17,028Assess and improve the reliability posture of Azure Functions: zone redundancy, ZRS storage, health probes, multi-region failover. Scans dep
prompt-engineering-patterns
905Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizi
slo-implementation
513Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establish
Compaction Discipline
Enforces safe context compaction for long-running agents. Use whenever an agent run is expected to exceed roughly 40 turns or 100K tokens.
Strict Structured Output
Makes structured output fail loudly instead of being silently repaired. Use in any pipeline where downstream code parses model output.
Verify, Do Not Assume
Prevents an agent from acting on state it never checked. Use in any agent with file, shell or API write access.