Create your first Skill

Package a repeatable method into a Skill so VibeWork applies the same procedure, format, and tone every time the task matches.

Skills follow the open Agent Skills standard. Each Skill is a folder with a SKILL.md file (instructions + metadata) and optional files (templates, references, examples). Work loads only the relevant Skills into context via progressive disclosure, so you can have many enabled without bloat.

Time to complete: ~10 minutes

Prerequisites

Prerequisites

  • A Mistral account with Vibe Work access. Workspace admins can force-enable or disable Skills at the workspace level.
  • A repeatable task you handle often. Good first candidates: a meeting summary template, a code-review checklist, a weekly-report format.
First, try a built-in Skill

First, try a built-in Skill

Before building your own, see what a Skill does in practice. Vibe Work ships with built-in Skills you can invoke immediately. Try /deep-research:

/deep-research What are the main approaches to long-context LLMs in 2026?

Work plans the search, runs multiple web queries, synthesizes the sources, and returns a structured brief with citations in Canvas. That's a Skill in action: one trigger, a packaged procedure, a consistent output format.

Now create your own to capture a procedure you reuse.

Step 1: Open the Skills view

Step 1: Open the Skills view

  1. Open Vibechat.mistral.ai and switch to the Work tab.
  2. In the left sidebar, open Context > Skills.
  3. Click New Skill.

You'll see three sections: Built-in (shipped with Vibe Work), Personal (only you see them), and Workspace (shared with your team).

Tip

Recommended path: let Work draft a Skill from a real task. Run a task where you refine an approach you want to reuse, then ask Work "turn this into a Skill". Work generates a SKILL.md draft, lists the contents, and proposes it for review. It captures the patterns that actually worked, including details you wouldn't think to write down from scratch. See Skills for the full flow.

Step 2: Fill in the Skill form

Step 2: Fill in the Skill form

The form has three fields. The description is the most important: it tells Work when to activate the Skill.

FieldExample
TitleMeeting summary
DescriptionUse when the user pastes meeting notes or a transcript and asks for a summary. Produces an executive summary, action items with owners, and open questions.
SKILL.mdThe full instructions Work follows when the Skill activates (see step 3).

Write the description as a trigger condition:

  • Vague: "Helps with meetings."
  • Specific: "Use when reviewing customer-call transcripts to extract objections and next steps."

The specific version is what makes Work pick the Skill up reliably at discovery.

Step 3: Write the SKILL.md instructions

Step 3: Write the SKILL.md instructions

In the SKILL.md field, write the procedure Work should follow. Be explicit about format, tone, and what to avoid:

When given meeting notes or a transcript, produce:

  1. A one-paragraph executive summary (max 80 words).
  2. A bulleted list of action items with owners and due dates if available.
  3. A list of open questions.

Tone: professional, concise. Don't invent information that isn't in the source. If owners or dates are missing, mark them as [TBD].

Keep instructions tight. If a step needs an example, attach a sample file or template alongside the Skill (templates, references, brand guidelines, sample outputs). Work loads them as needed when the Skill activates.

Step 4: Create and test

Step 4: Create and test

  1. Click Create Skill to register it.
  2. Start a new Work task and paste a real example of the source material (meeting notes, transcript, etc.).
  3. Watch the todos panel: if the description matches, Work picks the Skill up automatically. You can also invoke it explicitly with /{skill-name} or by mentioning it in your prompt.
  4. Compare the output to your expected format. Iterate on the SKILL.md if anything is off.
Step 5: Publish to your team (optional)

Step 5: Publish to your team (optional)

If the Skill is useful beyond your own work, Publish it to the workspace:

  1. From the Skills view, open the Skill.
  2. Click Publish to make it available to teammates in the same workspace.
  3. Workspace admins can also force-enable specific Skills for everyone in the workspace.
Verify

Verify

Your Skill is working if:

  • It appears in the Skills view under the correct scope (Personal or Workspace).
  • Work activates it automatically on matching tasks (you'll see it referenced in the todos).
  • The output follows your format, tone, and constraints consistently across different inputs.
What's next

What's next