datit309

37 mods across 1 repository, 21 stars between them.

handoff

25

datit309/supergraph

Skill Claude CodeCodex

Compact current session context into a handoff document for seamless continuation in a new session. Use when context window is exhausted, switching machines, handing work to another agent, or ending a long session mid-task.

21 4d ago A 44 tokens original MIT

integration

26

datit309/supergraph

Skill Claude CodeCodex

Run integration and e2e tests after unit tests pass. Use after /supergraph:fix when unit tests are green.

21 4d ago A 27 tokens original MIT

plan

27

datit309/supergraph

Skill Claude CodeCodex

Create graph-informed implementation plans before writing code. Use before any non-trivial task. Skip for small changes (≤2 files, <20 lines, no hub/bridge).

21 4d ago A 37 tokens original MIT

prd

28

datit309/supergraph

Skill Claude CodeCodex

Convert current conversation context into a structured Product Requirements Document (PRD) and optionally post it to GitHub Issues. Use before /supergraph:plan when requirements came from a conversation, user story, or feature discussion rather than a formal spec.

21 4d ago A 51 tokens original MIT

prototype

29

datit309/supergraph

Skill Claude CodeCodex

Build throwaway code to validate an uncertain approach before committing to a plan. Two branches — Logic (terminal state machine) or UI (multiple designs on one route with URL-param switcher). No persistence, no tests, single-command start. Use between analyze and plan when the approach itself is uncertain.

21 4d ago A 62 tokens original MIT

review

30

datit309/supergraph

Skill Claude CodeCodex

Plan-aware graph-enhanced code review before merge. CRITICAL issues block merge. Use after fix/verify.

21 4d ago A 24 tokens original MIT

scan

31

datit309/supergraph

Skill Claude CodeCodex

Scan project once per session. Run first — all other skills depend on this.

21 4d ago A 18 tokens original MIT

serena

32

datit309/supergraph

Skill Claude CodeCodex

Serena code intelligence — LSP-powered symbol navigation, diagnostics, and targeted code surgery. Activate before complex refactors, cross-file analysis, or when graph tools need symbol-level depth.

21 4d ago A 40 tokens original MIT

tdd

33

datit309/supergraph

Skill Claude CodeCodex

Strict test-driven development for behavior changes. Requires verified RED before production code, minimal GREEN, and refactor only after passing tests.

21 4d ago A 29 tokens original MIT

triage

34

datit309/supergraph

Skill Claude CodeCodex

Apply a formal state machine to issues — assign category (bug/enhancement/question/spike) and state (needs-triage → needs-info → ready-for-agent → ready-for-human → wontfix). Issues marked ready-for-agent become inputs to supergraph:plan. Use when processing a backlog, reviewing new issues, or preparing work for…

21 4d ago A 73 tokens original MIT

verify

35

datit309/supergraph

Skill Claude CodeCodex

Fresh verification gate before claiming done, fixed, passing, ready, or before commit/PR. Evidence before claims, always.

21 4d ago A 27 tokens original MIT

webapp-testing

36

datit309/supergraph

Skill Claude CodeCodex

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

21 4d ago A 35 tokens original MIT

zoom-out

37

datit309/supergraph

Skill Claude CodeCodex

One-shot module map — go up a layer of abstraction and get a domain-vocabulary module map of the codebase. Use when lost in unfamiliar code, after a long deep-dive session, or when you need to re-orient before planning.

21 4d ago A 53 tokens original MIT