
from cskill-agents36
Safely initializes and tears down MCP servers defined in an agent's frontmatter without leaking clients into the parent session.
This skill manages the lifecycle of Model Context Protocol (MCP) servers that are specific to a child agent. it resolves named references and inline declarations, merges them into the parent context, and ensures a clean teardown of agent-owned connections when the session ends.
Activate this skill when an agent defines extra MCP servers in its frontmatter that need to be joined to the parent session.
Specifically targeted at agents utilizing MCP for tool extension, such as Claude Code or similar MCP-enabled frameworks.
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.
Withheld Max Output Token Errors
Optimizes error handling for token limit failures by delaying reporting until recovery loops complete, providing cleaner tool diagnostics.