Quick Start
Change Log
Skills
Rules
Org Policies (Developer Preview)
Agentforce Vibes in Government Cloud
Agentforce Vibes in Scratch Orgs
Inline Auto Completion
Troubleshooting
FAQ
Skills are modular instruction packages that extend what Agentforce Vibes can do. They teach the agent domain knowledge that it doesn’t have out of the box: your team’s patterns, your project’s conventions, your org’s specific requirements. Unlike Rules (which are always active), Skills activate on-demand only when relevant to your request.
The Skills panel groups skills by scope:
.vibes/skills/. Commit them to version control so the whole team benefits.Skills change frequently. Skill names, file paths, and internal structure can change or be removed. Skills don’t carry the same backward-compatibility guarantees as Salesforce platform APIs or GA features. For the current state, see the sf-skills repository.
Note
Examples of included Salesforce Skills:
| Skill | Description |
|---|---|
platform-apex-generate | Apex class and test generation with governor limit awareness |
experience-lwc-generate | Lightning Web Component scaffolding and standard patterns |
automation-flow-generate | Flow Builder automation design and optimization |
platform-metadata-deploy | Safe metadata deployment strategies across org types |
platform-permission-set-generate | Permission set creation and assignment workflows |
agentforce-test | Agentforce agent testing strategies and validation |
agentforce-observe | Agent session tracing and debug log analysis (disabled by default) |
The full list of Salesforce Skills appears in the Toolkit panel and updates automatically.
The panel shows all available skills with a toggle to enable or disable each one.
my-skill).This step creates a SKILL.md file at .vibes/skills/custom-trigger-patterns/SKILL.md. The description tells the agent when to activate the skill. The content contains the instructions that the agent follows. Now, whenever you ask the agent to create a trigger, it applies your team’s handler pattern automatically.
Skills use progressive loading to conserve context:
SKILL.md body loads.references/, assets/, or scripts/ subdirectories.The agent matches your request against skill descriptions. If a match exists, it loads the full instructions.
references/ subdirectory.