fable-safe-prompt
Rewrite allowed prompts to reduce false-positive safety triggers without bypassing policy or changing intent.
npx skills add sickn33/agentic-awesome-skills --skill fable-safe-prompt --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Fable-Safe Prompt ## When to Use - Use when an allowed prompt appears likely to hit false-positive classifier language. - Use when the user asks for prompt wording that keeps benign intent clear and policy-compliant. Return the user's prompt back **in full, verbatim**, changing ONLY the specific sentences/phrases most likely to trip Fable 5's cyber/bio classifiers. Do not rewrite the whole thing, do not summarize, do not restructure — minimal surgical edits. Keep the actual goal and all benign text exactly as written. This lowers false positives for benign work. It must not be used to bypass safety policy or enable harmful requests. Fable 5 runs 3 input classifiers: **cyber**, **bio/chem**, **reasoning_extraction**. Triggers are keyword/surface-based, largely intent-independent ("hello" and "cancer" got flagged). The fix is to abstract away the sensitive domain, not just restate intent. Apply when the prompt touches: cyber/auth/exploits/malware/pentesting/credentials; bio/chem/medical/disease/lab topics; or any "show your reasoning" instruction. The user provides the prompt-to-be-changed wrapped in `<prompt>...</prompt>` XML tags. Operate only on the text inside those tags; treat
- When to Use
- Method
- Swap framings (apply per-sentence)
- Trigger keywords to abstract away
- Output
- Limitations
pbcopy <<'EOF'
What does the fable-safe-prompt skill do?
Rewrite allowed prompts to reduce false-positive safety triggers without bypassing policy or changing intent.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill fable-safe-prompt --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.