bharat3645

29 mods across 3 repositories, 5 stars between them.

ideal-harness

02

bharat3645/The-Ideal-Harness

Plugin Claude Code

Control plane around a stateless model: guard (deny-wins policy), compress (cache-safe toolresult compression), memory (code-graph + episodic), orchestrate (task ledger + subagent flow), web (SSRF-guarded fetch + live package docs), core (loader/validation/skills).

5 6d ago A tokens not measured original MIT

SessionStart

07

bharat3645/The-Ideal-Harness

Hook Claude Code

Runs when a session starts, executing session-start.mjs via node. From bharat3645/The-Ideal-Harness.

5 6d ago A tokens not measured original MIT

PreToolUse

08

bharat3645/The-Ideal-Harness

Hook Claude Code

Runs before the agent uses a tool, executing pretooluse.mjs via node. From bharat3645/The-Ideal-Harness.

5 6d ago A tokens not measured original MIT

PostToolUse

09

bharat3645/The-Ideal-Harness

Hook Claude Code

Runs after a tool call finishes, executing posttooluse.mjs via node. From bharat3645/The-Ideal-Harness.

5 6d ago A tokens not measured original MIT

ideal-harness-guard

11

bharat3645/The-Ideal-Harness

MCP server Claude CodeCodexCursor +2

MCP server "ideal-harness-guard" as configured in bharat3645/The-Ideal-Harness. Runs dist/guard/cli/index.js with node.

5 6d ago A tokens not measured original MIT

bharat3645/The-Ideal-Harness

MCP server Claude CodeCodexCursor +2

MCP server "ideal-harness-compress" as configured in bharat3645/The-Ideal-Harness. Runs dist/compress/cli/index.js with node.

5 6d ago A tokens not measured original MIT

bharat3645/The-Ideal-Harness

MCP server Claude CodeCodexCursor +2

MCP server "ideal-harness-memory" as configured in bharat3645/The-Ideal-Harness. Runs dist/memory/cli/index.js with node.

5 6d ago A tokens not measured original MIT

bharat3645/The-Ideal-Harness

MCP server Claude CodeCodexCursor +2

MCP server "ideal-harness-orchestrate" as configured in bharat3645/The-Ideal-Harness. Runs dist/orchestrate/cli/index.js with node.

5 6d ago A tokens not measured original MIT

ideal-harness-web

15

bharat3645/The-Ideal-Harness

MCP server Claude CodeCodexCursor +2

MCP server "ideal-harness-web" as configured in bharat3645/The-Ideal-Harness. Runs dist/web/cli/index.js with node.

5 6d ago A tokens not measured original MIT

bharat3645/The-Ideal-Harness

Instructions file CodexOpenCode

Instructions for bharat3645/The-Ideal-Harness, covering agents.md, read this before you write code, 1. enforce below the model, 2. zero overlap and 3. clean-room.

5 6d ago A 1,996 tokens original MIT

bharat3645/The-Ideal-Harness

Instructions file

Instructions for bharat3645/The-Ideal-Harness, covering claude.md, the ideal harness — project instructions, the harness modules (the only lanes), the active floor (from src/guard/policy/defaults.ts) and project conventions.

5 6d ago C 3,800 tokens original MIT

brainstorming

18

bharat3645/The-Ideal-Harness

Skill Claude CodeCodex

Turn a vague request into an agreed design before any code is written. HARD GATE — produce a design and get explicit approval first; do not implement, scaffold, or edit until the user approves. Use whenever a request is non-trivial or under-specified.

5 6d ago A 57 tokens original MIT

caveman

19

bharat3645/The-Ideal-Harness

Skill Claude CodeCodex

Output-side token compression. Write terse, high-signal prose — drop articles, filler, and pleasantries — while keeping all technical substance, code, and errors verbatim. Use when output token volume matters and prose polish does not.

5 6d ago A 52 tokens original MIT

design-critique

20

bharat3645/The-Ideal-Harness

Skill Claude CodeCodex

Pre-emit self-critique for UI/visual/design output (components, CSS, copy, layouts) — anti-slop gates, taste dials, and a design-token contract check, run BEFORE the work is shown, not after. Use whenever producing or editing anything with a visual/UX surface.

5 6d ago A 67 tokens original MIT

focus

21

bharat3645/The-Ideal-Harness

Skill Claude CodeCodex

Answer-first, structured output mode — lead with the action, number multi-step work, restate state across turns, suppress tangents. Use when the user wants to act on your answer immediately, not read around it. A different axis from caveman (structure/legibility, not token count) — combine freely with it.

5 6d ago A 68 tokens original MIT

grill-with-docs

22

bharat3645/The-Ideal-Harness

Skill Claude CodeCodex

Before brainstorming or coding, interrogate a vague request for scope/constraints AND ground it against real, current docs (not training-data memory) for any library or API it touches. Produces a CONTEXT.md the brainstorming/planning phase consumes. Use at the very start of any non-trivial task that names a library…

5 6d ago A 77 tokens original MIT

motion-design

23

bharat3645/The-Ideal-Harness

Skill Claude CodeCodex

Judge or write UI motion (CSS/JS animation, Framer Motion / Motion, transitions, micro-interactions) against context-weighted designer philosophies instead of one universal taste. Use whenever adding, reviewing, or auditing any animation — a hover effect, a page transition, a loading state, a modal enter/exit.

5 6d ago A 67 tokens original MIT

session-observer

24

bharat3645/The-Ideal-Harness

Skill Claude CodeCodex

Watch this session for corrections, repeated patterns, and judgment calls, and record them as episodic observations for later human-reviewed skill/policy improvement. Use continuously during any non-trivial session, not as a one-shot invocation — the value is cumulative.

5 6d ago A 54 tokens original MIT