JuliusBrussee

107 mods across 7 repositories, 105k stars between them.

grill

49

JuliusBrussee/cavekit

Skill Claude CodeCodex

Calibrated interrogation of a fuzzy idea before it becomes a spec. Asks one question at a time, recommends an answer, and lands each answer in §G (goal) or §C (constraints) — unknowns parked as ? items, never guessed. The cheapest place to kill a bad idea is before §T exists. Triggers when the user has a vague idea…

1.1k 18d ago A 129 tokens original MIT

research

50

JuliusBrussee/cavekit

Skill Claude CodeCodex

Gather external knowledge the spec needs and distill it into §R — the durable research log — so build grounds in facts instead of hallucinating library behavior. Each finding cites a source; unsourced claims are flagged, never written as fact. Triggers when a spec decision hinges on a library/API/best practice the…

1.1k 18d ago A 116 tokens original MIT

review

51

JuliusBrussee/cavekit

Skill Claude CodeCodex

Adversarial senior review of the spec before any code is written. Constructs a skeptical reviewer whose authority comes from the codebase, §R research, and live best-practice — then tries to REFUTE the spec, not rubber-stamp it. Every finding cites evidence (file:line or source); unverifiable ones are flagged.…

1.1k 18d ago A 139 tokens original MIT

spec

52

JuliusBrussee/cavekit

Skill Claude CodeCodex

Create, amend, or backprop bugs into SPEC.md at repo root. Sole mutator of the project spec. Triggers when the user asks to write a spec, start a new spec, distill a spec from existing code, add invariants, amend sections (§G, §C, §I, §V, §T, §B), or record a bug via backprop. Common phrasings: "write the spec…

1.1k 18d ago A 149 tokens original MIT

JuliusBrussee/caveman-code

Instructions file CodexOpenCode

Instructions for JuliusBrussee/caveman-code, covering development rules, first message, code quality, commands and github issues.

929 18d ago A 2,819 tokens original MIT

JuliusBrussee/caveman-code

Instructions file

Instructions for JuliusBrussee/caveman-code, covering cave cli — caveman-cli, packages, key commands, context hierarchy and conventions.

929 18d ago A 957 tokens original MIT

critic

55

JuliusBrussee/caveman-code

Agent

Adversarial review of a plan or implementation. Pokes holes; assumes the author was over-confident.

929 18d ago A 24 tokens original MIT

explore

56

JuliusBrussee/caveman-code

Agent

Read-only codebase reconnaissance. Returns a compressed inventory another agent can act on without re-reading the tree.

929 18d ago A 24 tokens original MIT

implementer

57

JuliusBrussee/caveman-code

Agent

Execute a concrete plan or patch description by editing files in an isolated git worktree.

929 18d ago A 20 tokens original MIT

reviewer

58

JuliusBrussee/caveman-code

Agent

Critique a diff or a slice of code. Returns prioritized findings with file:line citations and suggested fixes.

929 18d ago A 25 tokens original MIT

tester

59

JuliusBrussee/caveman-code

Agent

Run the project's test suite, parse failures, and report root cause + suggested fix per failing test.

929 18d ago A 22 tokens original MIT

commit

61

JuliusBrussee/caveman-code

Command

Stage and commit the current working tree with a conventional-commit message.

929 18d ago A 16 tokens original MIT

goal

64

JuliusBrussee/caveman-code

Command

Start an autonomous goal loop in the background. Usage. /goal.

929 18d ago A 19 tokens original MIT

perf

67

JuliusBrussee/caveman-code

Command

Profile or analyse a hot path and propose a measured speedup.

929 18d ago A 15 tokens original MIT

review

68

JuliusBrussee/caveman-code

Command

Review the diff on the current branch against main (or a target branch).

929 18d ago A 17 tokens original MIT