
Use Ctx7
- 42 installs
- 1 repo stars
- Updated July 17, 2026
- discountry/ritmex-skills
Fetches up-to-date, version-matched library documentation through the ctx7 CLI so code is written against the correct API before implementation.
About
use-ctx7 fetches up-to-date, version-matched library documentation through the ctx7 CLI using a two-step resolve-then-fetch flow. It ranks candidate libraries by snippet coverage and source reputation and supports version-specific IDs plus JSON output. A solo builder invokes it before writing code against any dependency so the implementation targets the correct, current API instead of stale training data.
- Two-step: resolve library ID, then fetch docs
- Version-specific documentation IDs
- Ranks by snippet count and source reputation
- JSON and pipe-friendly output for scripting
Use Ctx7 by the numbers
- 42 all-time installs (skills.sh)
- Ranked #856 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/discountry/ritmex-skills --skill use-ctx7Add your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 42 |
|---|---|
| repo stars | ★ 1 |
| Last updated | July 17, 2026 |
| Repository | discountry/ritmex-skills ↗ |
What it does
Fetches up-to-date, version-matched library documentation through the ctx7 CLI so code is written against the correct API before implementation.
Who is it for?
Grabbing current, version-matched docs before writing code against a dependency
Skip if: Writing or generating documentation yourself
When should I use this skill?
A change involves a project dependency and you need its current docs