Plugin Claude Code
Audit error handling for silent failures, inadequate feedback, and inappropriate fallbacks using one canonical methodology and the strongest isolated reviewer available.
Plugin Claude Code
Audit error handling for silent failures, inadequate feedback, and inappropriate fallbacks using one canonical methodology and the strongest isolated reviewer available.
Agent
Use this agent when reviewing local code changes to identify silent failures, inadequate error handling, and inappropriate fallback behavior. Invoke proactively after completing a chunk of work that touches error handling, catch blocks, fallback logic, or anything that could suppress errors.
Skill Claude CodeCodex
Audit error handling in local code changes for silent failures, inadequate error feedback, and inappropriate fallback behavior. Trigger when the user invokes the silent-failures skill, says "check error handling", "find silent failures", "audit fallbacks", or "review error handling". Also invoke proactively right…
Plugin Claude Code
Write the implementation spec (context, approach, files to modify, utilities to reuse, and verification) that drives execution after design is chosen.
Skill Claude CodeCodex
Write the implementation spec (the structured document that drives execution). Use after design is chosen, for example through the design-options skill, and before writing code. Trigger when the user invokes the spec skill, says "write the spec", "draft the implementation plan", or "scope this out". Also invoke…
Plugin Claude Code
Before flipping a previously-stated position under pressure, restate its strongest form and the goal it served, then check whether the trigger refutes the core on the same goal, not just a decorative argument or a different axis.
Skill Claude CodeCodex
Before flipping a previously-stated position under pressure, restate its strongest form and the goal it served, then check whether the triggering argument refutes the core on the same goal, not just a decorative argument or a different axis. Self-invoke when about to flip a stated position. Trigger when the user…
Plugin Claude Code
Write code, comments, tests, or commit messages that read as if the project's own maintainer wrote them, so a contribution is accepted as native rather than rejected as foreign. A foreign-looking patch is a cost to the maintainer even when it's correct.
Skill Claude CodeCodex
Write code, comments, tests, or commit messages that read as if the project's own maintainer wrote them, so a contribution is accepted as native rather than rejected as foreign. Use when writing into a codebase or document you don't own: a pull request or patch to an upstream project, a fix matching a specific…
Plugin Claude Code
Identify and verify unverified claims in the agent's own responses before presenting them as conclusions.
Skill Claude CodeCodex
Identify and verify unverified claims in your own responses. Especially LOAD-BEARING ones: claims about to drive a design decision, commit, diagnosis, or user-visible recommendation. Self-invoke proactively when a claim is about to become the foundation for action. Also trigger when you catch yourself using hedging…
Plugin Claude Code
Black-box verification of any agent output: code, documents, presentations, reports, configs. Examine from the consumer's perspective and show evidence.
Skill Claude CodeCodex
Black-box verification of any agent output. Code, documents, presentations, reports, configs. Examine from the consumer's perspective and show evidence. Use when the user invokes the verify-result skill or says "verify", "prove it works", "test this end-to-end", "show me it works", "check the document", or "does it…
Plugin Claude Code
Route Claude Code's auto-created git worktrees through worktrunk so background and --worktree sessions inherit project hooks (env symlinks, installs, port allocation).
Hook
Runs when a git worktree is created, executing wt-create-hook.py. From pandysp/claude-plugins.
Hook
Runs when a git worktree is removed, executing wt-remove-hook.py. From pandysp/claude-plugins.