Skip to main content

Skills Browser

Status: πŸ§ͺ Beta

The Skills Browser lets you explore and manage agent skills. Skills describe the capabilities an agent can have β€” from file operations and code analysis to git and deployment tasks.


Opening the Skills Browser​

Dashboard β†’ sidebar β†’ Skills

imagen

The browser has two tabs:

TabDescription
Project SkillsSkills available in this workspace (skills.registry.yml)
ExploreCommunity registry β€” browse and install skills from the shared catalog

Project Skills Tab​

Shows all skills defined in your local skills.registry.yml.

  • Search β€” filter by skill name or keyword
  • Category filter β€” narrow by one of the 9 categories
  • Refresh β€” reload the skill catalog from disk
  • Delete β€” remove a skill from the project registry

The header shows how many skills match the current filter out of the total.


Explore Tab (Community Registry)​

Browse skills published to the shared community registry and install them directly into your project.

  • Search β€” find skills by name or description in the remote registry
  • Each skill card shows its ID, category, description, and a link to its source
  • Click Install on any skill card to add it to your project's skills.registry.yml
  • Use pagination to browse through the full catalog
imagen

Skill Categories​

The registry organizes skills into 9 categories:

CategoryDescription
file_operationsRead, write, create, and delete files in the workspace
code_analysisAnalyse code structure, detect patterns, and review code
executionRun scripts, shell commands, and build tasks
browserInteract with or inspect web pages
databaseQuery, migrate, and seed databases
testingRun tests, generate test cases, and check coverage
documentationGenerate or update docs, READMEs, and changelogs
gitCommit, branch, diff, and merge operations
deploymentBuild, package, publish, and deploy

Applying Skills to an Agent​

Skills are assigned to agents through the agent editor:

  1. Dashboard β†’ Agent Manager β†’ select agent β†’ Edit
  2. Navigate to Step 3 β€” Skills
  3. Search and select skills from the project registry or install new ones from the community
  4. Save
imagen

You can also assign skills during initial agent creation β€” the same skills step appears in the Create Agent wizard.


Reference: Adding a Custom Skill​

To add a skill that isn't in the community registry, append an entry to skills.registry.yml at the workspace root following the existing format, then reload the extension:

Command Palette β†’ Agent Teams: Reload Agents