Files
claudeplus/mdTemplet/note.md
Zhang Jiahao d99ac3a142 Add mdTemplet/ sidecar templates for CLAUDE.md @-imports
主仓库的 CLAUDE.md 用 @~/.claude/note.md 等路径引用本地侧边文件, 克隆者
机器上默认没有这些文件会导致 @ 解析为空。提供 mdTemplet/ 下的现成样本
(note.md 工具笔记/debug.md 踩坑记录/log.md 会话日志空壳) 方便克隆者直接
拷到自己的 ~/.claude/ 作为起点。
2026-04-21 00:51:56 +08:00

334 B

Practice Notes

Locate tooling (for mature/unfamiliar repos)

  • repomix -o /tmp/x.xml (or repomix <subdir>) — full-repo LLM pack; slice by subdir if > 100k tokens
  • eza --tree --git-ignore --level=3 . for layout (path arg required)
  • fd <pat> for files; rg <sym> for call sites
  • git ls-files when tokens are tight