svy04

22 mods across 1 repository, 71 stars between them.

ballast

01

svy04/ballast

Plugin Claude Code

Builds up to a goal in a field you have no expertise in — learns the foundations it needs and keeps every solved path for the next goal.

71 7d ago A tokens not measured original MIT

ballast

02

svy04/ballast

Plugin Claude Code

Builds up to a goal in a field you have no expertise in: splits it into the foundations that goal actually needs, mobilizes what you already hold, learns what is missing, and leaves every solved path behind for the next goal. Nothing is called done until a check passes.

71 7d ago A tokens not measured original MIT

SessionStart

03

svy04/ballast

Hook

Runs when a session starts, executing ballast-rules.mjs via node with --status. From svy04/ballast.

71 7d ago A tokens not measured original MIT

UserPromptSubmit

04

svy04/ballast

Hook

Runs when you submit a prompt, before the agent sees it, executing ballast-rules.mjs via node. From svy04/ballast.

71 7d ago A tokens not measured copy · 81% MIT

PreToolUse

05

svy04/ballast

Hook

Runs before the agent uses a tool, executing ballast-rules.mjs via node. From svy04/ballast.

71 7d ago A tokens not measured copy · 86% MIT

PreCompact

06

svy04/ballast

Hook

Runs before the context is compacted, executing ballast-rules.mjs via node. From svy04/ballast.

71 7d ago A tokens not measured copy · 80% MIT

brain-init

07

svy04/ballast

Skill Claude CodeCodex

Scaffold a file-based memory system (index, decision ledger, open questions, session log, optional product truth file) so a project can serve as a durable second brain. Use when the user wants to set up memory, an external brain, or the ballast structure in a project.

71 7d ago A 60 tokens original MIT

checkpoint

08

svy04/ballast

Skill Claude CodeCodex

Maintain a thirty-second return point (CHECKPOINT.md) and a single-use handoff (HANDOFF.md) so any session can resume mid-goal without archaeology. Use when a large unit of work finishes, a session enters its closing stretch, when leaving instructions for the next session, or when resuming and the user asks where…

71 7d ago A 71 tokens original MIT

decision-ledger

09

svy04/ballast

Skill Claude CodeCodex

Maintain an append-only decision ledger (DECISIONS.md). Use when the user confirms a decision, reverses or changes a past decision, asks what was decided and why, or at session start to load standing decisions.

71 7d ago A 48 tokens original MIT

doctor

10

svy04/ballast

Skill Claude CodeCodex

Health check for the ballast installation — is the hook alive, are the catalogs sane, is anything silently dead. Use when rules stop arriving, the session-start line is missing, the user asks "is ballast working", or after an update or reinstall.

71 7d ago A 52 tokens original MIT

goal

11

svy04/ballast

Skill Claude CodeCodex

Run a large or unfamiliar goal through the full ballast pipeline — mobilize what you already hold, terrain scan, full skeleton, atomic foundation learning with verification, then build from bedrock to a verified done. Use when the user hands over a big goal, enters a new field, or asks to learn X in order to achieve Y.

71 7d ago A 69 tokens original MIT

knowledge-base

12

svy04/ballast

Skill Claude CodeCodex

Keep verified findings in memory/knowledge/ so the same research is never done twice. Use before researching any topic, when a finding passes the verify gate, or when about to answer from something learned in an earlier session.

71 7d ago A 47 tokens original MIT

pin

13

svy04/ballast

Skill Claude CodeCodex

Turn a correction or working preference the user just expressed into a permanent ballast rule. Use when the user corrects your behavior, says "don't do X" / "always do Y" / "I told you before", or asks you to remember how they want things done.

71 7d ago A 57 tokens original MIT

proof-standard

14

svy04/ballast

Skill Claude CodeCodex

Never make an external-facing claim about a product without evidence from a truth file. Use when writing marketing copy, announcements, docs, landing pages, investor material, or answering "can our product do X".

71 7d ago A 44 tokens original MIT

recall

15

svy04/ballast

Skill Claude CodeCodex

Sweep everything the project already holds before answering — at the first message of a session, and again whenever the subject shifts to something the current thread was not about. Use before replying, not only before researching.

71 7d ago A 44 tokens original MIT

rehearsal

16

svy04/ballast

Skill Claude CodeCodex

Test a deliverable on a zero-context reader before it ships. Use before shipping any document, guide, kit, or handoff meant to work without you, and before calling a deliverable done in goal Phase 5.

71 7d ago A 50 tokens original MIT

report

17

svy04/ballast

Skill Claude CodeCodex

Read the delivery log and say which rules actually fire, which never have, and what to prune or fix. Use when the user asks whether ballast is doing anything, wants to clean up their rule catalog, or on a periodic review.

71 7d ago A 49 tokens original MIT

researcher

18

svy04/ballast

Skill Claude CodeCodex

Delegate research collection to a configured second model — never the judgment. Use when .claude/ballast.researcher.json exists and facts must be gathered from outside the session, when a terrain scan is large, or before building something a standard method may already solve.

71 7d ago A 57 tokens original MIT

schedule

19

svy04/ballast

Skill Claude CodeCodex

Own the calendar as a ledger - fixed dates, event-triggered entries, and launch bundles that fire together or not at all. Use when work has deadlines or submission windows, reacts to outside events (an outage, a deprecation, a competitor incident), or needs several deliverables published near-simultaneously.

71 7d ago A 65 tokens original MIT

setup

20

svy04/ballast

Skill Claude CodeCodex

Conversational first-time setup — prove the hook is alive, then build the user's first rule catalog without showing them JSON or regex. Use when the user just installed ballast, asks how to set it up or "where do rules go", or the session-start line says "no rule catalog yet".

71 7d ago A 61 tokens original MIT

skill-forge

21

svy04/ballast

Skill Claude CodeCodex

Promote a procedure that was worked out end-to-end and verified into a reusable skill file, so the next similar task starts from the solved path. Use when a hard-won procedure succeeds with evidence, when the same multi-step task appears a second time, or when the user says "make this repeatable".

71 7d ago A 67 tokens original MIT

verify-gate

22

svy04/ballast

Skill Claude CodeCodex

Treat research results and model knowledge as drafts until verified. Use when researching, quoting numbers or sources, recording knowledge as fact, or before declaring a task successful.

71 7d ago A 36 tokens original MIT