Plugin Claude Code
Plugin marketplace listing 1 plugin: ideal-harness.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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).
Agent Claude Code
../../agents/implementer.md.
Agent Claude Code
../../agents/plan-critic.md.
Agent Claude Code
../../agents/reviewer.md.
Agent Claude Code
../../agents/scout.md.
Hook Claude Code
Runs when a session starts, executing session-start.mjs via node. From bharat3645/The-Ideal-Harness.
Hook Claude Code
Runs before the agent uses a tool, executing pretooluse.mjs via node. From bharat3645/The-Ideal-Harness.
Hook Claude Code
Runs after a tool call finishes, executing posttooluse.mjs via node. From bharat3645/The-Ideal-Harness.
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, PreToolUse, PostToolUse).
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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…
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.
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.