FiredMosquito831

Dismiss — Development skill for Claude Code

Development community

Record an author dismissal of a finding as an exemption (requires the reason in the author own words).

How to install Dismiss

Installs to ~/.claude/skills/firedmosquito831-my-writing-companion-dismiss/SKILL.md

Terminal
mkdir -p ~/.claude/skills/firedmosquito831-my-writing-companion-dismiss && curl -fsSL https://raw.githubusercontent.com/FiredMosquito831/my-writing-companion/HEAD/commands/dismiss.md -o ~/.claude/skills/firedmosquito831-my-writing-companion-dismiss/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dismiss does


description: Record an author dismissal of a finding as an exemption (requires the reason in the author own words).

Handle via the muse agent. $ARGUMENTS = finding key + the author's reason.

Refuse to run unless BOTH are true:

  1. The author, in this conversation, said the finding is intentional — the machine never dismisses on its own judgment, and a stale or inherited dismissal does not count.
  2. The reason is the author's own words. Use them verbatim — never paraphrase, polish, or su

Alternatives in Development

  • Claude Code Guide — A full guide on Claude tips and tricks, optimizing Claude Code, and finding every command possible 3.7k ★
  • /remember — Save a finding or successful pattern to persistent hunt memory 1.2k ★
  • Stop Review Gate — You are reviewing uncommitted changes before the author finishes their turn 664 ★

Full documentation available on GitHub

View Source Repository