Public repository for Unblocked Agent Skills.
Skills are modular, self-contained packages that extend AI coding agents with specialized knowledge and workflows. They follow the open Agent Skills specification.
| Skill | Description |
|---|---|
| unblocked-context-research | Unified context retrieval across code, PRs, docs, messages, and issues via context_research — semantic lookups, structured data queries, and multi-source research in a single tool |
| unblocked-context-search-code | Code-only semantic search across connected repos via context_search_code |
| unblocked-context-search-prs | PR descriptions and review discussions via context_search_prs — decision history and change reasoning |
| unblocked-context-search-issues | Issue tracker search via context_search_issues — bugs, tasks, and epics across Jira, Linear, and Asana |
| unblocked-context-search-documentation | Documentation search via context_search_documentation — wikis, runbooks, ADRs, and API references |
| unblocked-context-search-messages | Team conversation search via context_search_messages — Slack and Microsoft Teams threads |
| unblocked-context-query-issues | Structured, filtered issue retrieval via context_query_issues — scoped by project and person |
| unblocked-context-query-prs | Structured, filtered PR retrieval via context_query_prs — scoped by repository and person |
| unblocked-context-get-urls | Direct URL content resolution via context_get_urls — PRs, issues, docs, and public pages |
| unblocked-tools-guide | Tool selection guide and legacy-name mapping for Unblocked search tools |
The fastest way to get started. Installs the Unblocked CLI, configures the MCP server for your agentic coding tools (Claude Code, Codex, Cursor), triggers Oauth with Unblocked, and installs skills — all in one command:
curl -fsSL https://getunblocked.com/install-mcp.sh | bashConnect this repository as a plugin directly in Claude Code:
claude plugin marketplace add unblocked/skills
claude plugin install unblocked-skillsnpx skills add unblocked/skillsCopy the skill directory into your agent's skills folder. Replace <skill-name> with a directory such as unblocked-data-retrieval or unblocked-context-engine:
# Claude Code
cp -r skills/<skill-name> ~/.claude/skills/
# Cursor
cp -r skills/<skill-name> .cursor/skills/