Instructions file CodexOpenCode
Instructions for sjh9714/mergewarden, covering agents.md, project, non-negotiable principles, commands and architecture.
Instructions file CodexOpenCode
Instructions for sjh9714/mergewarden, covering agents.md, project, non-negotiable principles, commands and architecture.
MCP server Claude CodeCodexCursor +2
Check whether a coding agent's changes stayed inside the scope it was given. Runs locally from the mergewarden-mcp npm package.
Plugin Claude Code
Plugin marketplace listing 1 plugin: repo-cover.
Plugin Claude Code
Design one GitHub social preview card with five moods, CJK-first typography, deterministic checks, and local Chrome export.
Skill Claude CodeCodex
Design a GitHub social-preview card (og:image, 1280x640) for a repository. Use when the user asks for a social preview, repo cover, og image, link card, opengraph image, or README hero. Five editorial moods (editorial, poster, blueprint, gallery, terminal), CJK-first typography, one self-contained HTML file…
Plugin Claude Code
Audit what a coding agent actually did against what it said it did, from the session transcript and the repository's git state.
Plugin Claude Code
Your agent said the tests pass. This checks that a test actually ran. Installing turns on two hooks: one strips the tail or grep that eats test results before a test command runs, one audits the session against git the moment it ends and warns only when something was caught. It also adds /red-handed:audit and…
Hook
Runs before the agent uses a tool for Bash tool calls, executing fix-pipes.mjs via node. From sjh9714/red-handed.
Hook
Runs when the agent finishes a response, running npx --yes @jinhyuk9714/red-handed@latest hook. From sjh9714/red-handed.
Skill Claude CodeCodex
Check whether what I said in this session is backed by what I actually did — did the tests I reported as passing really run, was an expected value quietly rewritten, was a test switched off. Reads this project's Claude Code transcript and git state locally and reports each gap with the timestamp and the quoted line.…
Skill Claude CodeCodex
Add up every Claude Code session on this machine and report how often an agent said the tests passed and how often anything actually ran them. Reads the local transcripts under /.claude/projects and prints a coverage count plus any findings. Use when the user asks about their whole history rather than one session, or…