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
4

translation-key-extractor

Extracts hardcoded strings from code and converts them to translation keys for i18n. Use when user asks to "extract translations", "find hardcoded strings", "internationalize code", "setup i18n", or "create translation files".

Dexploarer
Dexploarer
tools
open
ide-plugins
4

sharex-core-standards

License headers, build configuration rules, SkiaSharp version constraints, and general coding standards for ShareX.Avalonia

ShareX
ShareX
tools
open
ide-plugins
3

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

samjhecht
samjhecht
tools
open
ide-plugins
3

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

duongductrong
duongductrong
tools
open
ide-plugins
3

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

Uzaaft
Uzaaft
tools
open
ide-plugins
3

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

donggyun112
donggyun112
tools
open
ide-plugins
3

terminal-ui-design

Create distinctive, production-grade terminal user interfaces with high design quality. Use this skill when the user asks to build CLI tools, TUI applications, or terminal-based interfaces. Generates creative, polished code that avoids generic terminal aesthetics.

plyght
plyght
tools
open
ide-plugins
3

codex

AI peer review via OpenAI Codex CLI. Use when reviewing code changes, validating technical decisions, comparing implementation approaches, or getting a second opinion on architecture choices. Triggers on /codex, /codex-review, or auto-triggers when presenting significant alternatives to user.

antoniocascais
antoniocascais
tools
open
ide-plugins
3

codex-implementer

Codex CLI를 sub-agent로 활용하여 실제 구현 작업을 수행합니다. Claude가 작업을 분석/분해하고, Codex가 코드 작성/수정/리팩토링을 담당합니다. "Codex로 구현", "구현해줘", "코드 작성해줘", "병렬 구현" 요청 시 활성화됩니다.

jiunbae
jiunbae
tools
open
ide-plugins
3

multi-ai-code-review

멀티 AI 코드 리뷰 오케스트레이터. Claude, Codex, Gemini, Droid를 조율하여 종합적 코드 리뷰 수행. "멀티 AI 리뷰", "코드 리뷰", "종합 리뷰" 요청 시 활성화됩니다.

jiunbae
jiunbae
tools
open
ide-plugins
3

devspeculate

Always use this skill to provide context on the codebase. Automatically initializes and references the Speculate documentation framework (coding rules, shortcuts, templates, and project specs) to ensure agents understand project structure, development workflows, and coding standards. Use for every task to maintain context and code quality.

kevinslin
kevinslin
tools
open
ide-plugins
3

codex-cli

OpenAI Codex CLI fundamentals for code analysis, review, and validation. Use when (1) executing codex commands for code review/analysis, (2) configuring models (gpt-5.2-codex/gpt-5.2/gpt-5.1-codex-max/codex-mini), sandbox modes (read-only/workspace-write), or reasoning effort (low/medium/high/xhigh), (3) managing Codex sessions with resume, (4) integrating Codex into automation scripts. Do NOT use for orchestration patterns (use codex-claude-loop instead).

creator-hian
creator-hian
tools
open
ide-plugins
3

reviewing-code

Provides 353 curated code review patterns from top open-source projects. Use when reviewing code, checking for best practices, auditing implementations, or looking for specific review guidance by technology (React, TypeScript, Vite, Playwright, Drizzle, etc.).

settlemint
settlemint
tools
open
ide-plugins
3

refactoring-specialist

Code refactoring expert for improving code structure, readability, and maintainability. Use when user asks to refactor, clean up, or improve code quality.

Charon-Fan
Charon-Fan
tools
open
ide-plugins
3

reviewing-code

Get code review from Codex AI for implementation quality, bug detection, and best practices. Use when asked to review code, check for bugs, find security issues, or get feedback on implementation patterns.

julianobarbosa
julianobarbosa
tools
open
ide-plugins
3

react-clean-architecture

Clean Architecture for React Native (Expo) with TypeScript and Bun. Use this skill when creating features, refactoring code, or reviewing code in React Native projects. Enforces strict separation between Core (domain), Infrastructure (adapters), and UI layers. Implements ports/adapters pattern, Result pattern for errors, and atomic design for components.

benaor
benaor
tools
open
ide-plugins
3

documenting-architecture

Generate architecture overview documentation from codebase analysis. Uses tree-sitter-analyzer for precise code structure extraction. Triggers: architecture overview, project structure, module diagram.

thkt
thkt
tools
open
ide-plugins
3

init-rules

Initialize Rails coding conventions for a project by detecting dependencies and copying matching rules with examples to .claude/rules/hustler-rails/. Use when setting up Rails conventions for a new project or updating existing rules. Trigger with phrases like "initialize rails rules", "setup rails conventions", "init hustler-rails".

bcasci
bcasci
tools
open
ide-plugins
3

documenting-architecture

Generate architecture overview documentation from codebase analysis. Uses tree-sitter-analyzer for precise code structure extraction. Use when documenting project structure, creating architecture diagrams, or when user mentions architecture overview, project structure, アーキテクチャ, 構成図.

thkt
thkt
tools
open
ide-plugins
3

modify-generated-code

Workflow for modifying generated code in Baseplate, including template extraction, generator updates, and project synchronization.

halfdomelabs
halfdomelabs
tools
open
ide-plugins
3

react-conventions

React and React Native coding conventions with TypeScript. Use this skill when creating components, writing hooks, or reviewing React/React Native code. Enforces naming conventions, component structure, typing patterns, accessibility, and performance best practices.

benaor
benaor
tools
open
ide-plugins
3

quality-gates

This skill should be used when the user wants to run code quality checks (linting, formatting, type checking, tests) on the lazyopencode project. Use this skill when asked to "run quality gates", "check the code", "run tests", "lint the code", or verify code quality before committing.

NikiforovAll
NikiforovAll
tools
open
ide-plugins
3

repomix

Pack entire codebases into AI-friendly files for LLM analysis. Use when consolidating code for AI review, generating codebase summaries, or preparing context for ChatGPT, Claude, or other AI tools.

julianobarbosa
julianobarbosa
tools
open
ide-plugins
3

reviewer

Code reviewer providing objective quality metrics, security analysis, and actionable feedback. Use for code reviews with scoring, linting, type checking, and duplication detection.

wtthornton
wtthornton
tools
open
Previous
Page 73 / 128
Next