Claude Code 概念全集 / 关键词速查表
覆盖本系列 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.mdimport 兼容 【11】 allowed-toolsSkill frontmatter,标的工具在 skill active 时免审批 【05】allowedChannelPluginsManaged 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】 autoMemoryDirectorySetting,改 auto memory 存哪;仅 user/policy settings 接受 【11】autoMemoryEnabledSetting /CLAUDE_CODE_DISABLE_AUTO_MEMORY=1,开关 auto memory 【11】
B
- Background sessions Agent View 管理的、跑在 supervisor 进程下的 Claude session 【01】
--bgCLI flag,启动直接进 background 【01】/background//bgSession 内把当前对话扔到后台的命令 【01】- Bedrock AWS 上的 Claude provider;不支持 Remote Control / Channels / Chrome 扩展;支持 Claude Code + GHA 【10】
- Bun Channels 系列 plugin 用 Bun 运行 【12】
bypassPermissionsPermission mode,跳过所有审批(但rm -rf /等还有最终保险) 【01, 08】
C
- CCR Claude Code Runtime(内部术语,changelog 偶现) 【02】
- Channels v2.1.80+ RP,外部事件 push 进活跃 session 【12】
--channelsCLI flag 启用 channel plugin,如--channels plugin:telegram@claude-plugins-official【12】channelsEnabledManaged 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-controlServer 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.jsonPlugin 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_DATAPath placeholder,plugin 持久数据目录 【06】CLAUDE_PLUGIN_ROOTPath placeholder,plugin 安装根目录 【06】CLAUDE_PROJECT_DIRPath placeholder + 环境变量,项目根;v2.1.139 自动注入到 stdio MCP servers 【06, 07】CLAUDE_REMOTE_CONTROL_SESSION_NAME_PREFIX改 RC session 默认前缀(默认是 hostname) 【02】CLAUDE_SESSION_IDSkill / hook 可用变量;v2.1.132 Bash 子进程也能读 【05】CLAUDE_SKILL_DIRSkill 目录绝对路径 placeholder(用来引用 supporting files) 【05】claudeMdManaged setting,把 CLAUDE.md 内容直接塞进 settings.json 【11】claudeMdExcludesSetting,排除某些 ancestor CLAUDE.md 【11】- Code Review(自动)
/en/code-review功能,云端零配置 PR 自动 review(vs GHA@claudereview) 【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: forkSkill frontmatter,在 isolated subagent context 里跑 skill 【05】continueOnBlockv2.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】 cwdHook common input field,当前工作目录 【06】
D
--dangerously-load-development-channelsChannel 开发测试,绕过 allowlist 【12】--dangerously-skip-permissions跳所有审批 prompt;v2.1.126 后也跳.claude/、.git/等路径保护 【01】- Desktop Scheduled Tasks Claude Desktop app 上的本机定时任务 【09】
disable-model-invocationSkill / subagent frontmatter,true = Claude 不能自动调,只能/name手动 【05】disableAgentViewManaged setting,关闭 Agent View 【01】disableAllHooksManaged setting,临时关掉所有 hook 【06】disableRemoteControlManaged setting,IT 关 RC 【02】disableSkillShellExecutionSetting,关掉 skill 里的!`shell`注入 【05】disallowedToolsSubagent frontmatter,工具黑名单 【08】- Discord plugin 官方 channel 之一 【12】
- Dispatch(Desktop) 从手机发消息触发 Claude Desktop 跑 session 【附录】
- Dynamic context injection Skill 里
!`command`在加载时执行 shell,输出替换占位符 【05】
E
- Edge browser Chrome 扩展也支持 Edge 【03】
effortSkill / 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 + 行范围;VSCodeOption+K自动插入 【13】- Excel(Claude for Excel) Anthropic 另一条产品线,不是 Claude Code 【附录】
- Explore subagent 内置 read-only Haiku subagent,适合搜索 / 调研 【08】
experimental-cc-routine-2026-04-01Routines API 的 beta header 【09】
F
fakechatplugin Channel demo,localhost:8787 UI 【12】- FileChanged Hook 事件,监听文件变化 【06】
/fireendpoint Routines API trigger 的 HTTP endpoint 【09】forceLoginMethod/forceLoginOrgUUIDManaged setting,锁认证方式 / 组织 【11】- FleetView Agent View 的内部别名(在系统 prompt 里出现) 【01】
G
@v1(claude-code-action) GHA GA 版本,从@beta升级有破坏性改动 【10】/goalv2.1.139 命令,设完成条件让 Claude 跨 turn 自我推进 【01, 09】- GitHub Actions integration
anthropics/claude-code-action@v1,@claudemention 触发 【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】
@browserVSCode 扩展里调用 Chrome 扩展 【13】- Greptile MCP 跨 repo 语义搜索 【07】
H
- Haiku Claude 模型轻量层,Explore subagent 默认 / channel summary 用 【01, 08】
hooks/hooks.jsonPlugin 里的 hooks 配置文件 【06】- HTTP hooks (
type: "http") Hook 5 种 handler 之一,发 POST 到 URL 【06】 hookSpecificOutputHook stdout JSON 的关键字段 【06】
I
--ideSlash 命令,从外部 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】InstructionsLoadedhook 用来 debug 哪个 CLAUDE.md / rule 加载 【06, 11】initialPromptSubagent frontmatter,首条自动 user prompt 【08】isolation: worktreeSubagent 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-contextSkill 示例(user-invocable: false给 Claude 用的背景知识) 【05】- Linear MCP server 官方 plugin 之一 【07】
list_changednotification MCP server 动态告知工具变化 【07】- LSP servers Plugin 可携带的 Language Server 配置(
.lsp.json)【04】 /loopBundled 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】maxSkillDescriptionCharsSetting,skill description 字符上限 【05】MAX_MCP_OUTPUT_TOKENS环境变量,提高 MCP 工具输出 token 阈值(默认 10000)【07】MCP_TIMEOUT环境变量,MCP server 启动超时(默认 3 秒) 【07】- MCP(Model Context Protocol) 开放标准,Claude 接外部工具 / 数据 【07】
.mcp.jsonMCP server 配置文件,可在 plugin 根 / 项目根 /~/.claude.jsonuser 段 【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__executeCodeVSCode 扩展内置 IDE MCP server 工具 【13】mcpServersSubagent 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;
/loopdynamic mode 用 【09】 monitors/monitors.jsonPlugin 可携带的后台观察器 【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-jsonHeadless 模式输出格式 【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】
permissionModeSubagent frontmatter / settings 字段 【08】permissions.allow/.denySettings 字段,工具粒度许可 【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】
/pluginUI 入口管理 plugin 【04】--plugin-dirCLI flag,加载本地 plugin 目录或 zip 【04】--plugin-urlv2.1.129+ CLI flag,远程 zip 加载 plugin 【04】plugin.jsonPlugin 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-controlCLI flag,启 interactive RC 【02】/rc//remote-controlSession 内启 RC 【02】- Remote Control v2.1.51+,claude.ai/code 远程驾驶本机 session 【02】
/reload-plugins改了本地 plugin 立即重载 【04】/remote-control-session-name-prefixRC session 名前缀 【02】replytool(Channel) Channel 必实现的回话工具 【12】- Research preview Anthropic 给特性的预发布标签(Agent View / Channels / Routines 等都是) 【01, 09, 12】
/resume/--resume/--continueSession 恢复 【01, 09】- Routines 云端 scheduled agents(
/schedule创建) 【09】
S
- Sandbox Linux/WSL 的 bubblewrap 沙箱;
--sandboxflag 【01】 --scopeclaude 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】
skillListingBudgetFractionSetting,skill listing token 预算占 context 比例(默认 1%) 【05】skillOverridesSettings 字段,覆盖单 skill 可见性 【05】SKILL.mdSkill 入口文件,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】stopReasonHook output 字段 【06】sub-agents/ Subagents 独立 context 的 Claude session 【08】SubagentStart/SubagentStophook Hook 事件 【06】superpowers官方半官方 plugin,14 个 process skill 【04, 05】- Supervisor process Agent View 后端守护进程,跨终端跑 【01】
T
- Task tool 旧名,v2.1.63 后改名 Agent 【08】
telegramplugin 官方 channel 之一 【12】- terminal-only commands RC 下不能用的命令:
/mcp、/plugin、/resume【02】 textfield (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_phraseGHA 字段,自定义@claude为/ai等 【10】
U
ultraplan启动云端 plan session(跟 RC 互斥占同一界面) 【02】ultrareview多 agent 的云端 review;不能 Claude 自己启 【系统 prompt】UserPromptSubmithook 用户按回车后触发,可改写 prompt / 注入 context 【06】user-invocable: falseSkill 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_useSkill frontmatter,description 补充 【05】- Worktree (git)
git worktree,Claude Code 大量用来隔离 session 写入 【01, 08】 --worktreeCLI flag,启动直接进 worktree 【09】worktree.baseRefv2.1.133 setting,新 worktree 从origin/<default>还是HEAD切 【01】WorktreeCreate/WorktreeRemovehook 创建 / 删除 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-tools、disallowedTools、if、disableSkillShellExecution、allowManagedHooksOnly、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)、Monitor、ScheduleWakeup、CronCreate、CronList、CronDelete、PushNotification、TaskCreate、TaskList、TaskUpdate、TaskStop、TaskGet、TaskOutput、WebFetch、WebSearch、EnterPlanMode、ExitPlanMode、EnterWorktree、ExitWorktree、RemoteTrigger、AskUserQuestion、NotebookEdit、ToolSearch、ShareOnboardingGuide 【系统 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 plugin | 172 | 本机 marketplace.json |
| Plugin 子组件类型 | 8 | plugin 目录结构 |
| Hook 事件类型 | 22+(主要)+ async 事件 | hooks reference |
| Hook handler 类型 | 5(command / http / mcp_tool / prompt / agent) | hooks reference |
| Skill frontmatter 字段 | 14 | skills 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 modes | 6(default / acceptEdits / auto / dontAsk / bypassPermissions / plan) | permission-modes doc |
| 本机 superpowers skills | 14 | 本机 ls 验证 |
| 本机 understand-anything skills | 8 | 本机 ls 验证 |
| Routines 最低 interval | 1 小时 | routines doc |
| Session 调度最低 interval | 1 分钟 | scheduled-tasks doc |
| Recurring task 过期 | 7 天 | scheduled-tasks doc |
| Auto memory MEMORY.md 加载上限 | 前 200 行 / 25KB | memory 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 tagmcp__<server>__<tool>— MCP 工具的内部命名 pattern
🏷️ 易混淆词对照
| 词 A | 词 B | 区别 |
|---|---|---|
| Claude Code | Claude Code on the Web | 前者本机 runtime,后者云端 |
| Remote Control | Claude Code on the Web | 前者驾驶已在跑的本机 session,后者云上新 session |
| Channels | Push notification | 双向 vs 单向 |
| Routines | GitHub Actions | 云端自主 vs CI runner 受控 |
| Routines | Scheduled tasks | 云端 vs session 内 |
| Subagent | Background session(Agent View) | 主 session 派的 vs Agent View 管的独立 sessions |
| Skill | CLAUDE.md | 流程 vs 事实;按需加载 vs 全程加载 |
| Skill | Plugin | 单能力 vs 容器(可装多个 skill + 其他) |
| Plugin marketplace | claude.ai Connectors | Claude Code 客户端的 vs claude.ai 账号的(不同步!) |
claude mcp add | claude.ai/customize/connectors | 同上 |
@v1(GHA) | @beta(GHA) | GA 简化版 vs 旧版(有 break changes) |
Hook(prompt type) | Hook(agent type) | 简单 LLM yes/no vs 派 subagent verify |
| Auto memory | CLAUDE.md | Claude 写 vs 你写 |
disable-model-invocation | user-invocable: false | 关 Claude 自动调 vs 关用户手动调 |
| Computer Use | Chrome 扩展 | 全 macOS UI vs 只浏览器 |
| Dispatch | Remote Control | Desktop pairing 一键派 vs 持续驾驶 |