tools ide plugins Skills
Discover the best skills in this category.
Syntax highlight code blocks with Shiki. Supports server-side rendering in RSC and automatic light/dark theme switching.
auto-doc
by cl-victor1
Automatic codebase documentation maintenance system. Use this skill ALWAYS when making ANY code changes including creati...
project-discovery
by laurigates
Systematic project orientation for unfamiliar codebases. Automatically activates when Claude detects uncertainty about p...
ruff-linting
by laurigates
Python code quality with ruff linter. Fast linting, rule selection, auto-fixing, and configuration. Use when checking Py...
clippy-advanced
by laurigates
Advanced Clippy configuration for comprehensive Rust linting with custom rules, categories, and IDE integration. Use whe...
hooks-configuration
by laurigates
Claude Code hooks configuration and development. Covers hook lifecycle events, configuration patterns, input/output sche...
neovim-configuration
by laurigates
Modern Neovim configuration expertise including Lua scripting, plugin management with lazy.nvim, LSP setup with Mason, A...
ast-grep-structural-code-...
by laurigates
Find and replace code patterns structurally using ast-grep. Use when you need to match code by its AST structure (not ju...
linter-autofix-patterns
by laurigates
Cross-language linter autofix commands and common fix patterns for biome, ruff, clippy, shellcheck, and more.
vectorcode-semantic-searc...
by laurigates
Semantic code search with VectorCode using embeddings for finding code by meaning, not just keywords. Use when searching...
git
by tao3k
Git integration with LangGraph workflow support, Smart Commit V2, and Spec-Awareness
code-tools
by tao3k
Code search, analysis, and refactoring using AST patterns. Search code structure, analyze modules, and refactor with pre...
bifrost-vibecode-debugger
by jackmusick
Debug and improve the Bifrost vibe coding experience. Use this skill when working on Bifrost platform development in Cla...
To get the current cursor location from the connected editor, retrieve the active location after connecting to the Dart...
To connect to the Dart Tooling Daemon for editor/runtime data, connect using a user-provided DTD URI before using relate...
Install AI code agent CLI tools including claude-code, gemini-cli, codex, and github copilot-cli. Use when setting up AI...
To search for symbols across Dart workspaces, resolve a symbol name to find definitions or catch spelling errors.
To view hover details such as docs and types at a cursor position, get hover information for a file location.
To register project roots for Dart tooling access, add one or more root paths before using other Dart tools on those pro...
code-review
by Tai-ch0802
Reviews code changes for bugs, style issues, and best practices. Use when reviewing PRs or checking code quality.
elixir-no-shortcuts
by mkreyman
BLOCKS shortcuts like modifying dialyzer.ignore or .credo.exs excludes. Enforces fixing actual problems. Use when encoun...
Inject Doc Detective test specs into documentation source files as inline comments. Use when (1) you have a valid test s...
speckit-specify
by ivfarias
Create or update feature specification from natural language feature description
ts-sdk-types
by iskysun96
Move to TypeScript type mapping in @aptos-labs/ts-sdk: u64/u128/u256 as bigint, address as string, TypeTag, functionArgu...