Refactor Note banner
jason3e7 jason3e7

Refactor Note

Code Quality community

Description

--- name: refactor-note description: 重構筆記或資料夾結構時的注意力上限原則——任一層級的項目數不超過 10,理想 7,超過就分組 tags: [refactor, note-management, information-architecture, structure] --- # /refactor-note — Refactor Note 重構一篇筆記、一個資料夾、或任何清單結構時,套用「**注意力上限**」原則決定要不要分組。 ## 核心原則 — The Rule 人的注意力大約落在 **3~7 個項目**,**10 是上限**(超過就記不住、掃不完)。 所以任何**單一層級**的項目數量都遵守: - **第一層資料夾數量** ≤ 10 - **一個資料夾裡的東西總數** ≤ 10 - **一篇筆記裡同一層的小標 / 清單項** ≤ 10 > **7 是比較合理的目標數字,10 是硬上限。** ## 怎麼套用 — How to Apply 1. 數一數目標層級目前有幾個項目 2. **超過 10** → 把**同質性**的項

Installation

Installs to ~/.claude/skills/jason3e7-ai-101-refactor-note/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jason3e7-ai-101-refactor-note && curl -fsSL https://raw.githubusercontent.com/jason3e7/ai-101/HEAD/skills/refactor-note.md -o ~/.claude/skills/jason3e7-ai-101-refactor-note/SKILL.md

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

Full documentation available on GitHub

View Source Repository