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-patterns

Learn project conventions, detect patterns, suggest consistency improvements

bryonjacob
bryonjacob
tools
open
ide-plugins
0

lint

Project-specific linting and type-checking commands. Customize for your project.

Clouder0
Clouder0
tools
open
ide-plugins
0

jules-the-system-architect-guardian

Repository of institutional memory, architectural standards, and security protocols for the indiiOS project. Defines the 'Laws' of the codebase.

the-walking-agency-det
the-walking-agency-det
tools
open
ide-plugins
0

code-delta

Visualize proposed code changes in a structured ASCII format with file tree, impact summary, syntax-highlighted diff, and rationale. Use this skill when proposing refactors, simplifications, or any code modifications.

pcasaretto
pcasaretto
tools
open
ide-plugins
0

codex-review

This skill should be used when the user asks to "review code with codex", "run codex review", "check code quality", "codex レビュー", mentions "レビューゲート", or before git commit/PR/merge/release. Performs iterative code review using read-only Codex CLI, with Claude Code making fixes until ok:true is achieved. Use after spec/PRD/requirements creation, major steps (>=5 files/new modules/public APIs/infra changes), and before git operations.

msd-dev-lab
msd-dev-lab
tools
open
ide-plugins
0

minion-polish

PROACTIVELY USE after implementing code to add docstrings, type hints, cleanup. Delegates grunt work to local LLMs — saves cloud tokens. Files must be <500 lines. Use for mechanical polish, not logic changes. Changes are auto-applied.

felixmanojh
felixmanojh
tools
open
ide-plugins
0

enforce-file-limits

Enforce 500-line file size limits. Warn at 400 lines. Guide splitting large files into focused modules. Apply when writing or editing code.

gabe-almeida
gabe-almeida
tools
open
ide-plugins
0

code-review

Use when asked to "review code", "review PR", "review diff", "check this PR", "do a code review", or mentions "code review", "PR review", "full diff", "cross-file patterns", "code quality", "review changes".

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

code-review

Structured code review covering style, readability, and security concerns with actionable feedback. Use when reviewing pull requests or merge requests to identify issues and suggest improvements.

vasic-digital
vasic-digital
tools
open
ide-plugins
0

codex-review

Codex CLI(read-only)を用いて、レビュー→Claude Code修正→再レビュー(ok: true まで)を反復し収束させるレビューゲート。仕様書/SPEC/PRD/要件定義/設計、実装計画(PLANS.md等)の作成・更新直後、major step(>=5 files / 新規モジュール / 公開API / infra・config変更)完了後、および git commit / PR / merge / release 前に使用する。キーワード: Codexレビュー, codex review, レビューゲート.

tmaru-eng
tmaru-eng
tools
open
ide-plugins
0

code-review

Review code changes for AI-generated patterns, anti-patterns, and project convention violations. Use before committing or when reviewing PRs.

DennisToma
DennisToma
tools
open
ide-plugins
0

requesting-code-review

This skill should be used when the user asks to "request code review", "prepare for PR review", "code review checklist", "pre-review validation", "review preparation", or needs guidance on preparing code for peer review.

ChunkyTortoise
ChunkyTortoise
tools
open
ide-plugins
0

code-review

Reviews code changes for correctness, security, and maintainability with actionable feedback. Triggers on: review this code, code review, check this PR, review my changes.

Windsage63
Windsage63
tools
open
ide-plugins
0

code-review

Automatically review code changes for quality, best practices, TypeScript compliance, React/Next.js patterns, and project-specific conventions. Use before commits, after significant changes, or before pull requests. Checks code style, component patterns, error handling, testing, security, and Turkish language support.

chedevlooper-creator
chedevlooper-creator
tools
open
ide-plugins
0

code-review

Comprehensive code review with best practices, security, and maintainability checks. Use when reviewing pull requests, pre-commit code checks, learning code review techniques, improving code quality, or performing security audits. Triggers include "code review", "review code", "PR review", "pull request review", "security review", "code quality", or when evaluating code for issues and improvements.

pjordan
pjordan
tools
open
ide-plugins
0

codex-review

Delegates code review to OpenAI Codex CLI. Use when user says "코드 리뷰해줘", "Codex한테 리뷰 맡겨", "PR 검토해줘", "코드 품질 체크", "리팩토링 제안해줘", "second opinion", or asks for code review, refactoring suggestions.

ziwon
ziwon
tools
open
ide-plugins
0

code-reviewer

Use this skill after code changes are made, when reviewing implementations, checking code quality, or ensuring constitutional compliance. Apply when user mentions reviewing, analyzing, or checking code quality. Also use proactively after significant code implementations to verify they follow mini_agent framework principles.

MRenAIAgent
MRenAIAgent
tools
open
ide-plugins
0

multi-model-review

マルチモデルコードレビュー。LLMがコードレビューを行った後、GitHub Copilot CLIに精査させて双方の視点を統合した最終レビューを提供。Use when user wants multi-model code review, second opinion, or wants to cross-check review findings with another AI. Triggers: "/multi-model-review", "マルチモデルレビュー", "複数モデルでレビュー", "セカンドオピニオン"

mozuq-lab
mozuq-lab
tools
open
ide-plugins
0

code-review

Code review assistance with linting, style checking, and best practices

fajjarnr
fajjarnr
tools
open
ide-plugins
0

github-copilot-pr-review

Review and apply GitHub Copilot suggestions on pull requests. Trigger when reviewing PRs with Copilot suggestions.

smith6jt-cop
smith6jt-cop
tools
open
ide-plugins
0

explorer

Read-only codebase exploration and architecture mapping. Use for understanding unfamiliar code, finding patterns, and generating documentation.

oornnery
oornnery
tools
open
ide-plugins
0

docs-style

Automatically applies when drafting or revising documentation to enforce repository voice, clarity, and navigation patterns.

ricardoroche
ricardoroche
tools
open
ide-plugins
0

codex

OpenAI Codex CLIを使用したコードレビュー、分析、コードベースへの質問を実行する。使用場面: (1) PRセルフレビュー、(2) コードベース全体の分析、(3) 実装に関する質問、(4) バグの調査、(5) リファクタリング提案。トリガー: "codex", "コードレビュー", "レビューして", "分析して", "/codex"

Umisyo
Umisyo
tools
open
ide-plugins
0

codex-code-review

Perform comprehensive code reviews using OpenAI Codex CLI. This skill should be used when users request code reviews, want to analyze diffs/PRs, need security audits, performance analysis, or want automated code quality feedback. Supports reviewing staged changes, specific files, entire directories, or git diffs.

iiitong
iiitong
tools
open
Previous
Page 108 / 128
Next