home/categories/ide-plugins
category focus

IDE Plugins

Extensions for VS Code, IntelliJ, and others.

3053টি স্কিলall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
ide-plugins
1

review-code

Expert code review guidance covering security (OWASP), clean code (SOLID, naming), code smells, complexity metrics, and high-value feedback patterns. Use when reviewing PRs, conducting code audits, or providing code feedback. Focuses on impactful issues, not nitpicks.

twikus
twikus
tools
open
ide-plugins
1

codebase-search

Advanced codebase search using Mantic for finding files, understanding context, and analyzing code impact. Use this skill when searching for code, files, or understanding code relationships.

jakoss
jakoss
tools
open
ide-plugins
1

eslint-prettier-husky-config

This skill should be used when setting up code quality tooling with ESLint v9 flat config, Prettier formatting, Husky git hooks, lint-staged pre-commit checks, and GitHub Actions CI lint workflow. Apply when initializing linting, adding code formatting, configuring pre-commit hooks, setting up quality gates, or establishing lint CI checks for Next.js or React projects.

hopeoverture
hopeoverture
tools
open
ide-plugins
1

code-review

This skill should be used when the user asks to "review code", "check code quality", "find improvements", "refactor code", "fix code issues", "perform code review", "check for bugs", "improve code", "analyze code", "review PR", "review pull request", "コードレビュー", "コードをチェック", "改善点を探す", "リファクタリング", "コード品質を確認", "バグを探す", "コードを改善", "PR をレビュー", "プルリクエストをレビュー", or needs guidance on code review best practices for Swift and TypeScript.

fumiya-kume
fumiya-kume
tools
open
ide-plugins
1

code-review-preferences

Use when reviewing code, PRs, or discussing code quality standards. Applies team coding standards and review methodology.

ChaiWithJai
ChaiWithJai
tools
open
ide-plugins
1

code-split-module-rules

Generate nested AGENTS.md coding guidelines per module (monorepo-aware), detect languages/tooling, ask architecture preferences, and set up missing formatters/linters (Spotless for JVM). Use when the user wants module-scoped AGENTS.md coding guidelines or to set up missing formatters/linters.

Treytucker05
Treytucker05
tools
open
ide-plugins
1

code-generation

Standards and best practices for generating educational code examples. Ensures consistency, readability, and pedagogical value in all code snippets.

Azeem-2
Azeem-2
tools
open
ide-plugins
1

code-review-facilitator

Automated code review for Arduino/ESP32/RP2040 projects focusing on best practices, memory safety, and common pitfalls. Use when user wants code feedback, says "review my code", needs help improving code quality, or before finalizing a project. Generates actionable checklists and specific improvement suggestions.

wedsamuel1230
wedsamuel1230
tools
open
ide-plugins
1

serena

Semantic code search, analysis, and editing. Use for understanding code structure, finding classes/functions, refactoring, and impact analysis. Triggers on "where is this function", "show references", "analyze impact" queries

sano-suguru
sano-suguru
tools
open
ide-plugins
1

bug-review

This skill should be used when the user asks to "find bugs", "check for bugs", "review for errors", "find logical errors", "check for null references", "find edge cases", "check for race conditions", "debug this code", or wants to identify potential bugs in code.

JesseNaranjo
JesseNaranjo
tools
open
ide-plugins
1

repo-rag

Perform high-recall codebase retrieval using semantic search and symbol indexing. Use when you need to find specific code, understand project structure, or verify architectural patterns before editing.

oimiragieo
oimiragieo
tools
open
ide-plugins
1

explaining-rules

Explains which coding rules apply to files and why they matter. Uses the rule index to discover all available rules dynamically. Use when the user asks about rules, coding standards, or best practices.

oimiragieo
oimiragieo
tools
open
ide-plugins
1

code-quality

Provides general code quality and best practices guidance applicable across languages and frameworks. Focuses on linting, testing, and type safety.

allenlin90
allenlin90
tools
open
ide-plugins
1

code-with-codex

Write and generate code using memex-cli with Codex backend. Use when (1) Generating code files and scripts, (2) Refactoring existing code, (3) Writing tests, (4) Creating project scaffolds, (5) Implementing algorithms or features, (6) Code review and optimization, (7) Complex multi-file projects.

chaorenex1
chaorenex1
tools
open
ide-plugins
1

jsdoc-best-practices

Enforces JSDoc documentation standards for this TypeScript project. This skill should be used when writing or reviewing TypeScript code to ensure proper documentation with file preambles, function docs, interface docs, and the critical distinction between documenting "what" vs "why". Use this skill to understand the project's JSDoc ESLint rules and established patterns.

CodySwannGT
CodySwannGT
tools
open
ide-plugins
1

generating-tests

Follows project conventions, extracts examples from documentation, converts them to tests, and ensures documentation accuracy through automated testing. PROACTIVELY Use when generating comprehensive Vitest tests for code examples in JavaScript concept documentation pages. Do not use for end-to-end browser automation, user flow testing, or browser-server integration → see testing-e2e skill.

Git-Fg
Git-Fg
tools
open
ide-plugins
1

actionable-review-format-standards

Standardized output format for code reviews with severity labels, file:line references, and fix code snippets. Use when generating review reports that need consistent, actionable feedback structure.

thapaliyabikendra
thapaliyabikendra
tools
open
ide-plugins
1

ensuring-frontend-quality

Run frontend quality checks including ESLint, Prettier, and TypeScript compilation. Use when ensuring frontend code quality, before committing, running checks, or when user mentions quality, checks, ESLint, Prettier, TypeScript, or npm run checks.

moonpixels
moonpixels
tools
open
ide-plugins
1

code-style

Enforce code style and formatting preferences. Use when writing or reviewing code to ensure consistent style.

legacy3
legacy3
tools
open
ide-plugins
1

ty

Guide for using ty, the extremely fast Python type checker and language server. Use this when type checking Python code or setting up type checking in Python projects.

gmolveau
gmolveau
tools
open
ide-plugins
1

ultracite

Enforce strict type safety, accessibility standards, and code quality for TypeScript/JavaScript projects using Biome's formatter and linter. Use when writing, reviewing, or fixing TS/JS/TSX/JSX code, checking for a11y issues, linting errors, type safety problems, or when the user mentions code quality, formatting, accessibility, or best practices.

Tylerbryy
Tylerbryy
tools
open
ide-plugins
1

code-reviewer

Reviews code for architecture, performance, API design, and maintainability. AUTOMATICALLY INVOKE when user mentions "review", "PR", "pull request", "code review", "backend review", or "analyze code". Verifies against latest Microsoft C# and .NET standards.

ranjanpoudel1234
ranjanpoudel1234
tools
open
ide-plugins
1

documentation-fundamentals

Auto-invoke when reviewing README files, JSDoc comments, or inline documentation. Enforces "WHY not WHAT" principle.

DanielPodolsky
DanielPodolsky
tools
open
ide-plugins
1

refactoring-assistant

Assists with code refactoring by detecting code smells, suggesting improvements, and providing refactoring patterns. Activates when writing/editing code, explicitly requested refactoring, or when code quality issues are detected. Maintains awareness of core principles while providing detailed patterns and examples.

fubira
fubira
tools
open
Previous
Page 88 / 128
Next