-
Notifications
You must be signed in to change notification settings - Fork 10
W-21952806-Add-skills-to-Vibes-CP #609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Crispy-Salesforce
wants to merge
3
commits into
MS2026-04ACB-1-18
Choose a base branch
from
W-21952806-Skills-in-MuleSoft-Vibes-CP
base: MS2026-04ACB-1-18
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+38
−3
Open
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| = Use Skills with MuleSoft Vibes | ||
| :page-deployment-options: cloud-ide, desktop-ide | ||
|
|
||
| Skills are reusable instruction sets that Agentforce activates only when they apply to your task. Each skill packages guidance and optional resources so MuleSoft Vibes can follow a consistent workflow without loading that material for unrelated prompts. | ||
|
|
||
| When your request matches a skill's description, Agentforce uses the `use_skill` tool to load the full instructions and run them for that task. Unlike workspace rules that stay active across conversations, skills load as needed, which leaves more context available for other work. | ||
|
|
||
| Skills are always available in MuleSoft Vibes where the feature is supported. You can't turn it on or off. | ||
|
|
||
| == Set Up Skills in Your Project | ||
|
|
||
| Add skills under `.a4drules/skills/` in your workspace. Each skill is a directory whose name matches the skill. The directory contains a `SKILL.md` file with the instructions (and optional YAML frontmatter for metadata). You can add supporting material in subfolders such as `references/`, `assets/`, or `scripts/` inside that skill directory. | ||
|
|
||
| Commit `.a4drules/skills/` with your project so everyone who uses the repository gets the same skills. | ||
|
|
||
| == Skills and MCP Tools | ||
|
|
||
| Model Context Protocol (MCP) servers expose *tools* that perform actions, such as generating a flow or calling an API. *Skills* supply structured instructions and workflows the assistant follows when a task matches the skill. You typically use both: tools carry out operations, while skills guide how and when to apply them for specific scenarios. | ||
|
|
||
| For configuring MCP servers in Anypoint Code Builder, see xref:vibes-mcp-server.adoc[]. | ||
|
|
||
| == See Also | ||
|
|
||
| * xref:mulesoft-vibes.adoc[] | ||
| * xref:vibes-get-started.adoc[] | ||
| * xref:vibes-mcp-server.adoc[] | ||
| * xref:troubleshoot-generative-ai.adoc[] |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is small distinction between skill being supported as feature vs. allowing the option to enable/disable individual skills (toggle).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bpolat1, you're right that it's not the same, but what would be the use of highlighting the support of "skills" if the "Skill" toggle is not on? Am I missing something? Can you elaborate? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the "Skills" capability will always be available with this release (the red box). Whereas the "skills" (blue box) for global or workspace are user-created and they can be edited, disabled/enabled, or removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Please ignore the "Salesforce Skills" section for now. That is not part of this release)
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bpolat1, can you elaborate on the difference between "Global Skills" and "Workspace Skills"? Is the information included in this PR not enough? Thanks!