pick-style

Featured

Lists every output style available to this plugin — stock Hush and anything craft-style has built — and switches the active one. Activation swaps the chosen style into the plugin's own slot so it binds like stock, and hands back to stock on request. This skill owns the swap procedure; craft-style calls into it. Only stock Hush is benchmarked — a crafted style is unmeasured.

AI & Automation 50 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
57
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# hush:pick-style Picks which output style hush delivers, and delivers it. Every style listed here carries hush's mechanics — the silence between tool calls, the one structured final message, the hard caps. They differ only in voice and in what the final message is built to do. Everything below is mechanical: two scripts do the reading, matching, and file-writing. Run their output verbatim — no re-parsing frontmatter by hand, no free-form judgment about which entry the user means. ## 1. List the shelf and ask for a number Run: ``` node "${CLAUDE_PLUGIN_ROOT}/scripts/list-styles.js" ``` It prints one JSON object: `styles` (each with `index`, `name`, `description`, `source`, `path`, `active`), plus `activeName`, `activeOnShelf`, `stockBackupExists`, and `restoredOverTakeover`. Render it as exactly this table, one row per entry in `styles`, in index order: ``` | # | Name | Description | Source | Active | | --- | --- | --- | --- | --- | | 1 | <name> | <description> | <source> | ✓ (only on the active row) | ``` `source` is `stock` for the benchmarked default and `crafted` for the user's own variants. Print it as it comes — it is what tells two same-named entries apart. If `restoredOverTakeover` is `true`, add one line above the table: "A plugin update restored stock Hush over a prior takeover." Otherwise add nothing. If `activeOnShelf` is `false`, add one line above the table instead: "`<activeName>` is active but its file is no longer on disk — no row below is checked....

Details

Author
V-Songbird
Repository
V-Songbird/hush
Created
2 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

style

Pick, switch, clear, or create a Claude Code output style. Use when the user invokes /lej-output-fixer:style, asks to change how Claude writes (tone, verbosity, readability, formatting), or mentions output styles.

11 Updated 1 months ago
justfinethanku
AI & Automation Listed

styleshift

Switches the current conversation to a named creative writing style mode using slash commands. ALWAYS trigger this skill when the user types any of the following patterns: `/mode [name]`, `/mode list`, `/sonnet`, `/seuss`, `/play`, `/haiku`, `/limerick`, `/epic`, `/noir`, `/yoda`, `/hemingway`, `/normal`, or asks to "switch to [style] mode", "write like [style]", or "respond in [style]". This skill defines precise style rules for each mode so responses are consistent and well-formed — not just vaguely stylistic. Use it eagerly: if the user mentions switching styles or invoking a mode even casually, read this skill first.

0 Updated 2 weeks ago
LkwdBrian
Web & Frontend Listed

html-design-styles

Use when the user wants to apply a named design style or aesthetic to a frontend interface - e.g., bento, brutalist, neobrutalist, glassmorphism, vaporwave, dark SaaS, kawaii, cyberpunk, art deco, neumorphism, swiss, memphis, scandinavian, cottagecore, y2k, sci-fi HUD, and more. Triggers when the user names a specific style, asks "what design styles do you support", requests "a [style] look" for a page or component, or wants to restyle existing markup with a chosen aesthetic. Provides a curated catalog of 53 design styles each with full color palettes, typography stacks, component patterns, and layout specifications. Applies a NAMED catalog style only - do NOT use for open-ended visual direction with no style named (this skill applies only named catalog styles, so ask the user to pick one first), backend/JS functionality, or full multi-page app builds; styling and markup only.

3 Updated 5 days ago
chrismccoy