Citadel
Orchestrate autonomous coding agents with routing, memory, and safety gates
All Skills in This Repository (49)
Pure Emerald Level Indicatorsresearch
Synthesize structured findings from external sources with confidence levels and citations.
research-fleet
Spawn multiple scouts to research angles and generate a unified report.
design
Generate and maintain a design manifest from Tailwind config and CSS files.
live-preview
Automate visual verification of UI components during build and deployment.
postmortem
Generate structured postmortem markdown from Citadel campaign files, telemetry, and git history.
schedule
Schedule recurring tasks for Claude Code using CronCreate, CronDelete, and CronList.
archon
Orchestrate multi-session AI campaigns with persistent state and phase-based delegation.
learn
Extract patterns and decisions from completed campaign artifacts.
marshal
Orchestrate multi-step tasks by chaining skills, memory, and project context.
infra-audit
Scan configuration and environment files to map project infrastructure dependencies.
do
Route user intent to the correct orchestrator or skill with tiered decision logic.
verify
Execute Write, Edit, Bash, and Read calls to test Citadel hook pipeline health.
Frequently Asked Questions
FAQPage SchemaHow to install Citadel?βΌ
Run `npx skills add SethGammon/Citadel --all -g -y` in your terminal to install the full skill suite globally. You need Node.js 22+ and Claude Code or OpenAI Codex.
What does Citadel do for coding agents?βΌ
It gives Claude Code or Codex a single /do entry point that routes your request to the right skill, keeps project memory across sessions, and coordinates parallel agents with safety hooks.
Can Citadel run tasks overnight or unattended?βΌ
Yes. The daemon skill chains sessions automatically with a budget cap, resuming from saved campaign state until the work finishes or the budget runs out.
Does Citadel work with both Claude Code and Codex?βΌ
Yes. Every skill follows the shared SKILL.md standard and runs in both Claude Code and OpenAI Codex with project-local state.
Do I need to configure anything before using Citadel?βΌ
Run /do setup once per project. It detects your stack, installs safety hooks, and registers all skills in about three minutes.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core