itsribbZ

37 mods across 2 repositories, 2 stars between them.

itsribbZ-godspeed

01

itsribbZ/Godspeed

Plugin Claude Code

Structured prompt protocol pack for Claude Code. Ships a skill + hooks that load a detailed instruction set when the word 'godspeed' appears in a prompt.

1 1mo ago A tokens not measured original MIT

godspeed

02

itsribbZ/Godspeed

Plugin Claude Code

The godspeed methodology — a routing-and-orchestration pipeline for Claude Code. Fires on the word 'godspeed': scores the prompt on S0-S5 complexity, routes to the cheapest model that handles it well, dispatches parallel Sonnet workers for S3+ tasks, critic-gates the synthesis, and persists PASSing answers to a vector.

1 1mo ago A tokens not measured original MIT

brain

03

itsribbZ/Godspeed

Skill Claude CodeCodex

Brain workbench — the model routing classifier and savings analyzer. Invoke ANY time the user says "brain scan", "brain score", "brain audit", "brain audit-skills", "brain pin", "brain apply-env", "brain test", or "/brain [subcommand]". Classifies tasks by severity (S0-S5) to route between Haiku/Sonnet/Opus while…

1 1mo ago A 99 tokens original MIT

_SCHEMA

04

itsribbZ/Godspeed

Agent

Real subagent persona definitions. Each .json defines one agent — its system prompt, tool grants, skill wrappers, trigger signals, success metrics, and per-agent learnings file.

1 1mo ago A 0 tokens original MIT

mnemos

05

itsribbZ/Godspeed

Skill Claude CodeCodex

Homer L5 — Three-tier memory store. Core (context-resident, 5K tokens, auto-compacted) / Recall (SQLite FTS5 searchable) / Archival (cold markdown, back-pointer protocol). Every write and edit requires a valid citation. Zero dark edits. Compaction moves entries between tiers with back-pointers in Core. Zeus and MUSES…

1 1mo ago A 89 tokens original MIT

calliope

06

itsribbZ/Godspeed

Skill Claude CodeCodex

Homer L3 — Epic Research Muse. Deep synthesis from web + local research sources. Zeus dispatches Calliope as a parallel subagent when a plan includes a research subtask. Calliope runs read-only, returns structured markdown with T1-T3 source citations, never writes files or modifies state.

1 1mo ago A 67 tokens original MIT

clio

07

itsribbZ/Godspeed

Skill Claude CodeCodex

Homer L3 — Code Archaeology Muse. Maps existing codebases, finds call sites, builds dependency graphs, spots dead code. Zeus dispatches Clio when the plan needs "what's already in the codebase" before any new work. Read-only. Every claim cites file:line.

1 1mo ago A 63 tokens original MIT

urania

08

itsribbZ/Godspeed

Skill Claude CodeCodex

Homer L3 — Measurement Muse. Pulls numeric receipts from Toke telemetry (decisions.jsonl, learnings.md, stats-cache.json, Homer VAULT, brain scans). Zeus dispatches Urania when the plan needs "how many / how much / what percentage." Read-only. Every number comes with a reproducible command.

1 1mo ago A 72 tokens original MIT

oracle

09

itsribbZ/Godspeed

Skill Claude CodeCodex

Homer L7 — Critic and evaluator. Scores Zeus synthesis outputs against the 13 Sacred Rules, a rubric (quality floor), and theater detection heuristics. Flags regressions vs baseline outputs. Reproduces yesterday's theater-audit pattern on any markdown text. Beat SOTA commitment.

1 1mo ago B 60 tokens original MIT

sybil

10

itsribbZ/Godspeed

Skill Claude CodeCodex

Homer L4 — Advisor Escalation. Invokes Anthropic's advisor20260301 API via braincli.py advise when a MUSES worker returns ROI=0 or Zeus hits an inconclusive state. Cost-capped (max 2 per session). Preconditions enforced (API key, creative-content refusal, session cap, brain reachable). Returns to Zeus for Phase 3…

1 1mo ago A 83 tokens original MIT

zeus

11

itsribbZ/Godspeed

Skill Claude CodeCodex

Homer L2 — Orchestrator skill. Decomposes a task, plans via extended thinking, delegates to MUSES workers in parallel (Anthropic MARS pattern), synthesizes, hands to Oracle for eval, writes checkpoint to VAULT. Use when a task would benefit from multi-agent decomposition (3+ subtasks, research burst, architecture…

1 1mo ago A 96 tokens original MIT

brain-score

12

itsribbZ/Godspeed

Command

Classify any prompt on the Brain severity scale (S0-S5) — surfaces tier, recommended model, effort, and signal breakdown.

1 1mo ago A 27 tokens original MIT

godspeed-info

13

itsribbZ/Godspeed

Command

Render the godspeed pipeline overview — flow, tools, brain routing, cost guard, triggers, and active sacred rules. Read-only, no execution.

1 1mo ago A 30 tokens original MIT

godspeed-settings

14

itsribbZ/Godspeed

Command

Display the current godspeed/Brain routing manifest — weights, thresholds, tier→model mapping, keyword lists, guardrails, and skill tier assignments. All values are tunable by editing the TOML directly.

1 1mo ago A 42 tokens original MIT

UserPromptSubmit

15

itsribbZ/Godspeed

Hook

Runs when you submit a prompt, before the agent sees it, executing godspeed_fuzzy_trigger.py and brain_advisor.sh via python (2 commands). From itsribbZ/Godspeed.

1 1mo ago A tokens not measured original MIT

PostToolUse

16

itsribbZ/Godspeed

Hook

Runs after a tool call finishes, executing brain_tools_hook.sh via bash. From itsribbZ/Godspeed.

1 1mo ago A tokens not measured copy · 86% MIT

PreCompact

17

itsribbZ/Godspeed

Hook

Runs before the context is compacted, executing pre_compact_snapshot.sh via bash. From itsribbZ/Godspeed.

1 1mo ago A tokens not measured original MIT

SubagentStop

18

itsribbZ/Godspeed

Hook

Runs when a subagent finishes, executing subagent_capture.sh via bash. From itsribbZ/Godspeed.

1 1mo ago A tokens not measured copy · 86% MIT

SessionEnd

19

itsribbZ/Godspeed

Hook

Runs when a session ends, executing session_cost_report.sh via bash. From itsribbZ/Godspeed.

1 1mo ago A tokens not measured original MIT

blueprint

20

itsribbZ/Godspeed

Skill Claude CodeCodex

Actionable implementation blueprint skill v2.0. Use this ANY time the user says "blueprint", "make a blueprint", "create a blueprint", "deploy blueprint", or asks for an actionable implementation plan for a game system. This skill scans the existing codebase and research for relevant data, conducts deep research (10+…

1 1mo ago A 179 tokens original MIT

close-session

21

itsribbZ/Godspeed

Skill Claude CodeCodex

Session closure and memory persistence v2.0. Captures work completed, decisions made, and context for next session. v2.0: structured learning format, cross-skill auto-promotion, checkpoint verification, ecosystem health snapshot. Companion to init — init loads, close-session saves.

1 1mo ago B 61 tokens original MIT

cycle

22

itsribbZ/Godspeed

Skill Claude CodeCodex

Iterative 3-cycle Blueprint refinement engine. Use this ANY time the user says "cycle", "run cycle", "deploy cycle", "use cycle on", or wants a deeply refined implementation plan that improves itself through multiple passes. Cycle runs Blueprint 3 times on a given prompt, with DevTeam fluidity analysis and Professor…

1 1mo ago A 135 tokens original MIT

devTeam

23

itsribbZ/Godspeed

Skill Claude CodeCodex

DevTeam v4.0 — Adaptive Code Fluidity & Architecture Engine. Calibrated scoring against the 7 Laws of Code Fluidity, domain auto-detection, regression guard, and project-docs reference integration. Holy Tool status. Auto-activates on "devTeam", "deploy devTeam", "fluidity check", "architecture review" — and whenever…

1 1mo ago A 109 tokens original MIT

godspeed

24

itsribbZ/Godspeed

Skill Claude CodeCodex

Toke maximum-execution mode. Activates on "godspeed". Ticks the audit counter, scores the incoming prompt via Brain, auto-dispatches Zeus on S3+ tasks, parallelizes subtasks, and terminates every orchestrated run with an atomic zeus gate-write so Oracle-scored synthesis lands in Mnemos.

1 1mo ago A 72 tokens original MIT