SyloRei

49 mods across 1 repository, 3 stars between them.

adr

25

SyloRei/claude-godmode

Command

Generate a well-formed Architecture Decision Record from a change in context — Status / Context / Decision / Consequences. One-shot helper, off-spine.

3 2mo ago A 33 tokens original MIT

changelog

26

SyloRei/claude-godmode

Command

Draft a Keep a Changelog–style entry (Added / Changed / Fixed / Removed) from commits since the last tag. Standalone helper — does not replace /ship's release step.

3 2mo ago A 41 tokens original MIT

godmode

27

SyloRei/claude-godmode

Command

Orient in five lines: where you are, what's done, and the exact next command to run. Reads workflow state and the live skill/agent inventory.

3 2mo ago A 34 tokens original MIT

pr-describe

28

SyloRei/claude-godmode

Command

Draft a PR description (summary / what changed / test plan) from the branch's commits and diff against the base branch. Off-spine helper, no agents.

3 2mo ago A 37 tokens original MIT

PreToolUse

29

SyloRei/claude-godmode

Hook

Runs before the agent uses a tool for Bash tool calls, executing pre-tool-use.sh and pre-tool-use-secrets.sh via bash (2 commands). From SyloRei/claude-godmode.

3 2mo ago A tokens not measured original MIT

PostToolUse

30

SyloRei/claude-godmode

Hook

Runs after a tool call finishes for Bash tool calls, executing post-tool-use.sh and post-tool-use-cost.sh via bash (2 commands). From SyloRei/claude-godmode.

3 2mo ago A tokens not measured copy · 91% MIT

SessionStart

31

SyloRei/claude-godmode

Hook

Runs when a session starts, executing session-start.sh via bash. From SyloRei/claude-godmode.

3 2mo ago A tokens not measured copy · 56% MIT

PostCompact

32

SyloRei/claude-godmode

Hook

Runs after the context is compacted, executing post-compact.sh via bash. From SyloRei/claude-godmode.

3 2mo ago A tokens not measured copy · 58% MIT

UserPromptSubmit

33

SyloRei/claude-godmode

Hook

Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.sh via bash. From SyloRei/claude-godmode.

3 2mo ago A tokens not measured copy · 70% MIT

SessionEnd

34

SyloRei/claude-godmode

Hook

Runs when a session ends, executing session-end.sh via bash. From SyloRei/claude-godmode.

3 2mo ago A tokens not measured copy · 48% MIT

Stop

35

SyloRei/claude-godmode

Hook

Runs when the agent finishes a response, executing stop-ac-gate.sh via bash. From SyloRei/claude-godmode.

3 2mo ago A tokens not measured original MIT

brief

36

SyloRei/claude-godmode

Skill Claude CodeCodex

Turn a numbered roadmap unit into a single brief — why + what + spec — so implementation is unambiguous. Use when: brief N, write the brief for N, capture requirements for roadmap unit N before building.

3 2mo ago A 46 tokens original MIT

debug

37

SyloRei/claude-godmode

Skill Claude CodeCodex

Find the root cause of a failure with evidence, then fix it. Use this when something is broken: a bug, a failing test, an unexpected result, or an error you need to track down.

3 2mo ago A 43 tokens original MIT

ideate

38

SyloRei/claude-godmode

Skill Claude CodeCodex

Pre-mission discovery: discuss and think out candidate directions for the next feature mission, converge on one concrete proposal, and capture the reasoning as a durable artifact that /mission later reads as its seed. Use when: ideate, what should the next mission be, explore options before committing to a charter.…

3 2mo ago A 78 tokens original MIT

mission

39

SyloRei/claude-godmode

Skill Claude CodeCodex

Start or switch to a named feature mission and capture its purpose, constraints, and numbered roadmap, so every later step shares the same context. Use this to begin a new feature cycle or update its direction — it drives bin/godmode-mission, maintains the project-global .planning/PROJECT.md, and writes the mission's…

3 2mo ago A 79 tokens original MIT

onboard

40

SyloRei/claude-godmode

Skill Claude CodeCodex

Build a structured cheatsheet for an unfamiliar codebase — architecture, entry points, conventions, where-things-live, and how to run and test it. Run this to orient before /mission.

3 2mo ago A 42 tokens original MIT

plan

41

SyloRei/claude-godmode

Skill Claude CodeCodex

Turn a brief into an ordered, dependency-aware tactical plan plus a per-criterion verification plan, so building is mechanical. Use when: plan N, break down the brief for N, produce the build plan for roadmap unit N.

3 2mo ago A 48 tokens original MIT

profile

42

SyloRei/claude-godmode

Skill Claude CodeCodex

Analyze and improve the performance of code that is too slow or too heavy: establish a baseline, find the real bottleneck with profiling, and recommend the highest-payoff optimizations. Use this when something is measurably slow and you need to know what to fix before changing it.

3 2mo ago A 59 tokens original MIT

refactor

43

SyloRei/claude-godmode

Skill Claude CodeCodex

Improve code structure without changing behavior, verifying with tests at every step. Use this when you want to restructure, extract, rename, or simplify existing code that already works.

3 2mo ago A 37 tokens original MIT

refine

44

SyloRei/claude-godmode

Skill Claude CodeCodex

Mid-mission gap analysis: read the active mission's roadmap and briefs, surface what's missing or underspecified, converge on one gap, and append a NEW numbered work unit plus its full brief — strictly additive. Use when: refine, what are we missing, find gaps in the current mission, add the next unit. Never edits an…

3 2mo ago A 86 tokens original MIT

ship

45

SyloRei/claude-godmode

Skill Claude CodeCodex

Run every canonical quality gate, push the branch, and open a pull request — release in one command. Use when: ship it, ready to ship, create the PR, push and open a PR.

3 2mo ago B 43 tokens original MIT

tdd

46

SyloRei/claude-godmode

Skill Claude CodeCodex

Build new behavior test-first using strict Red-Green-Refactor cycles. Use this when you want to drive a new feature or behavior from failing tests before writing the implementation.

3 2mo ago A 38 tokens original MIT

triage

47

SyloRei/claude-godmode

Skill Claude CodeCodex

Respond to a production incident, outage, or regression in the wild: establish the timeline, assess blast radius, and reconstruct what happened with cited evidence. Use this when something is failing in production and you need to understand it before fixing it.

3 2mo ago A 51 tokens original MIT

verify

48

SyloRei/claude-godmode

Skill Claude CodeCodex

Check a built unit goal-backward: classify every brief acceptance criterion COVERED / PARTIAL / MISSING with concrete evidence, so you know what is truly done. Use when: verify N, check whether unit N is done, confirm the goals for roadmap unit N are met.

3 2mo ago A 58 tokens original MIT