gabrieldabbah

15 mods across 1 repository, 4 stars between them.

genesis-marketplace

01

gabrieldabbah/genesis

Plugin Claude Code

Marketplace for the genesis plugin: create a new project, transition an existing repository to standard, or check your user-level Claude Code setup.

4 28d ago A tokens not measured original MIT

genesis

02

gabrieldabbah/genesis

Plugin Claude Code

Three modes for Claude Code projects: create a new one from an empty folder (research and design before stack, then build and test it), transition an existing repository to a stated standard, and check the user-level /.claude layer that loads in every session. English-first, with secret denials and human gates on anyt.

4 28d ago A tokens not measured original MIT

Stop

03

gabrieldabbah/genesis

Hook Claude Code

Runs when the agent finishes a response, executing todo-archive-reminder.mjs via node. From gabrieldabbah/genesis.

4 28d ago A tokens not measured original MIT

genesis

04

gabrieldabbah/genesis

Settings file Claude Code

Agent settings declaring 1 hook event (Stop).

4 28d ago C tokens not measured original MIT

genesis CLAUDE.md

05

gabrieldabbah/genesis

Instructions file

Instructions for gabrieldabbah/genesis, covering genesis, environment, the gate, dev loop and what the exposure means for edits.

4 28d ago A 3,437 tokens original MIT

axiomatic-induction

06

gabrieldabbah/genesis

Skill Claude CodeCodex

The project constitution AND the reasoning method. Apply it in ALL planning and execution of non-trivial work: reason like a proof system — hold the axioms fixed, derive each step from them, order work as a topological sort of its dependency DAG, treat every uncertain claim as a conjecture with an attached experiment…

4 28d ago A 195 tokens original MIT

generate-pr

07

gabrieldabbah/genesis

Skill Claude CodeCodex

Generate a complete pull request when the user asks to create/open a PR, fill the PR template, or mentions "/generate-pr". Fills every section of .github/pullrequesttemplate.md from the branch diff and commits, ticking only the boxes the evidence supports. Discovers the repository's own branch flow rather than…

4 28d ago C 92 tokens original MIT

genesis

08

gabrieldabbah/genesis

Skill Claude CodeCodex

Build a new project from an empty folder, or bring an existing repository up to standard. Use when the user says "/genesis", "start a new project", "scaffold this", "create the project", or begins greenfield work — and equally when they say "bring this repo up to standard", "modernize my setup", "transition this…

4 28d ago A 174 tokens original MIT

git-commit

09

gabrieldabbah/genesis

Skill Claude CodeCodex

Stage, write a Conventional Commits message from the actual diff, commit, and push. Use when the user asks to commit, save work to git, or mentions "/git-commit" or "/commit". Reads the diff rather than the conversation to pick type and scope, groups unrelated changes into separate commits, refuses to stage a secret…

4 28d ago A 94 tokens original MIT

parallel-work

10

gabrieldabbah/genesis

Skill Claude CodeCodex

Rules for working in a repository where other Claude sessions are editing at the same time — no git writes, no process kills, strict scope, and verification narrowed or deferred so a test run cannot corrupt another session's. Use when the user says another session or agent is running in this codebase, asks to work in…

4 28d ago A 75 tokens original MIT

repo-hardening

11

gabrieldabbah/genesis

Skill Claude CodeCodex

Set a repository up so it cannot merge broken code and cannot quietly rot: continuous integration, automated dependency updates, a protected default branch, and the CI check made a required gate. Use when the user says "/repo-hardening", "harden this repo", "set up CI", "protect main", "add branch protection", "enable…

4 28d ago A 110 tokens original MIT

security-audit

12

gabrieldabbah/genesis

Skill Claude CodeCodex

Audit a surface for security problems, score them honestly, and turn each into a task with a fix. Use before declaring work done, after wiring an integration, before a deploy handoff, or when the user says "/security-audit", "check security", "audit this", "is this safe". Builds the checklist from general…

4 28d ago A 111 tokens original MIT

sources

13

gabrieldabbah/genesis

Skill Claude CodeCodex

Consult the project's trusted-sources registry before searching the web or adding a dependency/tool, and ground every shown fact in a verified origin. Use when the user asks to search/research/look something up, find docs or an API signature, choose or add a dependency/library/tool, or mentions "/sources". Reads…

4 28d ago A 137 tokens original MIT

test-gate

14

gabrieldabbah/genesis

Skill Claude CodeCodex

Run the full verification battery and block on red before any commit/PR. Use before committing, before claiming a task done, or when the user says "run the tests", "is it green?", "verify before commit", or mentions "/test-gate". Discovers the commands from CLAUDE.md and docs/TESTING.md, brings up hermetic Docker…

4 28d ago A 136 tokens original MIT

todo

15

gabrieldabbah/genesis

Skill Claude CodeCodex

Maintain the project's master TODO — the internal backlog in docs/TODO.md and its dated archive docs/TODO-done.md. Use when adding/updating/sorting TODO items, marking something in-progress/implemented/verified/done, asking "what should I do next", or mentioning "/todo". Uses explicit status markers ([ ] not started…

4 28d ago A 156 tokens original MIT