dofastted

Bun Sea Reverse — AI skill for Claude Code

AI community

Extract skills from bun --compile binaries (Claude Code SEA) and diff model catalogs such as claude-opus-5-5.

How to install Bun Sea Reverse

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

What Bun Sea Reverse does

Extract skills from bun --compile binaries (Claude Code SEA) and diff model catalogs such as claude-opus-5-5.

Alternatives in AI

  • WindsurfAPI — Turn Windsurf / Devin Desktop's 100+ AI models (Claude, GPT, Gemini, DeepSeek, Kimi, GLM, SWE) into OpenAI-, A 3k ★
  • Design Md Chrome — Chrome extension to extract styles from any website and generate DESIGN.md files and design skills for AI base 2.7k ★
  • Auto Re Agent — Open-source AI reverse-engineering agent using Ghidra and LLMs to reconstruct and validate C/C++ functions fro 1.4k ★

README

bun-sea-reverse

拆 `bun build --compile` 单文件(Bun SEA / bunfs),抽出内置 `SKILL.md`,并对比两个版本的 skill 正文和模型目录。

Claude Code 2.1.113 起的官方 linux-x64 二进制走这条路。2.1.280 起模型 ID `claude-opus-5-5`(显示名 Claude Opus 5.5)在目录里,2.1.278 没有。

不包含、也不应提交官方 ELF 或完整 `cli.js`。

安装

依赖:

npm install unbunjs
pip install zstandard

单独使用本仓库:

git clone https://github.com/dofastted/bun-sea-reverse.git
cd bun-sea-reverse
npm pack @anthropic-ai/claude-code-linux-x64@2.1.280
tar -xzf anthropic-ai-claude-code-linux-x64-*.tgz
python3 scripts/run-pipeline.py --input package/claude --out work/cc-2.1.280

对比上一版:

python3 scripts/run-pipeline.py \
  --input package/claude \
  --against work/cc-2.1.278 \
  --out work/cc-diff

装进 reverse-skill 时,把本仓库内容放到 `skills/bun-sea-reverse/`,并把 `routing/r46.json` 合并进 `skills/config/routing.json`(路由 ID **R46**,排在 R6 / R0 之前)。

产物

文件 内容
REPORT.md trailer、模块数、模型表、skill 列表
skills/*.md 解压后的内置 skill
catalog.json {id:"claude-..."} 摘录
MATCH.txt 输入文件 sha256,不含二进制
diff.json 仅在传入 --against 时写出

许可

脚本与说明可自由使用。从第三方二进制抽出的 skill 正文版权归原作者,不要把官方二进制重新分发。