SethGammonSethGammonCommunityΒ·49 Agent Skills Included

Citadel

Orchestrate autonomous coding agents with routing, memory, and safety gates

Routes plain-English requests to the right coding skill, campaign, or parallel agent fleet automatically. Keeps project state, decisions, and handoffs alive between sessions so agents never restart from zero. Adds safety hooks, cost tracking, and verified evidence so long autonomous runs stay reviewable and under budget.
npx skills add SethGammon/Citadel --all -g -y
Available:

Tells the AI agent how this harness routes requests through /do, where skills, agents, hooks, and campaign state live, and what testing and handoff rules it must follow when executing work.

All Skills in This Repository (49)

Pure Emerald Level Indicators
πŸ“¦ In Repo
SethGammonSethGammon

research

Synthesize structured findings from external sources with confidence levels and citations.

Community
Advanced
πŸ“¦ In Repo
SethGammonSethGammon

research-fleet

Spawn multiple scouts to research angles and generate a unified report.

Community
Advanced
πŸ“¦ In Repo
SethGammonSethGammon

design

Generate and maintain a design manifest from Tailwind config and CSS files.

Community
Intermediate
πŸ“¦ In Repo
SethGammonSethGammon

live-preview

Automate visual verification of UI components during build and deployment.

Community
Intermediate
πŸ“¦ In Repo
SethGammonSethGammon

postmortem

Generate structured postmortem markdown from Citadel campaign files, telemetry, and git history.

Community
Advanced
πŸ“¦ In Repo
SethGammonSethGammon

schedule

Schedule recurring tasks for Claude Code using CronCreate, CronDelete, and CronList.

Community
Intermediate
πŸ“¦ In Repo
SethGammonSethGammon

archon

Orchestrate multi-session AI campaigns with persistent state and phase-based delegation.

Community
Advanced
πŸ“¦ In Repo
SethGammonSethGammon

learn

Extract patterns and decisions from completed campaign artifacts.

Community
Advanced
πŸ“¦ In Repo
SethGammonSethGammon

marshal

Orchestrate multi-step tasks by chaining skills, memory, and project context.

Community
Advanced
πŸ“¦ In Repo
SethGammonSethGammon

infra-audit

Scan configuration and environment files to map project infrastructure dependencies.

Community
Intermediate
πŸ“¦ In Repo
SethGammonSethGammon

do

Route user intent to the correct orchestrator or skill with tiered decision logic.

Community
Advanced
πŸ“¦ In Repo
SethGammonSethGammon

verify

Execute Write, Edit, Bash, and Read calls to test Citadel hook pipeline health.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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→