
Tabnine
- 8 repo stars
- Updated July 27, 2026
- tabnine/skills
tabnine is a Claude Code marketplace plugin collection that enables semantic code search across remote repositories, coding guidelines enforcement, and Context Engine knowledge-graph queries for AI coding agents.
About
tabnine/skills ships two independent Claude Code marketplace plugins supporting Claude Code, Cursor, Gemini CLI, and Tabnine Agent. The `tabnine` plugin provides codebase-search and coding-guidelines skills plus a `tabnine-context` MCP server with 11 tools including `remote_codebase_search`, `remote_symbol_content`, `remote_openapi_spec_query`, and an `/investigate` read-only repository investigator agent. The `ctx` plugin teaches agents to call the `ctx-cli` binary across six focused skills—ctx router, ctx-search, ctx-investigate, ctx-security, ctx-guidelines, and ctx-onboarding—for graph traversal, CVE/SAST resolution inboxes, and service blast-radius analysis. Configure `TABNINE_HOST` and `TABNINE_TOKEN` or `CTX_API_URL` with `ctx_`/`t9u_` credentials. Install with `claude plugin marketplace add tabnine/skills` then `claude plugin install tabnine` and `claude plugin install ctx@tabnine`.
- tabnine MCP server exposes 11 remote search and OpenAPI query tools
- ctx plugin splits into 6 skills: router, search, investigate, security, guidelines, onboarding
- /investigate agent performs read-only deep remote repository exploration
- ctx-cli dynamically discovers Context Engine API tools via mcp list/call
- Supports Claude Code, Cursor, Gemini CLI, and Tabnine Agent installs
Tabnine by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add tabnine/skillsAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 8 |
|---|---|
| Last updated | July 27, 2026 |
| Repository | tabnine/skills ↗ |
How do agents search remote repos semantically?
Run `remote_codebase_search` or `ctx-cli mcp call find_entities` to semantically search remote repos and traverse service dependency graphs from Claude Code.
Who is it for?
Engineering teams on Tabnine Context Engine who need agents to search multi-repo codebases, enforce guidelines, and triage security findings via MCP and ctx-cli.
Skip if: Solo local-only repos without Tabnine indexing, Context Engine credentials, or remote repository access configured.
What you get
Semantic code hits, symbol source extracts, OpenAPI jq query results, CVE/SAST fix diffs, and investigator findings across indexed remote repositories.
- Remote code search results
- Coding guideline reports
- CVE/SAST triage rows with fix diffs
By the numbers
- Ships 2 marketplace plugins: tabnine and ctx
- tabnine-context MCP server provides 11 remote search and asset tools
- ctx plugin includes 6 focused skills for CLI graph and security workflows
Plugins in this marketplace
2 plugins - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Choose tabnine/skills when repos are indexed in Tabnine Context Engine and agents need remote semantic search plus graph-based investigation, not just local ripgrep.
FAQ
What plugins does Tabnine/skills marketplace include?
Tabnine/skills includes two plugins: `Tabnine` for semantic remote codebase search, coding guidelines, and 11 MCP tools plus an investigator agent; and `ctx` for Context Engine CLI skills covering graph search, service investigation, CVE/SAST triage, and guidelines.
What credentials does the Tabnine plugin need?
The Tabnine plugin requires `TABNINE_HOST` and `TABNINE_TOKEN` from Tabnine Settings → Access Tokens. The ctx plugin needs `ctx-cli` installed and either `CTX_API_URL` with `CTX_API_KEY` or Tabnine PAT configuration in `~/.ctx/config.yaml`.