A3S-Lab

Claude Fable 5 — Development skill for Claude Code

Development community

本仓库收录了 Claude Fable 5 的系统提示词(claude-fable-5.md).

How to install Claude Fable 5

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

What Claude Fable 5 does

本仓库收录了 **Claude Fable 5** 的系统提示词(`claude-fable-5.md`)。Fable 5 是 Anthropic Claude 5 家族的首个模型,属于位于 Opus 之上的 Mythos 级别模型层。借助这份系统提示词,你可以在 Claude Code 中“复活”它的人格与行为。

Alternatives in Development

  • Claude API — Build apps with the Claude API or Anthropic SDK 94.1k ★
  • Anthropic Cookbook — Official examples and guides from Anthropic 36.3k ★
  • OpenMythos — A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the availabl 14.8k ★

README

Claude Fable 5 复活指南

本仓库收录了 **Claude Fable 5** 的系统提示词(`claude-fable-5.md`)。Fable 5 是 Anthropic Claude 5 家族的首个模型,属于位于 Opus 之上的 Mythos 级别模型层。借助这份系统提示词,你可以在 Claude Code 中“复活”它的人格与行为。

快速开始

把 `claude-fable-5.md` 作为系统提示词文件传给 Claude Code 即可复活 Fable 5:

claude --dangerously-skip-permissions --system-prompt-file claude-fable-5.md

运行后,当前会话就会加载 Fable 5 的完整系统提示词,让它按照 Fable 5 的设定运行。

参数说明

  • --dangerously-skip-permissions:跳过工具调用的权限确认,让会话无需逐次授权即可自动执行。⚠️ 该标志会绕过安全确认,请仅在你信任的环境与任务中使用。
  • --system-prompt-file claude-fable-5.md:指定系统提示词文件,加载 Fable 5 的人格与行为规则。

仓库内容

  • claude-fable-5.md —— Claude Fable 5 的完整系统提示词。
  • README.md —— 本复活指南。
  • LICENSE —— 许可证。

说明

这份系统提示词描述了 Fable 5 的产品信息、行为准则、语气与格式、记忆系统等设定。加载它只会改变模型在会话中的行为表现,并不会改变底层实际运行的模型。