
from cskill-agents36
Optimizes error handling for token limit failures by delaying reporting until recovery loops complete, providing cleaner tool diagnostics.
This skill improves the user experience when an AI agent hits the max_output_tokens limit during a streaming multi-tool response. Instead of immediately crashing or leaking a raw API error, it suppresses the error while the system's internal recovery mechanisms attempt to resolve the issue.
Use this skill when implementing tool-orchestration loops where high-token output is common. It is specifically designed for scenarios where a recovery loop should finish its attempt before the user is notified of a failure.
tool_result placeholders to keep session context intact.Primarily designed for Claude Code and other agents utilizing similar streaming recovery loops and tool-calling architectures.
This skill has not been reviewed by our automated audit pipeline yet.
Capability Based Spinner Glyph Selection
Dynamically select spinner glyphs and colors based on terminal capabilities, motion preferences, and stall states.
No-Op Empty Skill Delta Return
Prevents the emission of empty update payloads when incremental skill deltas contain no new items, reducing stream noise.
Agent-Specific MCP Server Initialization
Safely initializes and tears down MCP servers defined in an agent's frontmatter without leaking clients into the parent session.