salesforcedx-vscode
AI agent skills for building and releasing Salesforce VS Code extensions
All Skills in This Repository (33)
Pure Emerald Level IndicatorspackageJson
Standardize package.json configurations across repository packages.
span-file-export
Export spans to a local JSONL directory for AI consumption.
concise
Convert Markdown prose into concise fragments and bullets.
query-app-insights
Query Azure Application Insights telemetry data with KQL for command and extension activity.
icons-src
Create and integrate custom SVG icons into VS Code extension icon fonts.
effect-best-practices
Define standardized Effect-TS patterns for services, errors, layers, and atoms.
typescript
Enforce TypeScript coding standards for consistent, safe code.
pr-draft
Draft Salesforce DX VS Code extension PR titles and descriptions with Gus work item references.
services-extension-consumption
Consume salesforcedx-vscode-services API to build VS Code extension service layers.
verification
Validate code changes with compile, lint, diagnostics, tests, and bundling.
gus-cli
Query, create, and update Gus work items and epics via sf CLI.
ts4023-effect-errors
Export non-exported TaggedError classes to resolve TS4023 errors in Effect-based functions.
Frequently Asked Questions
FAQPage SchemaHow to install salesforcedx-vscode skills?βΌ
Run `npx skills add forcedotcom/salesforcedx-vscode --all -g -y` in your terminal to install all skills in this suite globally.
What do these Salesforce VS Code skills do?βΌ
They teach your AI agent the repo's exact conventions for coding, testing, releasing, and managing work items in the Salesforce Extensions for VS Code monorepo.
Can AI agents run the extension release workflow?βΌ
Yes. The release skill walks the agent through branch verification, changelog polish, prerelease builds, and marketplace publishing with human approval gates.
Do these skills work with Claude Code and Cursor?βΌ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, OpenCode, and other compatible AI coding agents.
How do the skills handle GUS work items?βΌ
Dedicated skills let the agent query, create, and update GUS work items via the Salesforce CLI, always asking for your confirmation before any write.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core