SethGammon

61 mods across 1 repository, 912 stars between them.

review

49

SethGammon/Citadel

Skill Claude CodeCodex

5-pass structured code review — correctness, security, performance, readability, consistency.

912 4d ago A 17 tokens original MIT

scaffold

50

SethGammon/Citadel

Skill Claude CodeCodex

Project-aware file generation. Reads existing codebase conventions (naming, structure, imports, exports, test patterns) then generates new files that match exactly. Wires generated files into the project's registration points.

912 4d ago A 44 tokens original MIT

schedule

51

SethGammon/Citadel

Skill Claude CodeCodex

Manages recurring and one-off scheduled tasks. Session-scoped scheduling via CronCreate/CronDelete/CronList. Documents the cloud path for tasks that need to survive machine sleep or network drops.

912 4d ago A 41 tokens original MIT

session-handoff

52

SethGammon/Citadel

Skill Claude CodeCodex

Synthesizes the current session into a structured HANDOFF block for context transfer between sessions. Captures what was built, decisions made, and unresolved items.

912 4d ago A 35 tokens original MIT

setup

53

SethGammon/Citadel

Skill Claude CodeCodex

First-run experience for the harness. Three modes: Recommended (guided, 3 min), Full Tour (guided + skill walkthrough, 8 min), and Express (zero questions, 30 sec). Installs hooks first, detects stack, configures harness.json, runs a live demo on real code, and prints a reference card.

912 4d ago A 69 tokens original MIT

SethGammon/Citadel

Skill Claude CodeCodex

4-phase root cause analysis: observe, hypothesize, verify, fix. Enforces investigation before any code changes. Emergency stop after 2 failed fixes. Prevents shotgun debugging and fix cascades.

912 4d ago A 45 tokens original MIT

telemetry

55

SethGammon/Citadel

Skill Claude CodeCodex

Unified telemetry hub. Shows current session cost, today's spend, all-time totals, hook activity, trust level, and a directory of every telemetry command available. Also the control surface to toggle telemetry on/off and tune thresholds. Single entry point for anyone asking "what does this cost" or "what telemetry…

912 4d ago A 68 tokens original MIT

test-gen

56

SethGammon/Citadel

Skill Claude CodeCodex

Generate and verify tests — happy path, edge cases, error paths — using the project's own framework and patterns.

912 4d ago A 24 tokens original MIT

triage

57

SethGammon/Citadel

Skill Claude CodeCodex

GitHub issue and PR investigator. Pulls open issues/PRs, classifies them, searches the codebase for root cause or reviews contributed code, proposes fixes with file:line references, and optionally implements fixes. Use for investigating GitHub issues and reviewing PRs; do NOT use for general code review unrelated to…

912 4d ago A 71 tokens original MIT

unharness

58

SethGammon/Citadel

Skill Claude CodeCodex

Safely leave Citadel using the active adoption receipt. Produces a no-write, reviewable plan, preserves a portable archive, removes only exact owned material, and reports modified or externally registered surfaces as retained or unknown. Legacy installs must be imported before exact leave is claimed.

912 4d ago A 59 tokens original MIT

verify

59

SethGammon/Citadel

Skill Claude CodeCodex

Self-test the Citadel hook pipeline from within a live session. Exercises real tool calls (Write, Edit, Bash, Read) and checks that hooks fired, telemetry accumulated, and no errors occurred. Reports HOOK HEALTH: PASS or HOOK HEALTH: FAIL with a per-hook breakdown.

912 4d ago B 60 tokens original MIT

watch

60

SethGammon/Citadel

Skill Claude CodeCodex

File sentinel that monitors the working directory for changes and marker comments, then auto-triggers appropriate skills. Poll-based via git diff against the last scan commit. Writes intake items for batch processing and routes marker actions through /do. Use for automatic reactions to file changes; do NOT use for…

912 4d ago A 70 tokens original MIT

wiki

61

SethGammon/Citadel

Skill Claude CodeCodex

Markdown-first knowledge base where the LLM acts as librarian. Ingests raw sources, compiles and interlinks topic files, self-maintains an index. No vector DB or embeddings required -- uses LLM-native navigation over structured markdown up to 400K words.

912 4d ago A 56 tokens original MIT