ctx7@0.3.4

upstash/context7ctx7@0.3.4Mar 11, 2026by github-actions[bot]

AI Summary

This release refactors skills management, renaming skills and consolidating sources to GitHub instead of hardcoded content.

Key Highlights

  • Consolidate skills under /skills with canonical sources from GitHub.
  • Rename 'docs' to 'find-docs' and 'ctx7-cli' to 'context7-cli'.
  • Add CLI mode to ctx7 setup for installing the docs skill without MCP configuration.

New Features

  • GitHub-based skill downloads.
  • CLI-only mode for skill installation.
  • Skill renaming and consolidation.

Full Release Notes

### Patch Changes

-   62dc278: - feat(cli): enumerate popularity with a 4-star scale in skill search, install, and suggest results
    -   feat(cli): show install count range and trust score in skill hover details
    -   fix(cli): rename "docs" skill to "find-docs" in setup output and prompts
-   04130b5: Consolidate skills under /skills with canonical sources: rename docs→find-docs, ctx7-cli→context7-cli, add context7-mcp as canonical MCP skill. MCP setup now downloads skill from GitHub instead of using hardcoded content.
-   d418405: Add CLI mode to ctx7 setup for installing the docs skill without MCP configuration