Updates Salesforce platform reference docs (API_VERSIONS.md, DEPRECATIONS.md) with latest release features, deprecations, and retirements. Invoke on SessionStart outdated warnings or new releases.
npx claudepluginhub jiten-singh-shahi/salesforce-claude-code --plugin salesforce-claude-codeThis skill uses the workspace's default tool permissions.
- When the SessionStart hook warns that platform docs are outdated (>4 months since last verified)
Analyzes, plans, and executes Salesforce API version upgrades and jsforce v1 to v3 migrations. Handles deprecated changes, Bulk API shifts, and code updates.
Looks up API docs, SDK references, library versions, breaking changes, migration guides, changelogs, release notes, and deprecations via local skill references or targeted web searches.
Adds automated doc updater to Claude skills by creating Python sync script that downloads upstream archives, processes markdown for AI use, caches locally with cooldowns, via 5-phase workflow.
Share bugs, ideas, or general feedback.
Two reference files in skills/_reference/:
WebSearch for the latest Salesforce release information:
Search: "Salesforce [Season] '[Year] release notes new features developer site:developer.salesforce.com"
Search: "Salesforce [Season] '[Year] release highlights"
WebSearch for deprecation and retirement announcements:
Search: "Salesforce feature retirements [current year] site:help.salesforce.com"
Search: "Salesforce deprecated features [current year]"
skills/_reference/API_VERSIONS.mdAdded: YYYY-MM tagAdded: date is older than 24 monthsskills/_reference/DEPRECATIONS.mdAdded: YYYY-MM tagAdded: date is older than 24 months (exception: keep "Retiring Soon" entries until retirement date + 24 months)After updating, confirm changes:
# Check no v62.0 or other old version references leaked back
grep -r "old_version" skills/_reference/API_VERSIONS.md skills/_reference/DEPRECATIONS.md
# Run CI validation
node scripts/ci/validate-skills.js
Added: YYYY-MM tag for 24-month retention trackingcheck-platform-docs-age.js — SessionStart hook that triggers this skill's warning@../_reference/API_VERSIONS.md — Feature tracker@../_reference/DEPRECATIONS.md — Deprecation guard