V-Songbird

58 mods across 5 repositories, 92 stars between them.

hush

01

V-Songbird/hush

Plugin Claude Code

Trims command output, logs, and Claude's play-by-play before they pile up in the session, so long, noisy work stays quiet and readable. Install and forget — nothing to configure. Short questions with nothing to run cost a little more.

45 yesterday A tokens not measured original MIT

PreToolUse

02

V-Songbird/hush

Hook

Runs before the agent uses a tool for ^(Bash and PowerShell)$ tool calls, executing preserve-exit-code.js via node. From V-Songbird/hush.

45 yesterday A tokens not measured original MIT

UserPromptSubmit

03

V-Songbird/hush

Hook

Runs when you submit a prompt, before the agent sees it, executing silence-nudge.js via node. From V-Songbird/hush.

45 yesterday A tokens not measured original MIT

SubagentStart

04

V-Songbird/hush

Hook

Runs when a subagent starts, executing subagent-brief.js via node. From V-Songbird/hush.

45 yesterday A tokens not measured original MIT

PreCompact

05

V-Songbird/hush

Hook

Runs before the context is compacted, executing precompact-summary.js via node. From V-Songbird/hush.

45 yesterday A tokens not measured original MIT

PostCompact

06

V-Songbird/hush

Hook

Runs after the context is compacted, executing postcompact-rearm.js via node. From V-Songbird/hush.

45 yesterday A tokens not measured original MIT

SessionEnd

07

V-Songbird/hush

Hook

Runs when a session ends, executing session-end-cleanup.js via node. From V-Songbird/hush.

45 yesterday A tokens not measured original MIT

PostToolUse

08

V-Songbird/hush

Hook

Runs after a tool call finishes for ^(Bash, PowerShell, Read and Grep)$ tool calls, executing compress-tool-output.js and silence-nudge.js via node (2 commands). From V-Songbird/hush.

45 yesterday A tokens not measured original MIT

craft-style

09

V-Songbird/hush

Skill Claude CodeCodex

Builds a personal output style on hush's frame — the user's voice on the surface, hush's silence-and-structure mechanics copied verbatim underneath. Manages its own creations: lists them alongside stock Hush and edits them. A mechanical verifier confirms every invariant survived. Activation is hush:pick-style's job …

45 yesterday A 93 tokens original MIT

pick-style

10

V-Songbird/hush

Skill Claude CodeCodex

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…

45 yesterday A 82 tokens original MIT

foreman

11

V-Songbird/foreman

Plugin Claude Code

Project continuity and roadmap trust: keeps a correctable roadmap in your repo, recommends the next task and says why it came first, and hands it off with the paths and symbols checked. Say what you want in plain language — one entrance routes it.

33 2d ago A tokens not measured original MIT

SessionStart

12

V-Songbird/foreman

Hook

Runs when a session starts on ^(startup and clear)$, executing session-start.js via node. From V-Songbird/foreman.

33 2d ago A tokens not measured original MIT

TaskCreated

13

V-Songbird/foreman

Hook

Runs on the TaskCreated event, executing task-created.js via node. From V-Songbird/foreman.

33 2d ago A tokens not measured original MIT

TaskCompleted

14

V-Songbird/foreman

Hook

Runs when a task is marked completed, executing task-completed.js via node. From V-Songbird/foreman.

33 2d ago A tokens not measured original MIT

PreToolUse

15

V-Songbird/foreman

Hook

Runs before the agent uses a tool for ^(Edit and Write)$ tool calls, executing guard-roadmap-edit.js via node. From V-Songbird/foreman.

33 2d ago A tokens not measured original MIT

PostToolUse

16

V-Songbird/foreman

Hook

Runs after a tool call finishes for ^(Bash, PowerShell)$, ^(Read, Edit and Write)$ tool calls, executing post-commit.js, context-fill.js and ledger-recall.js via node (3 commands). From V-Songbird/foreman.

33 2d ago A tokens not measured original MIT

craft-prompt

17

V-Songbird/foreman

Skill Claude CodeCodex

Advanced surface, separate from Foreman's core roadmap job — a standalone prompt builder for work that has no roadmap entry behind it. 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…

33 2d ago A 89 tokens original MIT

foreman

18

V-Songbird/foreman

Skill Claude CodeCodex

The one entrance to Foreman — say what you want in plain language and this routes it. Covers the six things Foreman does to a project: add work, show status, correct work, check the roadmap, pick work, or reconcile and pick. It owns no flow of its own; each intent is handed to the skill that already implements it, so…

33 2d ago A 87 tokens original MIT

init

19

V-Songbird/foreman

Skill Claude CodeCodex

Bootstraps a project's ROADMAP.jsonl and .foreman/config.json. Asks three things — what the project is, its near-term goals, and whether the drafted roadmap looks right — then writes and commits both files, leaving every optional behavior at its built-in default. The ledger and checkpoint policy are never asked here…

33 2d ago A 79 tokens original MIT

roadmap

20

V-Songbird/foreman

Skill Claude CodeCodex

Ongoing entry point for a project's ROADMAP.jsonl. Pick the next task to work on (ranks candidates deterministically by dependencies and file-touch collisions, shows why each is where it is, then crafts a self-contained handoff prompt), add a new task, correct a stale one, review roadmap status, or check the roadmap's…

33 2d ago A 74 tokens original MIT

survey

21

V-Songbird/foreman

Skill Claude CodeCodex

Advanced surface, normally reached through the foreman entrance's Reconcile and pick mode, which hands it a near-term set of ids to scope the pass to. Ground-truths the roadmap's near-term candidates against the actual codebase — an Explore agent checks whether each candidate's plannedtouches/dependson still match…

33 2d ago A 156 tokens original MIT

razor

22

V-Songbird/razor

Plugin Claude Code

YAGNI checkpoints at the harness level for real engineering work — nudges toward the simplest solution and asks one evidence-backed "do we need this?" before new dependencies, file sprawl, and unchecked build growth.

7 2d ago A tokens not measured original MIT

SessionStart

23

V-Songbird/razor

Hook

Runs when a session starts on startup, resume, clear, compact and fork, running node. From V-Songbird/razor.

7 2d ago A tokens not measured original MIT

SubagentStart

24

V-Songbird/razor

Hook

Runs when a subagent starts, running node. From V-Songbird/razor.

7 2d ago A tokens not measured original MIT