20260406

macos的claude code,需要approve或者完成任务后提醒hook:

  "hooks": {
    "Notification": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "terminal-notifier -title 'Claude Code' -message 'Task completed'"
          }
        ]
      }
    ],
    "Stop": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "terminal-notifier -title 'Claude Code' -message 'Task completed'"
          }
        ]
      }
    ]
  },

20260404

  1. Claude Code Cheat Sheet

  2. Claude HUD

    • 一个 Claude Code 插件,用于展示当前正在发生的情况——包括 上下文使用情况、正在使用的工具、正在运行的代理,以及待办事项的进度。它会始终显示在你的输入框下方

  3. Claude Code免费从入门到精通

  4. Anthropic Academy

  5. Claude Code

    • # xxx 给CLAUDE.md加内容,@xxx 针对某个文件进行操作

    • To paste a screenshot into Claude, use Ctrl+V (not Cmd+V on macOS)

    • Enable Planning Mode by pressing Shift + Tab twice

    • option + t 打开think mode(终端需要做设置)

      • "Think" - Basic reasoning

      • "Think more" - Extended reasoning

      • "Think a lot" - Comprehensive reasoning

      • "Think longer" - Extended time reasoning

      • "Ultrathink" - Maximum reasoning capability

      • /effort Command: Allows setting a persistent effort level for a session (e.g., /effort max for hard bugs).

    • You can rewind the conversation by pressing Escape twice

    • Creating Custom Commands:The filename becomes your command name - so audit.md creates the /audit command.

      • Find the .claude folder in your project directory

      • Create a new directory called commands inside it 

      • Create a new markdown file with your desired command name (like audit.md