Skip to content

unblocked/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unblocked Skills

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.

Available Skills

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

Setup

Unblocked CLI (Recommended)

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 | bash

Claude Plugin

Connect this repository as a plugin directly in Claude Code:

claude plugin marketplace add unblocked/skills
claude plugin install unblocked-skills

Using the Skills CLI

npx skills add unblocked/skills

Manual Copy

Copy 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/

About

Agent Skills from Unblocked

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors