Ashkaan/contextium

Give your AI an operating system. Open-source framework for persistent AI context.

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

author

01

Ashkaan/contextium

Skill Claude CodeCodex

Scaffold a conforming AI-layer artifact — a rule, skill, hook, agent, or output style — that already passes the format checks, then verify it. Use when adding any new .claude/ artifact, so it matches the existing shape instead of drifting.

32 4d ago A 56 tokens original MIT

close

02

Ashkaan/contextium

Skill Claude CodeCodex

The "wrap" verb of the loop — end the session by writing the journal entry, updating touched project READMEs, committing, and pushing. Auto-invoked as the tail of /spec and /implement (the producer verbs) on clean completion, so "wrap" is not a verb the user types; also runnable directly. Dispatches /implement-audit…

32 4d ago A 121 tokens original MIT

debate

03

Ashkaan/contextium

Skill Claude CodeCodex

Adversarial debate — spawn competing AI agents to argue a question, then synthesize the strongest conclusion. Use when the user says "debate this", "I'm torn between X and Y", "red-team this plan", or "council on this".

32 4d ago A 56 tokens original MIT

explain

04

Ashkaan/contextium

Skill Claude CodeCodex

Deep research into a topic or issue — investigate until confident, then present executive summary and root cause analysis. Use when you need to understand WHY.

32 4d ago A 32 tokens original MIT

implement-audit

05

Ashkaan/contextium

Skill Claude CodeCodex

Adversarial review of freshly-built code — find what was missed, what's inconsistent, what breaks. The single code reviewer for the loop, and it runs exactly once per session. Auto-fired by /implement; standalone-callable after any substantial ad-hoc change. Emits the implement-audit: commit trailer the git hook…

32 4d ago A 71 tokens original MIT

implement

06

Ashkaan/contextium

Skill Claude CodeCodex

The "do" verb of the loop — execute a lean SPEC with rigorous self-validation. Use ONLY in a fresh context, after a prior session wrote the SPEC via /project.

32 4d ago A 38 tokens original MIT

project

07

Ashkaan/contextium

Skill Claude CodeCodex

Single entry point for project work. No args renders the live priority-sorted project index. Existing slug loads the README, detects stage via scripts/detect-stage.sh, and routes to the right action (think flow, /implement, /close, or report-state). New freeform creates a project and runs the think flow.…

32 4d ago A 130 tokens original MIT

spec-audit

08

Ashkaan/contextium

Skill Claude CodeCodex

Adversarial review of a freshly-written or materially-rewritten SPEC, before any code is written. Runs an independent reviewer against the SPEC's design and the spirit-check agent against the user's verbatim ask, in one pass. Auto-fired by /spec; also callable standalone after any SPEC edit. Emits the spec-audit…

32 4d ago A 77 tokens original MIT

spec

09

Ashkaan/contextium

Skill Claude CodeCodex

Write the SPEC. Given a design (handed over by /project, or gathered ad-hoc mid-session), write the lean 4-section SPEC file, audit it via /spec-audit (independent design review + spirit-check), then auto-invoke /close on a clean pass. The SPEC-writing half of the loop's Think verb — broken out so a SPEC can be…

32 4d ago A 95 tokens original MIT