SethGammon/Citadel

The operating layer for Claude Code + OpenAI Codex: persistent project memory, intent routing, safety hooks, cost telemetry, and parallel agent fleets.

914Stars on the repository
61Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

template-skill

01

SethGammon/Citadel

Skill Claude CodeCodex

Replace with description of the skill and when Claude should use it.

914 +2 5d ago A 17 tokens copy · 100% MIT

architect

02

SethGammon/Citadel

Skill Claude CodeCodex

Given a PRD, produces an implementation architecture: file tree, component breakdown, data model, and a phased build plan with end conditions that Archon can execute directly. Multi-candidate evaluation for key decisions.

914 +2 5d ago A 44 tokens original MIT

archon

03

SethGammon/Citadel

Skill Claude CodeCodex

Autonomous multi-session campaign agent. Decomposes large work into phases, delegates to sub-agents, reviews output, and maintains campaign state across context windows. Use for work that spans multiple sessions and needs persistent state, quality judgment, and strategic decomposition.

914 +2 5d ago A 54 tokens original MIT

ascii-diagram

04

SethGammon/Citadel

Skill Claude CodeCodex

Generate perfectly aligned ASCII diagrams — architecture, flow, sequence, box-and-arrow. Uses a programmatic character-grid approach so alignment is guaranteed by math, not token prediction. Includes post-render verification.

914 +2 5d ago A 43 tokens original MIT

autopilot

05

SethGammon/Citadel

Skill Claude CodeCodex

Intake-to-delivery pipeline. Processes pending items from .planning/intake/: briefs new ideas, executes approved work through research → plan → build → verify. Drop a file in .planning/intake/ and invoke this skill.

914 +2 5d ago A 50 tokens original MIT

cost

06

SethGammon/Citadel

Skill Claude CodeCodex

Deep cost exploration and transparency. Shows real token usage, session costs, campaign spend, burn rates, and model breakdown. Reads Claude Code's native session data for exact numbers. Complements /dashboard with focused cost views.

914 +2 5d ago A 46 tokens original MIT

create-app

07

SethGammon/Citadel

Skill Claude CodeCodex

End-to-end app creation from a single description. Five tiers: blank project, guided, templated, fully generated, or feature addition to existing codebase. Routes through PRD, architecture, and Archon campaign with verification at every step.

914 +2 5d ago A 52 tokens original MIT

create-skill

08

SethGammon/Citadel

Skill Claude CodeCodex

Creates new skills from the user's repeating patterns. Interview-driven: discovers the task, analyzes failure modes, generates a production SKILL.md, installs it, tests it on a real target, and teaches the user how to use it. Use when a user wants to encode a repeating workflow; do NOT use for one-off tasks or…

914 +2 5d ago A 73 tokens original MIT

daemon

09

SethGammon/Citadel

Skill Claude CodeCodex

Continuous autonomous operation mode. Keeps campaigns running 24/7 by chaining Claude Code sessions via RemoteTrigger. Each session picks up from the campaign's continuation state, works until context runs low or the phase completes, then schedules the next session. Auto-stops on campaign completion or budget…

914 +2 5d ago A 69 tokens original MIT

dashboard

10

SethGammon/Citadel

Skill Claude CodeCodex

Real-time harness observability dashboard. Reads campaigns, fleet sessions, telemetry, and pending queues to present a snapshot of harness state at a glance. Invoked by /dashboard, /do status, or phrases like "what's happening" and "show activity".

914 +2 5d ago A 54 tokens original MIT

decision-map

11

SethGammon/Citadel

Skill Claude CodeCodex

Turn a loose idea into a git-tracked, session-resumable map of typed investigation tickets, then drive them to resolution one at a time. The planning-loop engine for work that is still being figured out — too fuzzy for a campaign, too big for a single intake item. Resolved tickets graduate into .planning/intake/ for…

914 +2 5d ago A 77 tokens original MIT

deploy-steward

12

SethGammon/Citadel

Skill Claude CodeCodex

Mainline deploy steward. Consumes ready PRs, owns a lease on mainline landing, refreshes PR state, updates stale branches, waits for CI and deploy gates, merges or queues one candidate at a time, and opens repair tasks for failures.

914 +2 5d ago A 56 tokens original MIT

design

13

SethGammon/Citadel

Skill Claude CodeCodex

Generates and maintains a design manifest for visual consistency. In existing projects, reads current styles and documents the design language. In new projects, asks a few questions and generates a starter manifest. The post-edit hook reads the manifest and flags deviations.

914 +2 5d ago A 51 tokens original MIT

do

14

SethGammon/Citadel

Skill Claude CodeCodex

Unified router that auto-routes user intent to the right direct action, skill, orchestrator, or explicit Operation Control plan. Classifies input by scope, complexity, persistence needs, and parallelism, then dispatches to the cheapest path that can handle it: direct command, skill, marshal, archon, or fleet. Single…

914 +2 5d ago B 74 tokens original MIT

doc-gen

15

SethGammon/Citadel

Skill Claude CodeCodex

Documentation generator with three modes: function-level (JSDoc/docstrings), module-level (directory READMEs), and API reference (endpoints/exports). Reads existing project doc style and matches it. Never generates docs that just restate what the signature already says.

914 +2 5d ago A 57 tokens original MIT

evolve

16

SethGammon/Citadel

Skill Claude CodeCodex

Research-driven multi-cycle improvement director. Forms causal hypotheses about why scores are low, validates them with scout agents before attacking, dispatches axis-parallel fleet attacks, extracts transferable patterns, and runs indefinitely within a budget envelope. Accumulates a persistent belief model and…

914 +2 5d ago A 60 tokens original MIT

experiment

17

SethGammon/Citadel

Skill Claude CodeCodex

Automated optimization loop with scalar fitness function. Proposes changes in isolated worktrees, measures with a metric command, keeps improvements, discards failures. Supports convergence detection and diminishing returns.

914 +2 5d ago A 39 tokens original MIT

fleet

18

SethGammon/Citadel

Skill Claude CodeCodex

Parallel campaign orchestrator. Runs multiple campaigns in coordinated waves within a single session. Spawns 2-3 agents per wave in isolated worktrees, collects discoveries, shares context between waves. Use when work decomposes into 3+ independent streams that can run simultaneously.

914 +2 5d ago A 56 tokens original MIT

grill

19

SethGammon/Citadel

Skill Claude CodeCodex

Relentless one-question-at-a-time interview that sharpens a vague plan or design into shared understanding before any build. The elicitation engine other planning skills call instead of inventing their own interview. Auto-trigger when the user says "grill me", asks to stress-test a plan, or starts a feature whose…

914 +2 5d ago A 71 tokens original MIT

houseclean

20

SethGammon/Citadel

Skill Claude CodeCodex

Cross-drive storage audit and cleanup. Surveys all drives, finds orphaned git worktrees, large AI tool caches (.ollama, .gemini, .cursor, npm, pip), and buildable artifacts (nodemodules, .venv). Produces a prioritized action plan with specific migration commands. Use when disk space is low or worktrees need cleanup…

914 +2 5d ago A 89 tokens original MIT

improve

21

SethGammon/Citadel

Skill Claude CodeCodex

Autonomous quality improvement loop. Scores a target against a rubric, selects the highest-leverage axis, attacks it, verifies, documents, and loops. No pre-planning between iterations — each loop re-scores from scratch.

914 +2 5d ago A 48 tokens original MIT

infra-audit

22

SethGammon/Citadel

Skill Claude CodeCodex

Reads docker-compose, env files, ORM configs, and connection strings to map current infrastructure. Flags missing layers (cache, queue, analytics) based on observed access patterns. Outputs a structured infrastructure manifest.

914 +2 5d ago A 44 tokens original MIT

learn

23

SethGammon/Citadel

Skill Claude CodeCodex

Knowledge compiler. Extracts patterns, decisions, and anti-patterns from completed campaigns and evolve cycles, then compiles them into structured wiki pages that integrate with existing knowledge rather than appending isolated files. Implements flush→compile→lint pipeline. Auto-triggered by /postmortem and /evolve…

914 +2 5d ago A 66 tokens original MIT

live-preview

24

SethGammon/Citadel

Skill Claude CodeCodex

Mid-build visual verification loop. Takes screenshots of components during construction, not just after. Catches visual regressions and invisible features before they compound. Requires Playwright or similar screenshot tool.

914 +2 5d ago A 40 tokens original MIT