resilience-analysis

Analyze agent framework error handling and document sandboxing, retries, fallbacks, and circuit breakers.

5|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/Dowwie/agent_framework_study --skill resilience-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resilience-analysis
Source: https://github.com/Dowwie/agent_framework_study/tree/main/.claude/skills/resilience-analysis
Command: npx skills add https://github.com/Dowwie/agent_framework_study --skill resilience-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams evaluate and improve how agent frameworks handle errors, isolate risky operations, and recover from failures, ensuring production readiness.

Core Features & Use Cases

  • Trace error propagation to understand how exceptions move through the agent loop.
  • Analyze sandboxing and isolation strategies to contain unsafe operations.
  • Catalog recovery patterns such as retries, fallbacks, and circuit breakers for resilience.
  • Use Case: When deploying a new tool or data source, use this Skill to map failure modes and verify containment and recovery.

Quick Start

Install resilience-analysis in your project and run it against a target framework to generate a resilience report. Review the report to identify critical gaps and recommended hardening steps.

Frequently Asked Questions about resilience-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trace error propagation in an LLM agent framework?

Tracing error propagation in an LLM agent framework involves mapping how exceptions move through the agent loop during tool failures, API errors, and state update failures. This analysis identifies critical containment gaps to ensure production readiness.

How do I add circuit breakers and fallbacks to an agent framework?

Adding circuit breakers and fallbacks requires cataloging recovery patterns for your agent's risky operations. You map failure modes for tools and data sources, then document and validate retry logic and fallback strategies to contain unsafe operations.

What is sandboxing in LLM-driven agents and when do I need it?

Sandboxing in LLM-driven agents is an isolation strategy to contain unsafe operations during execution. You need sandboxing when deploying tools or data sources that risk system instability, ensuring failures are contained without crashing the agent loop.

Does my agent framework need resilience testing before production deployment?

Your agent framework needs resilience testing before production deployment to verify it can handle tool failures, API errors, and state update failures. Running a resilience analysis generates a report highlighting critical gaps and hardening steps.

What is the best way to evaluate an agent framework's recovery patterns?

Evaluating an agent framework's recovery patterns involves running a resilience analysis against the target framework to map failure modes. This approach documents and validates retry logic, fallbacks, and circuit breakers to confirm containment and recovery.