V-Songbird

58 mods across 5 repositories, 92 stars between them.

router

49

V-Songbird/slag

Skill Claude CodeCodex

Routes Claude Code file operations through a JetBrains IDE MCP server (mcpwebstorm, mcprider, mcpidea, mcppycharm). Covers the native-to-IDE tool map, required parameter names and path translation. Use when a redirect fires on a native Read/Grep/Glob/Edit/Write/Bash call, or before the first file operation in a…

2 3d ago A 131 tokens original MIT

status

50

V-Songbird/slag

Skill Claude CodeCodex

Probes whether a JetBrains IDE MCP server is connected to this session, which IDE prefix is live and whether the routing hook will enforce redirects. Use when the user asks about IDE routing status — e.g. "jetbrains status", "is routing active", "check the IDE connection" — or invokes /jetbrains-router:status. Do NOT…

2 3d ago A 85 tokens original MIT

jig

51

V-Songbird/slag

Plugin Claude Code

Interviews you about the mistakes that keep landing in your repo, then sets up what catches them: your linter, type checker, test runner, CI, and checks written for your codebase. Every check must catch a planted violation before it counts as coverage, and nothing lands you did not approve.

2 3d ago A tokens not measured original MIT

inventory

52

V-Songbird/slag

Skill Claude CodeCodex

Reports everything jig put in this repository and why it is there: every guard with what it watches and what happens on a match, every check module including the ones only the commit hook and CI run, every file jig wrote with the reason it was approved and whether it has drifted, and whether the session, commit and CI…

2 3d ago A 203 tokens original MIT

jig

53

V-Songbird/slag

Skill Claude CodeCodex

Interviews a project's owner then installs reviewed and reversible checks that catch bad work before it lands — linter, type checker, tests, CI and project-specific guards proven against their own fixtures before they are offered as coverage. Nothing is written or installed without being named and approved first.…

2 3d ago A 188 tokens original MIT

review

54

V-Songbird/slag

Skill Claude CodeCodex

Reads jig's ledger and reports what every installed guard has done. Then acts on it: mark a report as a false alarm. Step a guard down to observe or back to blocking. Retire one that never earned its keep. List installed files that drifted since jig wrote them. Use when the user asks what jig has caught, whether a…

2 3d ago A 169 tokens original MIT

scribe

55

V-Songbird/slag

Plugin Claude Code

Stops Claude from guessing at an unclear request. When the task could honestly go several ways, Claude asks focused questions — options, recommendation first — and keeps asking until nothing material is left to guess at. Every ask is logged locally so the asking bar tunes from evidence.

2 3d ago A tokens not measured original MIT

clarify

56

V-Songbird/slag

Skill Claude CodeCodex

Runs scribe's clarify rounds for an underspecified request: numbered questions via AskUserQuestion, each with concrete options and the recommended answer first, repeated until nothing material is left to ask, then a one-line task statement and execution. Use when the scribe gate has judged the current request…

2 3d ago A 118 tokens original MIT

verity

57

V-Songbird/slag

Plugin Claude Code

Fetches current official Claude Code documentation on demand, giving Claude truth-grounding from primary sources instead of training memory.

2 3d ago A tokens not measured original MIT

ground-truth

58

V-Songbird/slag

Skill Claude CodeCodex

Fetches the current official Claude Code documentation on demand from code.claude.com/docs/en/ and returns raw Markdown from the primary source. Also reads a bundled canonical reference for undocumented host MCP tools. Use when the user asks a factual question about how Claude Code works — hook event names, CLI flags…

2 3d ago A 151 tokens original MIT