Add Upstash context7 agent skills - #872
Merged
Merged
Conversation
Package context7-mcp and context7-cli from upstash/context7 at commit ef14a58dfedb14f2d02bf7ecd0b1654b41553520. The repo also ships a third skill, find-docs, which is what `ctx7 setup --cli` generates for MCP-less installs — its content is a near-verbatim copy of context7-cli's references/docs.md (same commands, same workflow). Skipping it to avoid packaging duplicate content under a different name; context7-cli already covers the CLI docs-fetching workflow plus skills management and MCP setup. Source: https://github.com/upstash/context7 Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Contributor
🛡️ Skill Security Scan Results✅ context7-cli
✅ context7-mcp
Summary: Scanned 2 skill(s), all passed security checks. ✅ |
danbarr
enabled auto-merge (squash)
August 11, 2026 19:36
jhrozek
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
context7-mcpandcontext7-clifrom upstash/context7 at commitef14a58dfedb14f2d02bf7ecd0b1654b41553520.find-docs, which is intentionally skipped: it's whatctx7 setup --cligenerates for MCP-less installs, and its content is a near-verbatim copy ofcontext7-cli'sreferences/docs.md(same commands, same workflow, same wording). Packaging both would duplicate the same content under two catalog names;context7-clialready covers the CLI docs-fetching workflow, plus skills management and MCP setup thatfind-docsdoesn't.context7-mcpscanned clean with no findings above the blocking threshold.context7-clihad 4 blocking findings, all verified false positives against the actual source (CLI flag docs like--global/--cli/--mcp, and a comment about clean piped stdout) — allowlisted with cited evidence.Test plan
dockhand validate-skillpasses for both spec.yaml filestask scan-skillpasses cleanly (no unallowlisted findings) for bothdockhand build-skillbuilt successfully for both