Skip to main content

Browsing the catalog

skills check

Report whether a skill needs an MCP server, and which one it resolved to.
The result tells you needs_mcp, the resolver’s verdict, and the bound MCP server. This is the fastest way to answer “will this skill actually run in my workspace?” before you build an agent around it. A skill that needs no external tool executes through the model directly rather than failing.

Source repositories

Sync a GitHub repository of skills into the catalog.

skills repo add

Adding auto-imports the repository’s skills unless you pass --no-sync. Only GitHub URLs are accepted. Private repositories work using your own connected GitHub credential.

The rest of the repo commands

repo scope takes the same --scope and repeatable --workspace options as repo add.

See also