From ctx-customer-pack
Query the Context Engine knowledge graph — investigate services, check blast radius, search entities, manage issues, and assess change risk.
npx claudepluginhub codota/ctx-customer-pack-distributable --plugin ctx-customer-packThis skill is limited to using the following tools:
1. Ensure the Context Engine MCP server (`tabnine-ctx-cloud`) is configured.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
tabnine-ctx-cloud) is configured.CTX_API_KEY and CTX_API_URL environment variables.mcp__tabnine-ctx-cloud__search_knowledge with query="hello".mcp__tabnine-ctx-cloud__find_entities with query="authentication".mcp__tabnine-ctx-cloud__investigate_service with serviceName=payments-api.mcp__tabnine-ctx-cloud__blast_radius with target=payments-api.mcp__tabnine-ctx-cloud__get_change_confidence with files=["src/checkout/handler.ts"].mcp__tabnine-ctx-cloud__search_knowledge with query="rate limiting strategy".For aggregated investigations that combine multiple queries server-side:
mcp__tabnine-ctx-cloud__investigate_service with serviceName=order-service.mcp__tabnine-ctx-cloud__get_change_confidence with files=["src/payments/processor.ts"].