0
· CLAUDE-CODE-FEATURE-RADAR · 2026.05.14 · 36 MIN ·

Claude Code 概念全集 / 关键词速查表

本系列 14 篇 + 附录 + 通用术语的字母索引、主题分组、数字速查、命名空间、易混淆词对照。 · by 思扬
AI · HERO seed:3420260514 本系列 14 篇 + 附录 + 通用术语的字母索引、主题分组、数字速查、命名空间、易混淆词对照。
FIG.00 — cover · ai-generated · placeholder

覆盖本系列 13 篇 + 附录 + 通用术语 每个词都标了:[文章号] 跳到哪篇深读 · 字母排序 · 大小写敏感(命令 / API / 环境变量保留原形)


🔤 字母索引

A

  • -add-dir 启动 flag,给 session 加可读目录(不进 config discovery,但 .claude/skills/ 例外会自动加载) 【11】
  • acceptEdits Permission mode,自动接受 file edits 不弹确认 【08】
  • Agent SDK Anthropic 给开发者把 Claude Code 嵌进自家产品的 SDK(Python / TypeScript)【附录】
  • Agent teams 多个 Claude session 之间互相 messaging 的高级功能 【08】
  • Agent tool Claude 用来派 subagent 的工具(v2.1.63 之前叫 Task)【08】
  • Agent View / agent-view v2.1.139 新增 RP,claude agents 一个窗口管所有 background sessions 【01】
  • agentskills.io Skills 系统遵循的开放标准,跨 AI 工具兼容 【05】
  • AGENTS.md Cursor / Windsurf / Aider 等也读的指令文件;Claude Code 可通过 @AGENTS.md import 兼容 【11】
  • allowed-tools Skill frontmatter,标的工具在 skill active 时免审批 【05】
  • allowedChannelPlugins Managed setting,限制哪些 plugin 能注册为 channel 【12】
  • ANTHROPIC_API_KEY 环境变量;设了会禁用 Remote Control / /schedule / claude.ai MCP connectors / push notifications 【02】
  • anthropics/claude-code-action 官方 GitHub Actions,GA @v1 【10】
  • anthropics/claude-plugins-official 官方 plugin marketplace repo,172 个 plugin 【04】
  • API trigger(Routines) routine 有 dedicated HTTP endpoint,POST 即触发 【09】
  • args: [](exec form) v2.1.139 新增 hook 字段,免 shell 直接 spawn(防注入) 【06】
  • Auto memory Claude 自己写的笔记,存 ~/.claude/projects/<project>/memory/(v2.1.59+) 【11】
  • autoMemoryDirectory Setting,改 auto memory 存哪;仅 user/policy settings 接受 【11】
  • autoMemoryEnabled Setting / CLAUDE_CODE_DISABLE_AUTO_MEMORY=1,开关 auto memory 【11】

B

  • Background sessions Agent View 管理的、跑在 supervisor 进程下的 Claude session 【01】
  • --bg CLI flag,启动直接进 background 【01】
  • /background / /bg Session 内把当前对话扔到后台的命令 【01】
  • Bedrock AWS 上的 Claude provider;不支持 Remote Control / Channels / Chrome 扩展;支持 Claude Code + GHA 【10】
  • Bun Channels 系列 plugin 用 Bun 运行 【12】
  • bypassPermissions Permission mode,跳过所有审批(但 rm -rf / 等还有最终保险) 【01, 08】

C

  • CCR Claude Code Runtime(内部术语,changelog 偶现) 【02】
  • Channels v2.1.80+ RP,外部事件 push 进活跃 session 【12】
  • --channels CLI flag 启用 channel plugin,如 --channels plugin:telegram@claude-plugins-official 【12】
  • channelsEnabled Managed setting,team/enterprise 默认 false 【12】
  • Checkpoints VSCode 扩展特性,rewind 文件状态到对话某一刻 【13】
  • Chrome extension (Beta) Anthropic 出的 Chrome 扩展,让 Claude 直接驾驶浏览器 【03】
  • Claude Code on the Web claude.ai/code 纯云端 runtime;跟 Remote Control 互补 【02】
  • Claude for Excel Anthropic 另一条产品线,不是 Claude Code 范畴 【附录】
  • Claude for Microsoft 365 Claude 的 M365 加载项(Excel/PowerPoint/Word/Outlook)【附录】
  • claude --bg 启动直接 background session 【01】
  • claude agents 打开 Agent View 【01】
  • claude mcp add 添加 MCP server 的 CLI 命令 【07】
  • claude plugin install <name>@<marketplace> 装 plugin 【04】
  • claude plugin details <name> v2.1.139,看 plugin 组件清单 + token cost 【04】
  • claude remote-control Server mode 启动 RC 【02】
  • CLAUDE.md 你写的 persistent 指令文件 【11】
  • CLAUDE.md hierarchy managed > project (./CLAUDE.md./.claude/CLAUDE.md) > user (~/.claude/CLAUDE.md) > local (./CLAUDE.local.md) 【11】
  • .claude/agents/ Project subagents 目录 【08】
  • .claude/hooks/ Project hooks 脚本目录(惯例,不强制) 【06】
  • .claude/loop.md 自定义 /loop 的默认 maintenance prompt 【09】
  • .claude-plugin/plugin.json Plugin manifest 路径(注意:只 plugin.json 放这里!)【04】
  • .claude/rules/ 大型项目里的模块化指令目录;支持 paths: frontmatter 【11】
  • .claude/settings.json 项目共享 settings(进 git) 【06】
  • .claude/settings.local.json 项目本地 settings(gitignored) 【06】
  • .claude/skills/ Project skills 目录 【05】
  • .claude/worktrees/ Background session 自动 worktree 隔离的存放目录 【01】
  • CLAUDE_CODE_DISABLE_CRON 环境变量,禁所有调度 【09】
  • CLAUDE_CONFIG_DIR 环境变量,改 Claude Code config 根目录(可起隔离实例) 【01】
  • CLAUDE_EFFORT 环境变量,hook / bash 子进程能读 effort 级别 【05, 06】
  • CLAUDE_PLUGIN_DATA Path placeholder,plugin 持久数据目录 【06】
  • CLAUDE_PLUGIN_ROOT Path placeholder,plugin 安装根目录 【06】
  • CLAUDE_PROJECT_DIR Path placeholder + 环境变量,项目根;v2.1.139 自动注入到 stdio MCP servers 【06, 07】
  • CLAUDE_REMOTE_CONTROL_SESSION_NAME_PREFIX 改 RC session 默认前缀(默认是 hostname) 【02】
  • CLAUDE_SESSION_ID Skill / hook 可用变量;v2.1.132 Bash 子进程也能读 【05】
  • CLAUDE_SKILL_DIR Skill 目录绝对路径 placeholder(用来引用 supporting files) 【05】
  • claudeMd Managed setting,把 CLAUDE.md 内容直接塞进 settings.json 【11】
  • claudeMdExcludes Setting,排除某些 ancestor CLAUDE.md 【11】
  • Code Review(自动) /en/code-review 功能,云端零配置 PR 自动 review(vs GHA @claude review) 【10】
  • Command hooks (type: "command") Hook 5 种 handler 之一,跑 shell 命令 【06】
  • Computer Use Claude 接管 macOS 桌面的能力(早期 beta);跟 Chrome 扩展互补 【03, 附录】
  • Connectors Claude.ai 账号的 MCP 集成;跟 Claude Code 本地 MCP 不同步 【附录】
  • context: fork Skill frontmatter,在 isolated subagent context 里跑 skill 【05】
  • continueOnBlock v2.1.139 hook 字段,PostToolUse 拒绝原因喂回 Claude 继续 【06】
  • /context / /context all 看 context 占用 【04】
  • CronCreate / CronList / CronDelete Session 内调度的底层工具 【09】
  • Cron expression 5 字段:minute hour day-of-month month day-of-week 【09】
  • cwd Hook common input field,当前工作目录 【06】

D

  • --dangerously-load-development-channels Channel 开发测试,绕过 allowlist 【12】
  • --dangerously-skip-permissions 跳所有审批 prompt;v2.1.126 后也跳 .claude/.git/ 等路径保护 【01】
  • Desktop Scheduled Tasks Claude Desktop app 上的本机定时任务 【09】
  • disable-model-invocation Skill / subagent frontmatter,true = Claude 不能自动调,只能 /name 手动 【05】
  • disableAgentView Managed setting,关闭 Agent View 【01】
  • disableAllHooks Managed setting,临时关掉所有 hook 【06】
  • disableRemoteControl Managed setting,IT 关 RC 【02】
  • disableSkillShellExecution Setting,关掉 skill 里的 !`shell` 注入 【05】
  • disallowedTools Subagent frontmatter,工具黑名单 【08】
  • Discord plugin 官方 channel 之一 【12】
  • Dispatch(Desktop) 从手机发消息触发 Claude Desktop 跑 session 【附录】
  • Dynamic context injection Skill 里 !`command` 在加载时执行 shell,输出替换占位符 【05】

E

  • Edge browser Chrome 扩展也支持 Edge 【03】
  • effort Skill / subagent frontmatter;low/medium/high/xhigh/max 【05】
  • /effort 命令改 effort 级别 【05】
  • Elicitation / ElicitationResult Hook 事件,MCP server 要求用户输入时触发 【06】
  • EnterWorktree Tool,启动 git worktree 进去 【08】
  • @-mention(@file.ts#5-10) 引用 file + 行范围;VSCode Option+K 自动插入 【13】
  • Excel(Claude for Excel) Anthropic 另一条产品线,不是 Claude Code 【附录】
  • Explore subagent 内置 read-only Haiku subagent,适合搜索 / 调研 【08】
  • experimental-cc-routine-2026-04-01 Routines API 的 beta header 【09】

F

  • fakechat plugin Channel demo,localhost:8787 UI 【12】
  • FileChanged Hook 事件,监听文件变化 【06】
  • /fire endpoint Routines API trigger 的 HTTP endpoint 【09】
  • forceLoginMethod / forceLoginOrgUUID Managed setting,锁认证方式 / 组织 【11】
  • FleetView Agent View 的内部别名(在系统 prompt 里出现) 【01】

G

  • @v1 (claude-code-action) GHA GA 版本,从 @beta 升级有破坏性改动 【10】
  • /goal v2.1.139 命令,设完成条件让 Claude 跨 turn 自我推进 【01, 09】
  • GitHub Actions integration anthropics/claude-code-action@v1,@claude mention 触发 【10】
  • GitHub App (Claude) github.com/apps/claude,GHA 需要装 【10】
  • GitHub trigger(Routines) 对 pull_request.*release.* 事件反应 【09】
  • GitLab CI/CD integration /en/gitlab-ci-cd 【10】
  • Glob tool 内置文件查找工具 【06】
  • @browser VSCode 扩展里调用 Chrome 扩展 【13】
  • Greptile MCP 跨 repo 语义搜索 【07】

H

  • Haiku Claude 模型轻量层,Explore subagent 默认 / channel summary 用 【01, 08】
  • hooks/hooks.json Plugin 里的 hooks 配置文件 【06】
  • HTTP hooks (type: "http") Hook 5 种 handler 之一,发 POST 到 URL 【06】
  • hookSpecificOutput Hook stdout JSON 的关键字段 【06】

I

  • --ide Slash 命令,从外部 terminal 连接 IDE plugin 【13】
  • iMessage plugin Channel 之一,macOS only;读 ~/Library/Messages/chat.db 【12】
  • @import (CLAUDE.md) @path/to/file 加载额外文件,最大 5 跳 【11】
  • /install-github-app 一键装 GHA 的命令(repo admin 才能跑) 【10】
  • InstructionsLoaded hook 用来 debug 哪个 CLAUDE.md / rule 加载 【06, 11】
  • initialPrompt Subagent frontmatter,首条自动 user prompt 【08】
  • isolation: worktree Subagent frontmatter,subagent 在独立 worktree 跑 【08】

J

  • JetBrains plugin Beta,covers IntelliJ / PyCharm / WebStorm / GoLand 等 【13】
  • JSON output (hook) Hook 退出 0 + stdout JSON = 结构化决策 【06】

K

  • keybindings.json 自定义快捷键 【03】

L

  • legacy-system-context Skill 示例(user-invocable: false 给 Claude 用的背景知识) 【05】
  • Linear MCP server 官方 plugin 之一 【07】
  • list_changed notification MCP server 动态告知工具变化 【07】
  • LSP servers Plugin 可携带的 Language Server 配置(.lsp.json)【04】
  • /loop Bundled skill,session 内重复跑 prompt;三种用法(interval+prompt / prompt only / 都没) 【09】
  • loop.md ~/.claude/loop.md.claude/loop.md,定制 /loop 默认 prompt 【09】

M

  • Managed CLAUDE.md organization-wide 强制,无法被 user/project 覆盖 【11】
  • Managed settings organization-wide settings,enterprise IT 推 【06】
  • marketplace.json.claude-plugin/ 下,marketplace 索引(列若干 plugin)【04】
  • maxSkillDescriptionChars Setting,skill description 字符上限 【05】
  • MAX_MCP_OUTPUT_TOKENS 环境变量,提高 MCP 工具输出 token 阈值(默认 10000)【07】
  • MCP_TIMEOUT 环境变量,MCP server 启动超时(默认 3 秒) 【07】
  • MCP(Model Context Protocol) 开放标准,Claude 接外部工具 / 数据 【07】
  • .mcp.json MCP server 配置文件,可在 plugin 根 / 项目根 / ~/.claude.json user 段 【07】
  • MCP transport stdio / http (streamable-http) / sse(deprecated) 【07】
  • MCP Tool hooks (type: "mcp_tool") Hook 5 种 handler 之一,调 MCP server 工具 【06】
  • mcp__<server>__<tool> MCP 工具命名 pattern 【06】
  • mcp__ide__getDiagnostics / mcp__ide__executeCode VSCode 扩展内置 IDE MCP server 工具 【13】
  • mcpServers Subagent frontmatter,subagent 独占 MCP server 【08】
  • /memory 命令,列出 + 编辑 CLAUDE.md / rules / auto memory 【11】
  • MEMORY.md Auto memory 入口文件,前 200 行 / 25KB 进 session 【11】
  • Memory scopes(subagent) user / project / local 三档持久记忆 【08】
  • Monitor tool 后台跑脚本,逐行 stream 给 Claude;/loop dynamic mode 用 【09】
  • monitors/monitors.json Plugin 可携带的后台观察器 【04】

N

  • Native Messaging Host Chrome 扩展 ↔ Claude Code CLI 的本机 IPC 机制 【03】
  • Notion MCP 远程 MCP server 例子 【07】

O

  • OIDC GitHub Actions ↔ AWS/GCP 的凭证机制(用于 Bedrock / Vertex) 【10】
  • --output-format stream-json Headless 模式输出格式 【04】
  • Opus / Sonnet / Haiku 三档模型 alias 【08】

P

  • Pairing code Telegram / Discord channel 第一次绑定时,bot 回的安全码 【12】
  • paths: (skill / rules frontmatter) Glob 模式限定何时加载 【05, 11】
  • PermissionRequest hook Hook 事件,可代用户决定 allow/deny 【06】
  • permissionMode Subagent frontmatter / settings 字段 【08】
  • permissions.allow / .deny Settings 字段,工具粒度许可 【06】
  • permissions.deny: Skill 关全部 skill;Skill(name) 关特定 【05】
  • Permission relay capability Channel 可声明,允许将 permission prompts 转发到 channel 让远程批准 【12】
  • Plan mode Permission mode,只读探索 + 出 plan 【01, 08】
  • Plan subagent 内置 read-only,plan mode 下做调研用 【08】
  • /plugin UI 入口管理 plugin 【04】
  • --plugin-dir CLI flag,加载本地 plugin 目录或 zip 【04】
  • --plugin-url v2.1.129+ CLI flag,远程 zip 加载 plugin 【04】
  • plugin.json Plugin manifest;字段:name / description / version / author / homepage / repository / license 【04】
  • pluginErrors(headless init) 加载错误清单 【04】
  • PostToolUse / PreToolUse 最常用的 hook 事件 【06】
  • PostToolBatch Hook 事件,batch tool call 后触发 【06】
  • Progressive disclosure(skill) SKILL.md 入口 + supporting files 按需加载 【05】
  • Prompt hooks (type: "prompt") Hook 5 种 handler 之一,让另一个 Claude 做 yes/no 评估 【06】
  • Push notification Remote Control 配合,Claude 决定何时给手机推 【02】

Q

  • QR code(Remote Control) Server mode 按 spacebar 显示,扫码进 Claude app 【02】

R

  • raw.githubusercontent.com/... 抓 GitHub README 等的 raw URL pattern 【04】
  • --rc / --remote-control CLI flag,启 interactive RC 【02】
  • /rc / /remote-control Session 内启 RC 【02】
  • Remote Control v2.1.51+,claude.ai/code 远程驾驶本机 session 【02】
  • /reload-plugins 改了本地 plugin 立即重载 【04】
  • /remote-control-session-name-prefix RC session 名前缀 【02】
  • reply tool(Channel) Channel 必实现的回话工具 【12】
  • Research preview Anthropic 给特性的预发布标签(Agent View / Channels / Routines 等都是) 【01, 09, 12】
  • /resume / --resume / --continue Session 恢复 【01, 09】
  • Routines 云端 scheduled agents(/schedule 创建) 【09】

S

  • Sandbox Linux/WSL 的 bubblewrap 沙箱;--sandbox flag 【01】
  • --scope claude mcp add 的范围控制(local / project / user) 【07】
  • Scheduled tasks(/loop + Cron) Session 内的调度系统 【09】
  • Schedule trigger(Routines) routine 按 cron 触发 【09】
  • /schedule 创建 cloud Routines 的命令 【09】
  • Server mode(RC) claude remote-control 启动,纯服务远程不能本地打字 【02】
  • --setting-sources 决定加载哪些 settings layer 【11】
  • Skill 一个文件夹 + SKILL.md 的能力定义 【05】
  • Skill body lifecycle 一旦加载就常驻 context;compact 后保 5000 tokens(总预算 25k)【05】
  • skillListingBudgetFraction Setting,skill listing token 预算占 context 比例(默认 1%) 【05】
  • skillOverrides Settings 字段,覆盖单 skill 可见性 【05】
  • SKILL.md Skill 入口文件,YAML frontmatter + markdown 内容 【05】
  • skills/(plugin / project / user) Skill 存放目录 【05】
  • skills: (subagent frontmatter) Subagent 启动时预加载的 skill 全文 【08】
  • Slack 集成 /en/slack,跟 Claude Code on the Web 配合;团队场景 【10, 附录】
  • -p / Headless mode 不开交互式 UI 的 print 模式 【04】
  • stopReason Hook output 字段 【06】
  • sub-agents / Subagents 独立 context 的 Claude session 【08】
  • SubagentStart / SubagentStop hook Hook 事件 【06】
  • superpowers 官方半官方 plugin,14 个 process skill 【04, 05】
  • Supervisor process Agent View 后端守护进程,跨终端跑 【01】

T

  • Task tool 旧名,v2.1.63 后改名 Agent 【08】
  • telegram plugin 官方 channel 之一 【12】
  • terminal-only commands RC 下不能用的命令:/mcp/plugin/resume 【02】
  • text field (Routines API) 触发 routine 时传的 freeform context 【09】
  • Third-party providers Bedrock / Vertex / Foundry(很多 RC / Chrome / Channel / Routines 不支持) 【02, 10】
  • TICK_LOG.md Auto mode 工作流必产文件,每 tick 一行 【09】
  • trigger_phrase GHA 字段,自定义 @claude/ai 等 【10】

U

  • ultraplan 启动云端 plan session(跟 RC 互斥占同一界面) 【02】
  • ultrareview 多 agent 的云端 review;不能 Claude 自己启 【系统 prompt】
  • UserPromptSubmit hook 用户按回车后触发,可改写 prompt / 注入 context 【06】
  • user-invocable: false Skill frontmatter,只 Claude 能调,/ 菜单看不见 【05】
  • understand-anything 装的 plugin,8 个 skill(知识图谱 / 探索 codebase) 【04】

V

  • Vertex AI GCP 上的 Claude provider;支持 GHA 通过 Workload Identity Federation 【10】
  • VSCode extension anthropic.claude-code,VS Code 1.98.0+ 【13】
  • vscode://anthropic.claude-code/open?prompt=... URI handler,从 shell / bookmarklet 唤起 【13】

W

  • @web-setup 给 cloud Routines 配置 GitHub 访问 【09】
  • WebFetch tool 内置工具,小模型读 URL【系统 prompt】
  • when_to_use Skill frontmatter,description 补充 【05】
  • Worktree (git) git worktree,Claude Code 大量用来隔离 session 写入 【01, 08】
  • --worktree CLI flag,启动直接进 worktree 【09】
  • worktree.baseRef v2.1.133 setting,新 worktree 从 origin/<default> 还是 HEAD 切 【01】
  • WorktreeCreate / WorktreeRemove hook 创建 / 删除 worktree 时触发 【06】

🧩 按主题归类(快速找概念)

调度 / 时间维度

/loop/schedule、CronCreate、CronList、CronDelete、Routines、Schedule trigger、API trigger、GitHub trigger、Desktop scheduled tasks、Scheduled tasks、One-off run、Jitter、Seven-day expiry、ScheduleWakeup、Monitor tool 【09】

扩展机制

Plugin、Marketplace、Skill、Hook、Subagent、MCP server、Channel、LSP server、Background monitor、bin/ 【04, 05, 06, 07, 08, 12】

上下文 / 记忆

CLAUDE.md、Auto memory、MEMORY.md、.claude/rules/paths:、AGENTS.md、@import、Subagent persistent memory 【11】

触发器 / 事件

PreToolUse / PostToolUse / UserPromptSubmit / SessionStart / FileChanged / Stop / SubagentStart / etc.(共 28 个 hook 事件) 【06】

Permission / 安全

Permission modes(default / acceptEdits / auto / dontAsk / bypassPermissions / plan)、allowed-toolsdisallowedToolsifdisableSkillShellExecutionallowManagedHooksOnly、Workspace trust 【01, 05, 06, 08】

远程 / 跨设备

Remote Control(RC)、Claude Code on the Web、Channels、Dispatch、Push notification、Chrome extension、Computer Use、Routines、GHA 【02, 03, 10, 12, 附录】

IDE / 客户端

VSCode 扩展、JetBrains plugin、Cursor / Windsurf / Kiro 兼容、@-mention、Checkpoints、URI handler 【13】

调度 / 监控 tool 名(Claude 自用)

Agent(原 Task)、MonitorScheduleWakeupCronCreateCronListCronDeletePushNotificationTaskCreateTaskListTaskUpdateTaskStopTaskGetTaskOutputWebFetchWebSearchEnterPlanModeExitPlanModeEnterWorktreeExitWorktreeRemoteTriggerAskUserQuestionNotebookEditToolSearchShareOnboardingGuide 【系统 prompt】

Provider / 部署

Anthropic 直连、Amazon Bedrock、Google Vertex AI、Microsoft Foundry、ANTHROPIC_BASE_URL Gateway 【02, 10】

产品矩阵

Claude.ai(网页)、Claude Desktop(mac/win)、Claude Code(CLI/IDE/web)、Claude Code on the Web、Agent SDK、Claude for Microsoft 365(Excel/Word/PowerPoint/Outlook)、Connectors、Anthropic Console、Bedrock/Vertex/Foundry 【附录】

Slash 命令 速查(本系列覆盖)

/agents(Agent View)、/background /bg/chrome/claude-api/clear/compact/config/context/debug/effort/exit/extra-usage/goal/hooks/init/install-github-app/loop/mcp/memory/mobile/model/permissions/plugin /plugins/recap/reload-plugins/release-notes/remote-control /rc/rename/resume/review/schedule/scroll-speed/security-review/simplify/skills/status/stop/terminal-setup/tui fullscreen/usage/voice/web-setup/desktop


🗺️ 概念关系图(箭头 = “里面套着”)

Plugin
├── Skills (skills/*.SKILL.md)
├── Subagents (agents/*.md)
├── Hooks (hooks/hooks.json)
├── MCP servers (.mcp.json)
├── LSP servers (.lsp.json)
├── Monitors (monitors/monitors.json)
├── Default settings (settings.json)
└── bin/

Session
├── 加载的 CLAUDE.md(多层)
├── 加载的 .claude/rules/(可 paths: 限定)
├── 加载的 MEMORY.md 前 200 行
├── 调用过的 Skills(常驻 context)
├── 启用的 Hooks(待触发)
├── 启用的 MCP servers
└── 启用的 Channels(--channels)

Subagent(从主 session 派出)
├── 自己 system prompt(来自 frontmatter body)
├── 预加载的 skills(来自 skills: 字段)
├── 自己的 MCP servers(mcpServers:)
├── 自己的 hooks(hooks:)
└── 自己的 memory(memory: user/project/local)

Routine(云端长期)
├── prompt
├── repositories
├── environment(network + env vars + setup script)
├── connectors(claude.ai 上配的)
└── triggers(schedule / API / GitHub)

GitHub Action runner
├── workflow.yml(on: + jobs:)
├── claude-code-action@v1
├── prompt + claude_args
├── ANTHROPIC_API_KEY 或 OIDC
└── 共享 ~/.claude/settings.json

📊 数字速查

来源
本系列产出主文13 篇01-13
官方 marketplace plugin172本机 marketplace.json
Plugin 子组件类型8plugin 目录结构
Hook 事件类型22+(主要)+ async 事件hooks reference
Hook handler 类型5(command / http / mcp_tool / prompt / agent)hooks reference
Skill frontmatter 字段14skills doc
Subagent frontmatter 字段18+sub-agents doc
CLAUDE.md scope 数5(managed / project root / project .claude/ / user / local)memory doc
MCP transport 类型3(stdio / http / sse)mcp doc
Permission modes6(default / acceptEdits / auto / dontAsk / bypassPermissions / plan)permission-modes doc
本机 superpowers skills14本机 ls 验证
本机 understand-anything skills8本机 ls 验证
Routines 最低 interval1 小时routines doc
Session 调度最低 interval1 分钟scheduled-tasks doc
Recurring task 过期7 天scheduled-tasks doc
Auto memory MEMORY.md 加载上限200 行 / 25KBmemory doc
Bundled skill 数(默认每 session)8(/simplify, /batch, /debug, /loop, /claude-api, /init, /review, /security-review)skills doc

🔍 命名空间速查(@ / $ / : 在哪用)

  • @<file> / @<file>#<lines>@-mention,引用文件或文件 + 行范围
  • @<repo> — Agent View 输入框,跨 repo 派 session
  • @<agent-name> — Agent View 输入框,显式调 subagent
  • @<browser> — VSCode 扩展,触发 Chrome 集成
  • @AGENTS.md — CLAUDE.md 里 import 其他 agent 工具的指令
  • @server:tool(autocomplete) — 引用 MCP 工具
  • @claude — GitHub PR / issue 评论里 mention,触发 GHA
  • @/<skill> — Agent View 输入框,派 skill
  • /skill-name(单段) — 调用 personal / project / bundled skill
  • /plugin:skill-name — 调用 plugin 提供的 skill
  • $ARGUMENTS / $0 / $1 / $<name> — Skill 参数 placeholder
  • ${CLAUDE_PROJECT_DIR} / ${CLAUDE_PLUGIN_ROOT} / ${CLAUDE_SKILL_DIR} — Path placeholder
  • ${VAR:-default}.mcp.json 里需要默认值的写法
  • ! — Skill / CLAUDE.md 里执行 shell,输出替换占位符
  • <channel source="..."> 事件 — Channel push 到 session 的 wrap tag
  • mcp__<server>__<tool> — MCP 工具的内部命名 pattern

🏷️ 易混淆词对照

词 A词 B区别
Claude CodeClaude Code on the Web前者本机 runtime,后者云端
Remote ControlClaude Code on the Web前者驾驶已在跑的本机 session,后者云上新 session
ChannelsPush notification双向 vs 单向
RoutinesGitHub Actions云端自主 vs CI runner 受控
RoutinesScheduled tasks云端 vs session 内
SubagentBackground session(Agent View)主 session 派的 vs Agent View 管的独立 sessions
SkillCLAUDE.md流程 vs 事实;按需加载 vs 全程加载
SkillPlugin单能力 vs 容器(可装多个 skill + 其他)
Plugin marketplaceclaude.ai ConnectorsClaude Code 客户端的 vs claude.ai 账号的(不同步!)
claude mcp addclaude.ai/customize/connectors同上
@v1(GHA)@beta(GHA)GA 简化版 vs 旧版(有 break changes)
Hook(prompt type)Hook(agent type)简单 LLM yes/no vs 派 subagent verify
Auto memoryCLAUDE.mdClaude 写 vs 你写
disable-model-invocationuser-invocable: false关 Claude 自动调 vs 关用户手动调
Computer UseChrome 扩展全 macOS UI vs 只浏览器
DispatchRemote ControlDesktop pairing 一键派 vs 持续驾驶