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 3769206 872 B Updated

File contents

When code is edited (or code changes are in conversation context), delegate to the doc-maintenance agent 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

forcedotcom/apex-language-support/tree/main/.claude/skills/doc-maintenance commit 376920636a

Frequently asked questions

npx skillmds@latest add forcedotcom/doc-maintenance