home/categories/ide-plugins
category focus

IDE Plugins

Extensions for VS Code, IntelliJ, and others.

3053 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
ide-plugins
0

refactoring-executor

Execute refactoring safely with test-first verification following best practices. Takes refactoring discovery reports as input and performs incremental refactoring with continuous validation. Ensures tests stay green, captures metrics, and generates execution logs. Use after refactoring-discovery analysis to implement recommended improvements. (project, gitignored)

CAPHTECH
CAPHTECH
tools
open
ide-plugins
0

editorconfig-generator

Generate .editorconfig files for consistent coding styles across different editors and IDEs. Triggers on "create editorconfig", "generate editor config", "editorconfig for", "editor settings".

ehtbanton
ehtbanton
tools
open
ide-plugins
0

agent-doc-writer

Analyze code changes and recommend appropriate documentation. Evaluates git diffs to determine if changes warrant README updates, inline doc additions, or dedicated documentation files. Triggers on: document changes, what should I document, doc writer, write docs for changes, documentation recommendation.

bearbinary
bearbinary
tools
open
ide-plugins
0

copilot-review

GitHub Copilot CLIを使用してコードレビューを実行する。Claude CodeからCopilotにレビューを依頼したい時に使用。トリガー:「Copilotにレビュー」「copilotでコードレビュー」「差分をCopilotでチェック」「Copilotにコードを見てもらう」「レビューをCopilotに依頼」

DIO0550
DIO0550
tools
open
ide-plugins
0

go-core

Core Go development patterns and idioms. Use for package design, code organization, configuration patterns, interface definitions, or when editing .go files. Triggers: package structure, dependency hierarchy, interface contracts, config transformation, encapsulation, layered organization, parameter encapsulation, modern Go idioms.

JaimeStill
JaimeStill
tools
open
ide-plugins
0

global-code-style

Your approach to handling global code style. Use this skill when working on files where global code style comes into play.

pauleveritt
pauleveritt
tools
open
ide-plugins
0

review-codex

Review code changes using Codex CLI. Use this skill when the user wants to review implemented code, uncommitted changes, or specific commits using the codex review command. Triggers on requests like "review my changes with codex", "codex review", or "review this commit".

ksato8710
ksato8710
tools
open
ide-plugins
0

dotfiles-conventions

Use when working in Jeff's dotfiles repository to understand structure, naming patterns, branch strategy, and Claude Code integration

moogah
moogah
tools
open
ide-plugins
0

refactoring-discovery

Discover refactoring opportunities by analyzing code for excessive responsibilities, tight coupling, low cohesion, and SOLID principle violations. Generate detailed reports with redesign proposals tailored to the project's architecture. Use when analyzing existing code modules for quality issues, before major refactoring, or to maintain code health. Performs module-by-module analysis on demand. (project, gitignored)

CAPHTECH
CAPHTECH
tools
open
ide-plugins
0

code-quality

Run comprehensive code quality checks including TypeScript typecheck, ESLint linting, Prettier formatting, and Markdown validation. Auto-fixes formatting issues in agent mode or provides read-only checks for CI pipelines. Use when: (1) Before committing code changes, (2) In CI/CD pipelines for automated quality gates, (3) After making significant code changes, (4) When preparing code for review, (5) When ensuring code meets quality standards, (6) For type checking, linting, formatting, and markdown validation, (7) In pre-commit hooks, or (8) For automated quality gates before merging. Triggers: finalize, code quality, typecheck, lint, format, check code, quality check, run checks, pre-commit, before commit, CI checks, validate code.

LukasStrickler
LukasStrickler
tools
open
ide-plugins
0

code-review-skill

Reviews code for best practices, security vulnerabilities, and adherence to the project's style guide. It provides actionable feedback and refactoring suggestions.

ApexSigma-Solutions
ApexSigma-Solutions
tools
open
ide-plugins
0

codex-workflow

Use when working in a repo with Codex CLI to plan, edit files safely, and suggest verification steps.

Eotel
Eotel
tools
open
ide-plugins
0

review-code

Comprehensive code review tool for Clean Code principles and project architecture. Supports single-file review (/review-code) and project-wide analysis (/review-code <directory>). Checks variable naming, function length, redundant comments, and generates actionable reports. Supports JavaScript, Python, and Java.

dm-nice
dm-nice
tools
open
ide-plugins
0

codex-review

Codex CLIでレビュー・分析をする。trigger: 「codexにレビューして」「レビューして」「review my changes」

mikanIchinose
mikanIchinose
tools
open
ide-plugins
0

idiomatic-go

Write production-ready Go backends, CLIs, and APIs following modern best practices from top tier tech companies. Use this skill when creating or reviewing Go code for (1) backend services and APIs, (2) command-line tools, (3) code requiring proper error handling, concurrency, or testing patterns, (4) any Go development requiring adherence to established style guidelines. Includes comprehensive linting configuration and detailed style guide.

marsolab
marsolab
tools
open
ide-plugins
0

deslop

Remove AI-generated code slop from current branch. Identifies and removes inconsistent comments, over-defensive code patterns, and style mismatches introduced by AI. Use when: cleaning up AI-generated code, before committing AI changes, after code generation session.

toku345
toku345
tools
open
ide-plugins
0

hk-setup

Set up hk (git hook manager) with pre-commit hooks for any project. Detects project type (Python, JS/TS, Go, Rust, etc.) and configures appropriate linters/formatters. Use when user wants to add pre-commit hooks, set up hk, or configure linting for a project.

kennyg
kennyg
tools
open
ide-plugins
0

pm7y-codebase-review

Reviews a codebase for style consistency, patterns, idioms, and adherence to KISS, DRY, POLA, and YAGNI principles. Automatically detects languages/frameworks present and applies appropriate analysis. Use when performing code audits, before major refactoring, or to establish coding standards. Outputs timestamped findings to CODEBASE_REVIEW.md with actionable tasks.

pm7y
pm7y
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, レビューゲート.

lihs-ie
lihs-ie
tools
open
ide-plugins
0

claude-md-auto-updater

This skill automatically detects when CLAUDE.md files need updates based on codebase analysis. It identifies new patterns, code violations, stale documentation, and anti-patterns, then proposes specific markdown diffs showing exactly what CLAUDE.md sections should be added, modified, or removed. When codebase architecture changes, new patterns emerge, or documented practices diverge from actual code, this skill analyzes the robo-trader project structure and generates actionable recommendations with confidence scores. Should be invoked after major feature completions, during code reviews, or as periodic maintenance scans.

ingpoc
ingpoc
tools
open
ide-plugins
0

code-cleanup

Remove AI-generated code patterns ("slop") from a branch. Use when asked to clean up AI-generated code, remove slop, fix AI coding style issues, or make AI-written code look human-written. Triggers on phrases like "remove slop", "clean up AI code", "fix AI style", or "make this look human-written".

franchiseai
franchiseai
tools
open
ide-plugins
0

code-reviewer

Automatic code quality and best practices analysis. Use proactively when files are modified, saved, or committed. Analyzes code style, patterns, potential bugs, and security basics. Triggers on file changes, git diff, code edits, quality mentions.

jonnocraig
jonnocraig
tools
open
ide-plugins
0

gemini-cli-bridge

Use when you want Codex to invoke the local Gemini CLI (`gemini`) to generate/rewrite/summarize/review content (code, diffs, docs). The workflow runs `gemini` in one-shot or prompt-interactive mode, captures output, then lets Codex decide the next concrete actions (edits, tests, follow-up prompts).

codesssss
codesssss
tools
open
Previous
Page 109 / 128
Next