unblocked-skills
v1.0.0Skills for engineering context gathering — bring PRs, Slack, Jira, and docs into your coding workflow
By Unblocked13 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 11 skill or MCP entries
- Source updated
- Sep 9, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install unblocked-skills for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install unblocked-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/unblocked/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/unblocked-context-get-urls/SKILL.md├── skills/unblocked-context-query-issues/SKILL.md├── skills/unblocked-context-query-prs/SKILL.md├── skills/unblocked-context-research/SKILL.md├── skills/unblocked-context-search-code/SKILL.md├── skills/unblocked-context-search-documentation/SKILL.md├── skills/unblocked-context-search-issues/SKILL.md├── skills/unblocked-context-search-messages/SKILL.md├── skills/unblocked-context-search-prs/SKILL.md├── skills/unblocked-tools-guide/SKILL.md└── .mcp.json
Included Skills10
Fetches full content for known URLs with context_get_urls. Use when the user provides links or prior search results return URLs to PRs, issues, docs, or messages. Use search when no URL is known.
Returns complete filtered issue lists with context_query_issues. Use when the request names a project or person and asks for issues by status or time. Use context_search_issues for conceptual or relevance-ranked matching.
Returns complete filtered PR lists with context_query_prs. Use when the request names a repository or person and asks for PRs by status or time. Use context_search_prs for change rationale or relevance-ranked matching.
Searches and synthesizes code, PRs, docs, issues, and messages with context_research. Use for planning, incidents, cross-system questions, or history that may span sources. Use a source-specific skill when one source is enough.
Semantically searches code across connected repositories with context_search_code. Use when local Grep/Glob/Read cannot find an implementation, usage, or cross-repo pattern. Use context_research when history or team context is also needed.
Semantically searches connected documentation with context_search_documentation. Use for setup guides, runbooks, API contracts, schemas, architecture docs, ADRs, or onboarding. Use context_research when the answer needs other source types.
Searches issues with context_search_issues. Use when one bug, requirement, ticket, or epic should answer, including its rationale. Use context_query_issues for complete filtered lists. Use context_research only when other sources are needed.
Semantically searches team messages with context_search_messages. Use for chat discussions, informal decisions, incident threads, ownership, or what people said about a topic. Use context_research when the answer needs other source types.
Searches PR descriptions and reviews with context_search_prs. Use for rationale, rejected approaches, bug archaeology, or the PR that introduced a behavior. Use context_query_prs for filtered lists and context_research for mixed sources.
Explains Unblocked CLI and MCP availability, tool selection, and fallbacks. Use when a tool is missing, a CLI or MCP call fails, or the correct Unblocked tool is unclear.
MCP servers1
- url
- https://getunblocked.com/api/mcpsse
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "unblocked-skills",
"version": "1.0.0",
"description": "Skills for engineering context gathering — bring PRs, Slack, Jira, and docs into your coding workflow",
"author": {
"name": "Unblocked",
"url": "https://getunblocked.com"
},
"homepage": "https://getunblocked.com",
"repository": "https://github.com/unblocked/skills",
"keywords": [
"unblocked",
"context",
"code-search",
"prs",
"issues",
"documentation",
"slack"
],
"mcpServers": {
"unblocked": {
"type": "http",
"url": "https://getunblocked.com/api/mcpsse"
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[unblocked-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/unblocked-skills)