Claude Fable 5 System Prompt Clean banner
KinetiNode KinetiNode

Claude Fable 5 System Prompt Clean

AI community

Description

the optimized, token-efficient version of the leaked Claude Fable 5 / Mythos 5 system prompt. Re-engineered into clean Markdown for universal execution on Gemini 3.1 Pro, ChatGPT 5.6, and advanced LLM agents.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Universal Fable 5 System Prompt

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![Compatibility](https://img.shields.io/badge/Compatibility-Claude%20%7C%20ChatGPT%20%7C%20Gemini%20%7C%20DeepSeek%20%7C%20Qwen-blue)

[English](README.md) | [简体中文](README.zh-CN.md) | [日本語](README.ja.md)

A vendor-neutral adaptation of Anthropic's publicly available **Claude Fable 5 / Mythos 5** system prompt.

The original prompt contains a large amount of infrastructure that exists specifically for Claude's production environment, including XML conventions, tool interfaces, product-specific behavior, and internal implementation guidance. While appropriate for Claude, much of that content provides little or no benefit when reused with other frontier LLMs.

This repository filters out those implementation details while retaining the behavioral guidance that generalizes well across modern models.


Goals

  • Reduce prompt size for better context efficiency.
  • Remove Claude-specific implementation details.
  • Preserve high-impact behavioral guidance.
  • Maintain compatibility across major frontier LLMs.

Versions

File Purpose
universal/core.md Core behavioral principles with minimal token usage.
universal/balanced.md Recommended for most use cases. Balances prompt size with behavioral coverage.
universal/complete.md Retains nearly all vendor-neutral behavioral guidance while remaining model-agnostic.

What's Removed

This project intentionally excludes Claude-specific implementation such as:

  • XML wrappers and formatting conventions
  • MCP and tool-specific infrastructure
  • Product-specific instructions
  • Internal UI behavior