Agent skills from Unblocked — context gathering and developer workflow tools
npx claudepluginhub unblocked/skillsSkills for engineering context gathering — bring PRs, Slack, Jira, and docs into your coding workflow
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-engine | Focused institutional-context lookups for architecture, conventions, prior art, and plan validation |
| unblocked-research | Deep investigation across code, PRs, docs, Slack, and Jira when the agent needs to understand how something works, what changed, or what risks exist |
| unblocked-data-retrieval | Targeted record retrieval for Jira issues, Slack channels/threads, and pull requests — direct lookups, filtered queries, and activity checks |
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
Connect this repository as a plugin directly in Claude Code:
claude plugin marketplace add unblocked/skills
claude plugin install unblocked-skills
npx skills add unblocked/skills
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/
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories