Skills are modular, prompt-driven packages that teach your AI coding agents how to best leverage Unblocked. Each MCP tool has a corresponding skill — where tools provide capabilities, skills provide the judgment to use them well, encoding when to reach for each tool, how to write effective queries, and how to interpret results. Skills follow the open Agent Skills specification, work across Claude Code, Cursor, Windsurf, and other supported agents, and are open-source in the unblocked/skills repository.Documentation Index
Fetch the complete documentation index at: https://docs.getunblocked.com/llms.txt
Use this file to discover all available pages before exploring further.
Install
Quick install (macOS)
The macOS install script installs skills automatically alongside the MCP server:Other methods
- Unblocked CLI
- Claude Code plugin
- Skills CLI
- Manual copy
If the Unblocked CLI is already installed, you can install or update skills separately:
How skills are installed
Skills are stored in a canonical location at~/.agents/skills/ and symlinked into each agent’s own skills directory (e.g. ~/.claude/skills/, ~/.cursor/skills/, ~/.codeium/windsurf/skills/). The installer auto-detects which agents you have installed and configures all of them.
Automatic updates
Skills are automatically kept up to date. Each time the Unblocked CLI runs, it fetches the latest skills from GitHub and writes them to~/.agents/skills/. If you modify a skill locally, Unblocked detects the change and stops updating that specific skill so your customizations are never overwritten.