From tabnine
Use when reviewing code, writing new code, or answering questions about coding standards. Activates when the user wants to apply team guidelines, check if code follows best practices, or understand the rules and recommendations defined for a specific language.
npx claudepluginhub tabnine/skills --plugin tabnineThis skill uses the workspace's default tool permissions.
When the user needs to apply or check coding guidelines, use the `tabnine-coaching` MCP tool to fetch the relevant rules before responding. Do not guess or rely on training data — always fetch the actual guidelines defined for the team.
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.
When the user needs to apply or check coding guidelines, use the tabnine-coaching MCP tool to fetch the relevant rules before responding. Do not guess or rely on training data — always fetch the actual guidelines defined for the team.
Use the get_guidelines tool from the tabnine-coaching MCP server:
language — pass the relevant programming language to filter results (e.g. TypeScript, Python, Java)skip / take — use for pagination if there are many guidelines; fetch all pages before respondingFetch guidelines first, then apply them to the code at hand. When reviewing code, explicitly reference the guideline name or description when flagging an issue.