NUX-Design GitHub avatar

claude-skills-fable-opus

NUX-Design

NUX Pack 是一个包含六个 Claude Code 技能的集合,使用早期模型编写,并在盲测中取得了 12 胜 0 负 2 平的基准测试成绩。

Stars

23

7 天增长

暂无数据

Fork 数

6

开放 Issue

0

开源协议

暂无数据

最近更新

2026-07-07

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它为 Claude Code 提供了可复现、基于盲测的改进方案,在 14 次评估中保持全胜记录,并附有完整的基准测试透明度。

适合谁使用

  • Claude Code 高级用户
  • 希望增强基于大模型编程工作流的开发者
  • AI 工具研究人员
  • 评估技能驱动方法的提示工程师

典型使用场景

  • 指导 Claude Code 的规划与决策
  • 自动化输出对抗性验证
  • 管理实时状态与事实一致性
  • 强制执行范围边界并应用无情编辑

项目优势

  • 盲测无败绩(12胜0负2平)
  • 六个不同的、任务专精的技能
  • 包含完整的基准测试方法和评分细则
  • 一键安装脚本,便于部署

使用前须知

  • 与 Anthropic 无关联或未经其认可
  • 技能使用受限访问模型(Claude Fable 5)编写,该模型可能不再可用
  • 需要 Claude Code 环境并手动设置 ~/.claude/skills 目录

README 快速开始

NUX Pack v1.0.0

Six Claude Code skills written using Claude Fable 5 during its included-access window (July 1-7, 2026) and blind-benchmarked on Claude Opus 4.8. Aggregate: 12 wins, 0 losses, 2 ties across 14 blind gradings. Not affiliated with or endorsed by Anthropic.

What is inside

  • plan-gate/SKILL.md (2-0 in blind grading)
  • adversarial-verify/SKILL.md (1-0 (1 tie) + held-out win)
  • live-state-truth/SKILL.md (1-0 (1 tie) + held-out win)
  • scope-fence/SKILL.md (2-0 in blind grading)
  • ruthless-editor/SKILL.md (2-0 in blind grading)
  • memory-hygiene/SKILL.md (2-0 in blind grading)
  • install.sh one-file installer (inspect before running)
  • benchmarks.md the full method, every task, every rubric, every run including the losses

Install (pick one)

Manual: from inside this folder, create the skills directory (it may not exist yet) and copy the six skill folders into it:

mkdir -p ~/.claude/skills
cp -r plan-gate adversarial-verify live-state-truth scope-fence ruthless-editor memory-hygiene ~/.claude/skills/

Scripted: from this folder, run the installer (read it first):

bash install.sh

Claude Code picks up each skill automatically once its SKILL.md sits at ~/.claude/skills//SKILL.md.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

jamesob
精选
jamesob GitHub avatar

local-llm

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.

AI 与机器学习大语言模型
1,660
bjan
精选
bjan GitHub avatar

claudemux

Claudemux is a lightweight, dependency-minimal message bus that lets multiple Claude Code sessions communicate in real-time over tmux, enabling one session to ask another a question and receive the answer without manual intervention.

AI 与机器学习AI 智能体
9
AARomanov1985
AARomanov1985 GitHub avatar

Audio-Cassette-Simulation

A set of bash scripts using ffmpeg to simulate vintage cassette tape audio profiles with noise, wow/flutter, bandwidth limits, and EQ.

Shell
373