โ† All creators

V-Songbird

User

๐Ÿคซ Token-lean sessions at the harness level. An easy to grasp output style, output-shrinking hooks, and log compression cut both input and output tokens.

8 indexed ยท 0 Featured ยท 56 stars ยท avg score 87
Prolific

Categories

Indexed Skills (8)

AI & Automation Solid

hush-compress

Compresses a memory file (CLAUDE.md, project notes, preferences) into hush's own dev-shorthand voice to cut input tokens every session it's loaded. Never touches the original file โ€” writes a sibling file for the user to review and swap in manually. A mechanical verifier checks that headings, code blocks, URLs, paths, and inline code all survived.

27 Updated 4 days ago
V-Songbird
AI & Automation Solid

pick-style

Lists every output style available to this plugin โ€” the presets hush ships, 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 the stock Hush style is benchmarked โ€” every preset is unmeasured.

27 Updated 4 days ago
V-Songbird
AI & Automation Solid

craft-prompt

Interactive prompt builder. Guides you through assembling a self-contained spawned-session prompt following Foreman's template โ€” asks which optional sections to include, gathers required info via AskUserQuestion, assembles the XML, then runs it here as one or several tracked tasks, hands it to a background Agent, or copies it to the clipboard.

25 Updated 4 days ago
V-Songbird
AI & Automation Solid

init

Bootstraps a project's ROADMAP.jsonl and .foreman/config.json. Asks what the project is and its near-term goals, asks whether the roadmap should accept Claude-suggested entries after commits, whether other plugins already own persona/tone, and whether finished work needs the user's confirmation before it's marked done, drafts an initial set of roadmap tasks, gets approval, then writes and commits both files.

25 Updated 4 days ago
V-Songbird
AI & Automation Solid

roadmap

Ongoing entry point for a project's ROADMAP.jsonl. Pick the next task to work on (reasons about dependencies and file-touch collisions like a software architect, then crafts a self-contained handoff prompt), add a new task, or review roadmap status.

25 Updated 4 days ago
V-Songbird
AI & Automation Solid

survey

Ground-truth the roadmap's near-term candidates against the actual codebase โ€” an Explore agent checks whether each candidate's touches/depends_on still match reality, then persists any real finding (hidden dependency, already-done, stale) back into ROADMAP.jsonl so future sessions pick it up automatically.

25 Updated 4 days ago
V-Songbird
AI & Automation Solid

hush-stats

Reports how much hush's compression hook actually saved this session โ€” a per-decision byte rollup from the HUSH_DEBUG manifest plus a per-model token breakdown from the transcript. Requires HUSH_DEBUG=1 to have been set during the work being measured; without it there is nothing to report.

27 Updated 4 days ago
V-Songbird
AI & Automation Solid

razor-unused

Audits a project's manifest for dependencies no source file imports โ€” the reverse of razor's write-time gates (which block NEW dependencies), this finds EXISTING dead weight. Report-only; never edits any file.

4 Updated 4 days ago
V-Songbird

Bio shown is the top-scored skill's repo description as a fallback โ€” real GitHub bios land in a future update.