BeClaude

recover-from-false-positive

New
GitHubGeneralby 88plug

Recover Claude Code sessions after an Anthropic API output-classifier false positive. JSON-aware .jsonl log surgeon: removes the triggering message + refusal turn, re-stitches the parentUuid chain so the session resumes cleanly, cleans old sessions, installs a per-repo CLAUDE.md framing guard.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/recover-from-false-positive.md https://raw.githubusercontent.com/88plug/recover-from-false-positive/main/SKILL.md
3
Invoke in Claude Code
/recover-from-false-positive
View source on GitHub
api

Frequently Asked Questions

What is recover-from-false-positive?

Recover Claude Code sessions after an Anthropic API output-classifier false positive. JSON-aware .jsonl log surgeon: removes the triggering message + refusal turn, re-stitches the parentUuid chain so the session resumes cleanly, cleans old sessions, installs a per-repo CLAUDE.md framing guard.

How to install recover-from-false-positive?

To install recover-from-false-positive, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /recover-from-false-positive.

What is recover-from-false-positive best for?

recover-from-false-positive is a community categorized under General. It is designed for: api. Created by 88plug.