claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Other

claude-institution

蒸餾 Fable 5 後,產出索引式 CLAUDE.md + 按需 rules + skills,為較弱模型的 session 設計的可執行規範。

// Other[ api ][ claude ]#claude#otherMIT$open-sourceupdated 2 days ago
// install
git clone https://github.com/curtischoutw/claude-institution

claude-institution — 制度快照

這是 2026-07-05 一次性 Fable 5 session 建立的「Claude Code 跨專案制度」的快照存檔

這是什麼、不是什麼

  • 正本~/.claude/CLAUDE.mdrules/skills/)與 ~/.claude/projects/-Users-<username>-GitHub-claude-institution/memory/。 制度靠正本運作:每個新 session 由 ~/.claude/CLAUDE.md@import 載入常載規則。
  • 本專案 institution/ 是複製快照,不是運作中的檔案。它的用途是:可攜、可版本控管 (git)、可災難還原(restore.sh)。改快照不會影響任何 session;要改制度請改正本。

設計理念(一句話)

規則的強制力來自「放對層」,不是寫得多。機器可判定 → hook;每次必守的短規則 → 常載; 多步驟程序與範例 → 按需檔/skill;被糾正 → lessons.md,第 2 次觸發就升級固化。 讀者是較弱的模型,所以每條規則都力求「具體、可執行、有 if-then 判準與正反例」。

檔案清單(快照內容,共 24 檔)

institution/CLAUDE.md

索引式主檔(≤150 行):起手式、路由表、制度分層表,@import 兩個常載檔。

institution/rules/(9 檔)

檔案載入方式內容
hard-rules.md常載(@import)13 條硬規則:行為、調度、計畫、Git
code-standards.md常載(@import)File Docstring 規範、Core Principles
dispatch.md按需模型調度守則、型號表(2026-07-05 查證)、升降級路徑、驗證不自驗
judgment.md按需五個 rubric:升級/完成/問人/換路/品質底線,各附正反例
uplift.md按需判斷力增強協定:六個方法把單次直覺換成可檢驗流程
prompt-templates.md按需五種交辦範本:搜尋/實作/重構/研究/審查
diagnosis.md按需本 harness 三大耗損源與弱模型可照做的修法
maintenance.md按需制度檔維護:權限分級、精簡門檻、過期檢查
letter-to-future.md按需給未來 session 的交接信;含唯一未確認事項

institution/skills/(3 個 SKILL.md)

  • done-check — 宣稱完成前的驗證 checklist,每個 ✅ 必附指令與輸出
  • lesson — 被糾正後把教訓寫成 if-then 規則,含第 2 次觸發的升級程序
  • debug-protocol — 系統化除錯 + 3-strike 停損規則

institution/hooks/(2 檔,層 0 機器可判定規則)

借鑑自 Miguok/fable-harness 的同款機制,判斷邏輯保留、訊息改寫成指向本專案自己的規則; 不引入 fable 的 FABLE-PROTOCOL 命名或協定文字。

  • verify_gate.py — Stop hook。本回合動了程式碼卻無測試指令 → 擋下並指向 hard-rules.md #5 與 /done-check;fail-open,任何例外一律放行。
  • prompt_nudge.sh — UserPromptSubmit hook。每回合一行提醒(指揮官不下場/ /done-check/對抗審查),內容綁定本專案制度。

institution/agents/(3 個對抗審查 subagent)

同樣借鑑自 fable-harness,指示改為引用 rules/uplift.md 方法 2(多答案評審)/ 方法 3(對抗自查)。正本放在 ~/.claude/agents/,但該目錄已是第三方 wshobson/agents 的 git clone——三個檔名已加進該 clone 的 .git/info/exclude,避免污染其 git status 或被 git clean 誤刪; 真正的還原保障是這份快照 + restore.sh

  • skeptic.md — 正確性鏡頭,預設「推翻它」,找邏輯漏洞與反例
  • red-team.md — 安全/失效模式鏡頭,固定 5 項攻擊清單
  • simplifier.md — 過度工程鏡頭,須提出實際簡化程式碼

institution/memory/(2 檔)

  • institution-map.md — 制度全貌,供 recall
  • MEMORY.md — memory 索引

institution/backups/(今日 4 個 .bak)

CLAUDE.md 的三個演進版本(Fable5 原版 → v2 路由化 → v3 加 uplift)與 letter-to-future 前一版。

如何還原到 ~/.claude/

bash restore.sh

腳本會把 institution/CLAUDE.mdrules/、三個 skills/agents/hooks/ 複製回 ~/.claude/覆寫前先把現有檔備份到 ~/.claude/backups/restore-<timestamp>/hooks/ 還原後會自動補上可執行位元。 memory 因路徑含專案名、屬 project-scope,腳本只印提示、不自動覆寫。

唯一未確認事項

「被安全機制導向到 Opus 4.8 的請求是否消耗當前窗口額度」——本環境查不到,未確認。 建議到 claude.ai 的 usage 儀表板實測。詳見 institution/rules/letter-to-future.md。 (@import 是否於新 session 生效已於 2026-07-05 用 claude -p 實測確認。)

// compatibility

Platformsapi
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

// faq

What is claude-institution?

蒸餾 Fable 5 後,產出索引式 CLAUDE.md + 按需 rules + skills,為較弱模型的 session 設計的可執行規範。. It is open-source on GitHub.

Is claude-institution free to use?

claude-institution is open-source under the MIT license, so it is free to use.

What category does claude-institution belong to?

claude-institution is listed under other in the Claudeers registry of Claude-compatible tools.

0 views
10 stars
unclaimed
updated 2 days ago

// embed badge

claude-institution on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-institution.svg)](https://claudeers.com/claude-institution)

// retro hit counter

claude-institution hit counter
[![Hits](https://claudeers.com/api/counter/claude-institution.svg)](https://claudeers.com/claude-institution)

// reviews

// guestbook

0/500

// related in Other

🔓

符合nature论文学术表达和科研绘图的Skill

// otherYuan1z0825/Python25,663Apache-2.0[ claude ]
🔓

Open source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents. Built for multitasking, organization, and programmability.

// othermanaflow-ai/Swift23,559NOASSERTION[ claude ]
🔓

Huashu Design · HTML-native design skill for Claude Code · Claude Code 里 HTML 原生的设计 skill · 高保真原型 / 幻灯片 / 动画 + 20 设计哲学 + 5 维评审 + MP4 导出 · Agent-agnostic

// otheralchaincyf/HTML20,855MIT[ claude ]
🔓

一份通俗易懂、风趣幽默的Java学习指南,内容涵盖Java基础、Java并发编程、Java虚拟机、Java企业级开发、Java面试等核心知识点。学Java,就认准二哥的Java进阶之路😄

// otheritwanger/Java17,140[ claude ]
→ see how claude-institution connects across the ecosystem