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
0

code-quality

Fix lint errors, format code, run type checking, check code quality. Use when fixing linting issues, formatting Python, running ruff, running ty, checking TypeScript types, or ensuring code quality.

mpolatcan
mpolatcan
tools
open
ide-plugins
0

code-quality

Run code quality checks (ruff, mypy, pytest) and optionally simplify code. This skill should be used when the user wants to check code quality, run linters, run tests, or simplify recently modified code. Triggered by /lint, /check, or /code-quality commands.

s-hiraoku
s-hiraoku
tools
open
ide-plugins
0

typescript-expert

Expert guidance for writing TypeScript code following modern best practices, targeting TypeScript 5.x and ES2022. Use this skill when writing, reviewing, or refactoring TypeScript code in any .ts or .tsx file. Provides comprehensive guidelines on type system usage, architecture patterns, security, testing, and performance.

edneyreis999
edneyreis999
tools
open
ide-plugins
0

global-coding-style

Apply consistent coding style and formatting standards using automated tools (ESLint, Prettier, Ruff) with clear naming conventions, top-down code organization, and appropriate function/component sizing. Use this skill when writing any code in any language, naming files and variables, structuring code within files, organizing imports, configuring linters and formatters, or setting up pre-commit hooks. Apply when working on TypeScript/JavaScript files, Python files, .NET/C# files, configuration files (tsconfig.json, .prettierrc, .eslintrc), or any code that needs consistent formatting and naming. This skill ensures automated formatting with Prettier/Ruff (let tools handle it), ESLint/analyzer enforcement, TypeScript strict mode always enabled, proper naming conventions (PascalCase.tsx for React components, camelCase.ts for utilities, IPascalCase for interfaces with I prefix, PascalCase for types without prefix, camelCase for functions/constants/database fields/API endpoints/JSON keys, no underscore prefix for

TheophilusChinomona
TheophilusChinomona
tools
open
ide-plugins
0

cursor-rules-writing

Create Cursor IDE rules in .mdc format with proper frontmatter, glob patterns, and cross-references. Covers rule structure, file organization, triggering mechanisms, and quality standards. Use when creating or modifying Cursor rules for context injection.

meriley
meriley
tools
open
ide-plugins
0

lint-and-validate

Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.

seanpham99
seanpham99
tools
open
ide-plugins
0

forge-lang-typescript

TypeScript development standards including type checking, jest/vitest, eslint, and prettier. Use when working with TypeScript files, tsconfig.json, or .ts/.tsx files.

martimramos
martimramos
tools
open
ide-plugins
0

haskell-programming-reviewer

Expertise in reviewing Haskell codebases using modern functional programming idioms. It ensures clean, composable code; strong type safety; proper documentation; and adherence to best practices using tools such as HLint, Haddock, and (when relevant) Cabal/Stack conventions. Use when the user asks for "feedback," a "review," or to "check" their changes.

frankhjung
frankhjung
tools
open
ide-plugins
0

file-suggestion

Set up fast file suggestions for Claude Code using ripgrep, jq, and fzf. Use this skill when users want to improve file autocomplete performance or add custom file suggestion behavior.

RBozydar
RBozydar
tools
open
ide-plugins
0

python-quality

Interpretive guidance for Python code quality using ruff (modern) or pylint+isort+black (traditional). Use when linting Python files, configuring Python tools, troubleshooting lint errors, or understanding tool selection.

racurry
racurry
tools
open
ide-plugins
0

reviewing-code-quality

Automated tooling and detection patterns for JavaScript/TypeScript code quality review

djankies
djankies
tools
open
ide-plugins
0

specforge

Auto-invoked capability for language specifications, coding standards, and best practices. Activates when writing code to ensure correctness.

krisarmstrong
krisarmstrong
tools
open
ide-plugins
0

enforcing-code-linting

Runs ESLint, Prettier, and stylelint against changed files and suggests or applies fixes. Use when the user mentions linting, code style, PR review, formatting issues, or wants to check code quality before committing.

WesleySmits
WesleySmits
tools
open
ide-plugins
0

ast-grep

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.

erwinkn
erwinkn
tools
open
ide-plugins
0

pythonista-reviewing

Code review best practices for Python projects. Use when reviewing code, PRs, or diffs. Triggers on "review", "code review", "PR", "pull request", "diff", "check this", "look at this code", "quality", "refactor", or when examining code for issues.

gigaverse-app
gigaverse-app
tools
open
ide-plugins
0

quality-code-check

Code quality validation through linting, type checking, and build verification. Multi-language support for automated quality gates. Use when validating code quality: - After implementation to validate code meets standards - Before creating pull requests or commits - When debugging build/type/lint issues - User explicitly requests quality checks Provides language-specific tool commands and validation workflows for: - JavaScript/TypeScript (ESLint, tsc, build tools) - Python (Ruff, MyPy, Pyright) - Go (golangci-lint, go build) - Rust (Clippy, cargo check/build) - Java (Gradle, Maven) Focuses on detecting issues early through systematic automated checks. Keywords: lint, linting, type check, typecheck, build, quality, validation, eslint, tsc Do NOT load for: - Visual design work (use frontend-design-fundamentals, frontend-design-responsive) - UX patterns (use ux-feedback-patterns, ux-accessibility) - Initial development before implementation is stable - Figma extraction (use frontend-design-figma-extraction)

phananhtuan09
phananhtuan09
tools
open
ide-plugins
0

code-critic

Detect over-engineering and YAGNI violations. Stricter than /review.

hairihou
hairihou
tools
open
ide-plugins
0

code-formatter

Multi-language code formatting and style enforcement with automatic linting fixes

nikhillinit
nikhillinit
tools
open
ide-plugins
0

lint

Intelligently detects project type (Node.js/React or Python) and runs appropriate linting tools. Use when checking code quality or validating project for style issues.

eriknovak
eriknovak
tools
open
ide-plugins
0

lint-master

Use this agent when you need to fix linting errors, ensure code quality compliance, or resolve conflicts between multiple linting tools. Examples:

judigot
judigot
tools
open
ide-plugins
0

dotnet-format-analyzers

Define canonical dotnet format and analyzer verification commands, and provide scripts that generate a format/analyzer report. Use when checking formatting or Roslyn analyzers without reformatting everything.

bravellian
bravellian
tools
open
ide-plugins
0

prettier

Code formatting with Prettier for TypeScript/NestJS projects. Trigger: After editing/creating files, before committing code, ensuring code style consistency.

avvale
avvale
tools
open
ide-plugins
0

coding-style

Applies project-specific coding conventions and patterns. Use when writing, reviewing, or modifying code to maintain consistency with the codebase style.

chozandrias76
chozandrias76
tools
open
Previous
Page 111 / 128
Next