0xBeycan

13 mods across 1 repository, 11 stars between them.

UserPromptSubmit

01

0xBeycan/genesis

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, running an inline shell check. From 0xBeycan/genesis.

11 1mo ago A tokens not measured original MIT

genesis

02

0xBeycan/genesis

Settings file Claude Code

Agent settings declaring 1 hook event (UserPromptSubmit).

11 1mo ago A tokens not measured original MIT

000-start-here

03

0xBeycan/genesis

Cursor rule Cursor

Genesis workshop entry — read AGENTS.md and the memory bank; the product lives in templates/.

11 1mo ago A 156 tokens original MIT

genesis AGENTS.md

04

0xBeycan/genesis

Instructions file CodexOpenCode

Instructions for 0xBeycan/genesis, covering agents.md — genesis development, session protocol, rules and never.

11 1mo ago A 543 tokens original MIT

genesis CLAUDE.md

05

0xBeycan/genesis

Instructions file

Instructions for 0xBeycan/genesis: Forked Genesis to start your own project? Read GENESIS.md first — everything below is for developing Genesis itself.

11 1mo ago A 94 tokens original MIT

[object Object]

06

0xBeycan/genesis

Skill Claude CodeCodex

Skill "[object Object]" from 0xBeycan/genesis, covering when to use, steps and notes.

11 1mo ago A 8 tokens original MIT

clean-code

07

0xBeycan/genesis

Skill Claude CodeCodex

General, language-agnostic code-quality rules. Use while writing or refactoring any code in this repo to keep files small, names clear, errors handled, and boundaries respected — the baseline that keeps the vibe lane from rotting.

11 1mo ago A 50 tokens original MIT

ideate

08

0xBeycan/genesis

Skill Claude CodeCodex

Open the option space before committing to a decision with real design freedom — a product/feature angle, a name, a design-language direction, an architecture fork with several viable shapes, or a debugging dead-end. Generate genuinely different options, score them against fixed constraints, converge to one, record…

11 1mo ago A 100 tokens original MIT

ponytail

09

0xBeycan/genesis

Skill Claude CodeCodex

Force the laziest solution that actually works — the simplest, shortest, most minimal. Use on ANY coding task (writing, adding, refactoring, fixing, reviewing, designing code, choosing libraries or dependencies). Question whether the code needs to exist at all (YAGNI), reuse before writing, stdlib and native platform…

11 1mo ago A 126 tokens original MIT

review-own-diff

10

0xBeycan/genesis

Skill Claude CodeCodex

Self-review a change before declaring it done. Use after finishing an edit and before wrap-session — checks the diff against the Definition of Done and the golden rules, catching boundary breaks, secrets, and missing specs/ADRs.

11 1mo ago A 50 tokens original MIT

wrap-session

11

0xBeycan/genesis

Skill Claude CodeCodex

Close out a work session cleanly. Use at the end of ANY session in either lane (vibe or spec) to update the memory bank, rotate an overgrown progress log, re-sync thin wrappers if rules changed, and run the Definition of Done so the next agent inherits an accurate, un-rotted state.

11 1mo ago A 67 tokens original MIT

write-adr

12

0xBeycan/genesis

Skill Claude CodeCodex

Record an architecture or tech decision as a numbered ADR. Use whenever a live alternative is rejected, or a locked choice would tempt a future undo — a stack/library pick, a boundary, a vendor swap, a job/event model, or superseding a past decision.

11 1mo ago A 57 tokens original MIT

write-tests

13

0xBeycan/genesis

Skill Claude CodeCodex

Drive a change with tests. Use whenever you add or change behavior — turn the acceptance criteria (spec lane) or the intended behavior (vibe lane) into a failing test before the code. The how-to companion to the test-first golden rule.

11 1mo ago A 53 tokens original MIT