
from cskill-agents36
Prevents the emission of empty update payloads when incremental skill deltas contain no new items, reducing stream noise.
This skill provides a pattern for handling incremental updates (deltas) in agent communication. Instead of sending a formally empty update object when no new information is found, the agent returns nothing at all.
Use this skill during incremental attachment or announcement passes when a recomputed delta set is found to be empty.
Designed for advanced multi-agent runtimes, context engines, and coding CLIs (e.g., Claude Code-like implementations).
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.
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.
Withheld Max Output Token Errors
Optimizes error handling for token limit failures by delaying reporting until recovery loops complete, providing cleaner tool diagnostics.