Use Bwat
Use skills
Reach for a specialized workflow when the task deserves more than a general prompt, or let Bwat choose one for you.
On this page
What a skill does
A skill is a focused set of instructions and optional supporting files for a particular kind of work. It can give Bwat a reliable code-review checklist, a document workflow, or framework-specific guidance without making every conversation carry those details.
The format and several of Bwat’s foundational workflows build on the open-source research and examples in Anthropic’s skills repository. Bwat also ships original skills for its own coding workflows and supports skills you create yourself.
Use a skill
- Run
/skillsin VS Code or the CLI to see what is available to the current agent. - Describe the task normally and let Bwat select a matching skill, or invoke one directly with
/<skill-name>. - Add an argument after the command when the popup shows one, such as a pull-request number or file path.
/code-review Review my current diff against main. /create-pull-request Prepare these changes for review. /pdf Extract the tables from @reports/quarterly.pdf and summarize anomalies.
You do not need to memorize skill names. Type / to search the popup, or describe the task in ordinary language and Bwat can choose an appropriate skill.
Skills available now
| Skill | Use it for | Available in |
|---|---|---|
blender /blender | Use this skill any time Bwat is controlling Blender: creating or editing meshes, materials, lights, cameras, animation, modifiers, or running arbitrary Python via execute_blender_code. | VS Code |
create-pull-request /create-pull-request <title or context> | Create a GitHub pull request following project conventions. | VS Code |
cross-team-comms /cross-team-comms | Draft a complete, actionable message for another developer who does NOT have access to the codebase or context you're working in. | VS Code |
csharp-development /csharp-development | Expert workflow and gotcha reference for writing, building, running, and shipping C# and .NET code: Windows desktop apps (WPF, WinForms, MAUI), ASP.NET Core web APIs and services, and Entity Framework Core data… | VS Code |
docx /docx | Make sure to use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). | VS Code |
frontend-design /frontend-design | Create distinctive, production-grade frontend interfaces with high design quality. | VS Code |
pdf /pdf | Make sure to use this skill whenever the user mentions PDF files at all: even casually ('the pdf in my downloads', 'that PDF file', 'the scanned document'). | VS Code |
pptx /pptx | Make sure to use this skill any time a .pptx file is involved: creating slide decks, editing presentations, reading or extracting text from slides, working with templates, layouts, speaker notes, or comments. | VS Code |
xlsx /xlsx | Make sure to use this skill any time a spreadsheet file is involved: including when the user casually references 'the xlsx in my downloads', 'that CSV export', 'the sales data file', or 'the spreadsheet my boss sent'. | VS Code |
This catalog is public and updates from Bwat’s active distribution settings. It shows only each skill’s name, summary, command, and client availability. It never includes account data or the private contents of a user’s custom skills.
Create your own skills
The CLI and VS Code extension can also load your own SKILL.md packages from your machine or the current workspace. Ask Bwat to create or install one, review the approval card, and it becomes available on the next message. See Create skills for the file format, locations, and trust model.
Only install skills you trust. A skill changes the instructions Bwat follows and may include scripts or supporting files used during a task.

