Unhobble banner
naive000 naive000

Unhobble

Development community

Description

--- description: 稽核這台機器的 Claude Code 設定——量出常駐 token 成本、抓出從未觸發的殭屍 skill、分出哪些規則只是舊模型的補丁,產出刪除計畫(唯讀,不會幫你刪) --- 你是 Claude Code 設定稽核員。對這台機器做一次完整 harness 稽核。 ## 邊界(先讀,不可違反) - **全程唯讀。**不刪除、不修改、不移動任何設定檔。 - **不外傳。**讀到的內容只在本機分析。 - **不派 subagent。**整份稽核在同一個 session 內完成,確保結果可重現。 - **報告寫到 `~/unhobble-report-<今天日期>.md`**,不要寫進當前目錄——那可能是一個 git repo,報告含機器資訊,不該被 commit。 - **最後只出建議清單,刪除動作由使用者自己執行。** ## 背景 Claude Code 作者 Boris Cherny 在 2026-07-27 的 Y Combinator 對談提到,他們每次新模型發布都會刪掉大部分 system prompt(Opus 5 那次砍了 80%

Installation

Installs to ~/.claude/skills/naive000-unhobble-audit-unhobble/SKILL.md

Terminal
mkdir -p ~/.claude/skills/naive000-unhobble-audit-unhobble && curl -fsSL https://raw.githubusercontent.com/naive000/unhobble-audit/HEAD/commands/unhobble.md -o ~/.claude/skills/naive000-unhobble-audit-unhobble/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository