anthony-chaudhary

98 mods across 2 repositories, 51 stars between them.

dos-kernel

73

anthony-chaudhary/dos-kernel

Plugin Claude Code

The kernel is the part that doesn't believe the agents. Bundles the DOS hooks (verify-on-stop, deny-a-refused-call, re-surface-a-stalled-stream), the DOS MCP server (verify / arbitrate / refuse-with-a-reason as tools), and the generic skill pack — one install. Requires the dos-kernel Python package: pip install 'dos.

19 8d ago A tokens not measured original MIT

dos

74

anthony-chaudhary/dos-kernel

MCP server Claude CodeCodexCursor +2

MCP server "dos" as configured in anthony-chaudhary/dos-kernel. Launched with dos-mcp. Needs 1 environment variable to run.

19 8d ago A tokens not measured original MIT

PreToolUse

75

anthony-chaudhary/dos-kernel

Hook

Runs before the agent uses a tool, running an inline shell check. From anthony-chaudhary/dos-kernel.

19 8d ago A tokens not measured original MIT

SubagentStop

76

anthony-chaudhary/dos-kernel

Hook

Runs when a subagent finishes, running an inline shell check. From anthony-chaudhary/dos-kernel.

19 8d ago A tokens not measured original MIT

UserPromptSubmit

77

anthony-chaudhary/dos-kernel

Hook

Runs when you submit a prompt, before the agent sees it, running an inline shell check. From anthony-chaudhary/dos-kernel.

19 8d ago A tokens not measured original MIT

dos-class-cycle

78

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Run one DOS plan-class lifecycle tick from the workspace [lifecycle] table: evaluate declared transitions, have a judge approve/defer them, write gated plan-meta edits, and log the cycle. Use when gardening plan lifecycle classes automatically.

19 8d ago A 52 tokens original MIT

dos-dispatch-loop

79

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Run recurring dos-dispatch cycles, switching to dos-replan when the backlog drains and stopping on the kernel's loop verdict. Use for unattended dispatch->replan->dispatch work across disjoint lanes.

19 8d ago A 49 tokens original MIT

dos-dispatch

80

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Plan and ship the next batch on one lane: run dos-next-up, acquire a lease with dos arbitrate, gate empty work, dispatch the packet, and archive the run. Use when a single lane should move end to end with collision safety.

19 8d ago A 56 tokens original MIT

dos-enforce-tune

81

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Tune DOS enforcement policy knobs ([interventionpolicy], [intervention], [improve]) from false-deny versus held-catch evidence. Use when running dos enforce-tune to keep only measured nettaskdelta gains and escalate repeated non-keeps.

19 8d ago A 62 tokens original MIT

dos-goal-fleet

82

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Launch multiple goal-scoped workers in waves, each with a witness-gated stop condition and dos arbitrate file-tree safety. Use when an operator asks to run several independent goals in parallel and fold only verified ships.

19 8d ago A 51 tokens original MIT

dos-goal-gate

83

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Ground a keep-working goal in evidence the worker did not author by wiring dos hook stop to refuse false done claims. Use for one self-stopping agent or loop worker; use dos-witness-claim for fold barriers.

19 8d ago A 54 tokens original MIT

dos-next-up

84

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Snapshot the repo's phased-plan portfolio into a dispatch packet: audit candidates with dos verify, render who-does-what, and emit a dos gate verdict. Use when you need the current next-work view before dispatching agents.

19 8d ago A 53 tokens original MIT

dos-plan-price

85

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Price a proposed multi-agent fan-out before launch by computing tree collisions, safe concurrency, and a cheaper disjoint partition. Use before dos-goal-fleet, a dos-next-up dispatch packet, or any N-agent tree split.

19 8d ago A 53 tokens original MIT

dos-promote

86

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Surface units held out of the pickable set with their typed HoldReason and derived unblock action, auto-applying only safe reclassifies. Use when work is stuck unpickable and a human needs the exact unblock move.

19 8d ago A 49 tokens original MIT

dos-replan-loop

87

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Run bounded, recurring dos-replan sweeps, optionally guarded by the workspace's release policy. Use when the planning queue needs unattended refresh for a fixed cadence rather than one manual sweep.

19 8d ago A 44 tokens original MIT

dos-replan

88

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Refresh a plan portfolio from evidence: close shipped queue items, update cooldown state, and surface the few decisions an operator must make. Use after dispatch bursts, drained backlogs, or recurring findings.

19 8d ago A 43 tokens original MIT

dos-self-improve

89

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Run the DOS self-improvement loop: propose a candidate, verify it in an isolated worktree, measure suite/truth/metric gates, and keep only confirmed gains. Use for recursive improvement; use dos-enforce-tune for policy knobs.

19 8d ago A 56 tokens original MIT

dos-setup

90

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Confirm the DOS plugin is wired: check the dos-kernel[mcp] package import, run dos doctor, show the bundled hooks/MCP/skills, and point to the next skill. Use after install or when plugin MCP/hooks fail.

19 8d ago A 55 tokens original MIT

dos-skillify

91

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Convert an agent skill into a DOS-grounded variant by replacing self-certified claims with dos witness checks and emitting an additive copy plus report. Use when asked to make a skill DOS-aware or audit its self-checks.

19 8d ago A 50 tokens original MIT

dos-stats

92

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Fold the plugin hook observation log into counts, reason classes, stop-blocks, wait-marker budget, and latency. Use to confirm the bundled native hook path is active or to inspect DOS hook activity; read-only.

19 8d ago A 47 tokens original MIT

dos-supervise-loop

93

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Keep a target count of dispatch loops alive across the workspace lane roster: spawn missing loops, scavenge stalled leases, and surface spinning workers. Use when supervising a DOS dispatch-loop fleet.

19 8d ago A 43 tokens original MIT

dos-unstick

94

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Analyze BLOCKED/DRAIN run history, cluster recurring causes, and propose one structural fix per wedge via dos decisions. Use when a fleet keeps stalling and you want a systemic unblock rather than another manual nudge.

19 8d ago A 49 tokens original MIT

dos-witness-claim

95

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Route subagent claims through independent read-back before another agent relies on them. Use at parallel, pipeline, or synthesis barriers where shipped phases, files, rows, messages, or other effects must be witnessed.

19 8d ago A 47 tokens original MIT

anthony-chaudhary/dos-kernel

Skill Claude CodeCodex

Before accepting an agent's 'done / shipped / fixed' claim, verify it against ground truth (git ancestry + the commit's own diff) using the DOS kernel's dos verify and dos commit-audit — never the agent's own narration.

19 8d ago A 61 tokens original MIT