Skip to main content

doc-maintenance

Delegate to the doc-maintenance subagent when code/config/scripts change to catch code→doc drift. Use after editing TS/TSX, package.json, esbuild config, scripts, .vscodeignore, .vscode, tsconfig, or GitHub workflow files.

跳到安装

来源信息

仓库
forcedotcom/apex-language-support
最近来源活动
2026年6月16日 17:58
检测到的 SKILL.md 语言
英语
星标
11
分支
3

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
doc-maintenance
description
Delegate to the doc-maintenance subagent when code/config/scripts change to catch code→doc drift. Use after editing TS/TSX, package.json, esbuild config, scripts, .vscodeignore, .vscode, tsconfig, or GitHub workflow files.
When code is edited (or code changes are in conversation context), delegate to the [doc-maintenance agent](../../agents/doc-maintenance.md) with `run_in_background: true`. Subagent fixes docs directly; no report-back required. ## Activate on changes to - `**/*.ts`, `**/*.tsx` - `**/package.json` - `**/esbuild.config.*` - `scripts/**` - `**/.vscodeignore` - `**/.vscode/**` - `**/tsconfig*.json` - `.esbuild-web-extra-settings.json` - `.github/**` ## Scope - In scope: `.claude/skills/`, `.claude/agents/`, `docs/`, `contributing/`, `packages/**/README.md` - Excluded: `**/*.plan.md`, `**/plan.md`
在 GitHub 查看