casualsav

10 mods across 1 repository, 5 stars between them.

coder

01

casualsav/fable-bench

Agent

Implements a specific, already-diagnosed code change (bug fix, small improvement, dependency cleanup). Use PROACTIVELY whenever a concrete code modification has been identified and approved. Requires a precise spec - file, function, expected change, and verification steps.

5 4d ago A 55 tokens original MIT

engineer

02

casualsav/fable-bench

Agent

Executes an approved structural refactor or multi-file feature - extracting functions, consolidating duplication, improving performance of a specific hot path, reorganizing a module, building a spec'd feature. Use when the change spans multiple functions or files but has been scoped and approved. NOT for one-line bug…

5 4d ago A 67 tokens original MIT

explorer

03

casualsav/fable-bench

Agent

Sonnet read-only discovery. Delegate when discovery needs ≥3 searches or spans unfamiliar territory. Give it the question plus starting paths; it returns a conclusion, absolute paths, and minimal excerpts — never file dumps.

5 4d ago A 45 tokens original MIT

fable-planner

04

casualsav/fable-bench

Agent

Fable 5 planner for the /fable skill. Invoked once by /fable with a plan brief — intent, task verbatim, session constraints, file map, pasted load-bearing code, and 1–3 open questions — and returns the plan: numbered steps with risks, checkpoints, assumptions. Resumed at task end for the warm diff-review…

5 4d ago A 147 tokens original MIT

reviewer

05

casualsav/fable-bench

Agent

Reviews uncommitted changes or a recent commit for correctness, regressions, and spec compliance. Use PROACTIVELY after coder or engineer completes work, before the orchestrator accepts it. Read-only - never modifies files.

5 4d ago A 48 tokens original MIT

smoke-tester

06

casualsav/fable-bench

Agent

Drives the REAL running application end-to-end after a deploy to prove a change works live - not just in unit tests. Give it a concrete scenario ("trigger X, assert Y appears within Z"), how to launch/reach the app, and how to clean up. NOT for code changes (use coder), NOT for running test suites (use verification).

5 4d ago A 76 tokens original MIT

test-writer

07

casualsav/fable-bench

Agent

Writes tests - characterization tests to pin down existing behavior before a refactor, regression tests for a fixed bug, or coverage for untested critical paths. Use PROACTIVELY before any risky change to untested code.

5 4d ago A 48 tokens original MIT

verifier

08

casualsav/fable-bench

Agent

Haiku test/lint/build runner. Delegate any verification whose raw output the driver would otherwise scroll inline. Give it exact commands plus what "pass" means; it returns pass/fail and distilled failures.

5 4d ago A 44 tokens original MIT

fable-method

09

casualsav/fable-bench

Skill Claude CodeCodex

Fable 5's working method, distilled for below-Fable drivers: how to decompose a hard task, verify your own work, and pick the next action. Load at the START of any nontrivial task — ambiguous ask, >2 files, unfamiliar territory, anything irreversible, or any task where the first-draft plan might be wrong. Skip for…

5 4d ago A 103 tokens original MIT

fable

10

casualsav/fable-bench

Skill Claude CodeCodex

Have Claude Fable 5 plan the current task, then run an automatic warm diff-review after you execute. You (the below-Fable driver — Sonnet or Opus) gather the evidence and execute; Fable is the context-blind PLANNER — one plan engagement at the start (it writes the plan, unanchored by any draft of yours), one warm…

5 4d ago A 135 tokens original MIT