
Context King
- Updated June 8, 2026
- jnv/claude-code-plugins
context-king is a Claude Code skill in the Python category. Semantic code navigation for large C#, TypeScript, Kotlin, and Python codebases (ContextKing / ck).
Key points
- context-king
- Python
- AI-coding skill
Context King by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add jnv/claude-code-plugins/plugin install context-king@jnv-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 8, 2026 |
|---|---|
| Repository | jnv/claude-code-plugins ↗ |
What it does
Semantic code navigation for large C#, TypeScript, Kotlin, and Python codebases (ContextKing / ck).
README.md
My Claude Code plugins
[!CAUTION] This repo is for personal purpose and its contents may change, break, delete your data or eat your breakfast without prior warning. Use at your own risk – or not at all.
Install
/plugin marketplace add jnv/claude-code-plugins
/plugin install context-king@jnv-plugins
Plugins
context-king
Wraps ContextKing (ck) — semantic
code navigation for large codebases. The plugin ships only the skills, hooks,
and a launcher; the platform binary, native libraries, and embedding model are
downloaded on first use from a pinned upstream release into the plugin's
persistent data directory (so the ~60 MB download happens once). macOS + Linux
only in v1. First ck call requires network; later calls are offline.
Maintenance
scripts/ck-update.sh [--version vX.Y.Z] [--commit] regenerates the
context-king payload from an upstream release (skills, hooks, checksums,
version pin). It is maintainer tooling and is not part of the installed plugin.
A scheduled GitHub Action runs it and opens a PR when upstream publishes a newer
release.