What problem does it solve? Claude Code output styles must live in ~/.claude/output-styles to be selectable, and manually copying bundled style files risks stale versions, lost edits, or missed files. This Skill installs the bundled styles for the current user with backups and byte-level verification. ## Core Features & Use Cases - Bundled style installation: Copies every Markdown asset shipped with the skill into ~/.claude/output-styles, creating the directory if needed. - Safe refresh with backups: When an existing file differs, the installer saves a timestamped .bak copy before replacing it, and skips files that are already unchanged. - Verified results: The workflow requires running existence and byte-for-byte comparison checks before reporting success. - Use Case: After updating the plugin, ask the agent to refresh your output styles; it runs the installer, backs up your modified eli5.md, installs the new version, and tells you to select ELI5 via /config in a new session. ## Quick Start Ask the agent to install or refresh the bundled Claude Code output styles into your user configuration directory.