dx-project-create
Installation
SKILL.md
Creating a New Salesforce Project
Walk the user through a wizard that scaffolds a new Salesforce DX project, relocates this session into the new project, connects it to an org, and configures it for development. Run each step in order, confirming with the user before any environment-changing action.
The salesforce-development plugin's MCP servers (salesforce-api-context, salesforce-metadata-experts, salesforce-lsp) are provided by the installed plugin, not by the project — so they stay available in the new project automatically once the session relocates. There is no per-project .mcp.json to copy.
Step 1: Choose a Project Template
Prompt the user to pick a template. Default to standard if they don't have a preference.
| Template | Use for |
|---|---|
standard (default) |
General-purpose SFDX project with the conventional force-app layout |
empty |
Bare project with minimal scaffolding |
analytics |
CRM Analytics (Tableau CRM) development |
reactinternalapp |
React-based internal app |
reactexternalapp |
React-based external/experience app |
agent |
Agentforce agent development |