
from cskill-agents36
Dynamically select spinner glyphs and colors based on terminal capabilities, motion preferences, and stall states.
This skill enables an agent to implement sophisticated CLI spinners that adapt their visual representation based on the environment. It ensures that animations are accessible (respecting reduced-motion settings) and provide meaningful feedback (changing color/glyph when a process stalls).
Use this skill when building terminal-based user interfaces (TUIs) or CLI tools that require a spinner to indicate progress while maintaining high accessibility standards and performance efficiency.
Designed for agents capable of writing TypeScript/JavaScript CLI tools, specifically those using the Ink renderer or similar TUI frameworks (e.g., Codex, Claude Code).
This skill has not been reviewed by our automated audit pipeline yet.
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.
Withheld Max Output Token Errors
Optimizes error handling for token limit failures by delaying reporting until recovery loops complete, providing cleaner tool diagnostics.