Skip to content

Add Upstash context7 agent skills - #872

Merged
danbarr merged 1 commit into
mainfrom
add-context7-skills
Aug 11, 2026
Merged

Add Upstash context7 agent skills#872
danbarr merged 1 commit into
mainfrom
add-context7-skills

Conversation

@danbarr

@danbarr danbarr commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Packages context7-mcp and context7-cli from upstash/context7 at commit ef14a58dfedb14f2d02bf7ecd0b1654b41553520.
  • The repo ships a third skill, find-docs, which is intentionally skipped: it's what ctx7 setup --cli generates for MCP-less installs, and its content is a near-verbatim copy of context7-cli's references/docs.md (same commands, same workflow, same wording). Packaging both would duplicate the same content under two catalog names; context7-cli already covers the CLI docs-fetching workflow, plus skills management and MCP setup that find-docs doesn't.
  • MIT-licensed at the repo root — no license-related allowlist entry needed.
  • context7-mcp scanned clean with no findings above the blocking threshold. context7-cli had 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-skill passes for both spec.yaml files
  • task scan-skill passes cleanly (no unallowlisted findings) for both
  • dockhand build-skill built successfully for both

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>
@toolhive-release-app

Copy link
Copy Markdown
Contributor

🛡️ Skill Security Scan Results

✅ context7-cli

  • Status: Passed
  • Findings: 6

✅ context7-mcp

  • Status: Passed
  • Findings: 4

Summary: Scanned 2 skill(s), all passed security checks. ✅

@danbarr
danbarr enabled auto-merge (squash) August 11, 2026 19:36
@danbarr
danbarr merged commit 4a36f76 into main Aug 11, 2026
13 checks passed
@danbarr
danbarr deleted the add-context7-skills branch August 11, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants