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.
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.
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.
Hook Claude Code
Runs when the agent finishes a response, executing todo-archive-reminder.mjs via node. From gabrieldabbah/genesis.
Settings file Claude Code
Agent settings declaring 1 hook event (Stop).
Instructions file
Instructions for gabrieldabbah/genesis, covering genesis, environment, the gate, dev loop and what the exposure means for edits.
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…