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
96

sc-refactor-review

This skill SHOULD be used when the user asks to "review code", "find dead code", "check for duplication", "simplify the codebase", "find refactoring opportunities", "do code cleanup", "check naming consistency", "analyze test organization", "run codebase health check", "review my PR", "refactor this code", "extract method", "rename variable", "consolidate duplicates", "adversarial review", "red team review", "find ways to break this", "multi-model review", "get multiple AI opinions on this code", "hunt bugs", "find bugs", "bug hunt", or "adversarial bug hunt". Routes to specialized analysis agents, refactoring workflow, multi-model adversarial review, or adversarial bug hunt based on the type of request.

kylesnowschwartz
kylesnowschwartz
tools
open
ide-plugins
96

file-header-guardian

文件头三行契约注释。触发:create file、新建文件、编写代码。

Dimon94
Dimon94
tools
open
ide-plugins
94

tooling

Herramientas React - Configuración y Optimización. Use when working with tooling.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

tooling

Flutter Tooling - Herramientas y Comandos. Use when working with tooling.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

coding-standards

Estándares de Codificación React Native - TypeScript. Use when reviewing code style or formatting.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

quality-tools

Herramientas de Calidad de Código. Use when setting up quality tools or CI.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

quality-tools

Outils de Qualité de Code. Use when setting up quality tools or CI.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

quality-tools

Herramientas de Calidad - ESLint, TypeScript, Prettier. Use when setting up quality tools or CI.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

quality-tools

Quality Tools - ESLint, TypeScript, Prettier. Use when setting up quality tools or CI.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

coding-standards

React Native Coding Standards - TypeScript. Use when reviewing code style or formatting.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

coding-standards

Estándares de Codificación Flutter/Dart. Use when reviewing code style or formatting.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

coding-standards

Standards de Codage React TypeScript. Use when reviewing code style or formatting.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

coding-standards

Coding Standards Flutter/Dart. Use when reviewing code style or formatting.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

coding-standards

Padrões de Codificação Flutter/Dart. Use when reviewing code style or formatting.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

coding-standards

Estándares de Codificación React TypeScript. Use when reviewing code style or formatting.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
94

coding-standards

React TypeScript Coding Standards. Use when reviewing code style or formatting.

TheBeardedBearSAS
TheBeardedBearSAS
tools
open
ide-plugins
93

prettier

Detects Prettier configuration and formats code. This skill should be used for final cosmetic formatting before commits, after all logic and type fixes have been verified. Returns structured JSON with detection and format results.

alex-popov-tech
alex-popov-tech
tools
open
ide-plugins
93

ossd-add-logo

Use when adding a logo image for an existing project in oss-directory

opensource-observer
opensource-observer
tools
open
ide-plugins
93

notes-export-api

通过可配置的 notes-export-api 导出接口,把 Markdown 内容导出为锤子便签风格的长图 PNG。默认走 `https://notes.fangyuanxiaozhan.com/api/export`;如果存在 `.env`,则读取其中的 `NOTES_EXPORT_API_BASE_URL`,可切到本地 `http://127.0.0.1:15713`。支持 `default` 暖白纸感和 `smartisan-dark` 锤子暗黑两种主题;如果调用方没有主动声明主题,默认使用 `default`,不要强制用户选择。若本地 Markdown 文件里包含相对路径或绝对路径图片,脚本会先调用同源后端的 `/api/images/import` 上传图片并回填 URL,再调用导出接口生成带图便签。用户提到“便签导出”“锤子便签”、Markdown 转图片、把本地 .md 文件渲染成便签长图、或需要用脚本批量导出便签图片时使用。

zhaoolee
zhaoolee
tools
open
ide-plugins
92

discover-debugging

Automatically discover debugging and profiling skills when working with GDB, LLDB, breakpoints, profiling, stack traces, memory leaks, core dumps, or performance profiling. Activates for debugging development tasks.

rand
rand
tools
open
ide-plugins
92

code-review

Review code for quality, security, and best practices. Use when analyzing code, suggesting improvements, or conducting code reviews.

coleam00
coleam00
tools
open
ide-plugins
91

godot-project-foundations

Expert blueprint for Godot 4 project organization (feature-based folders, naming conventions, version control). Enforces snake_case files, PascalCase nodes, %SceneUniqueNames, and .gitignore best practices. Use when starting new projects or refactoring structure. Keywords project organization, naming conventions, snake_case, PascalCase, feature-based, .gitignore, .gdignore.

thedivergentai
thedivergentai
tools
open
ide-plugins
91

design-system

Cosmic Harbor design system for OrbitDock. Covers the full visual language: color tokens (status, feedback, tool, model, autonomy, diff, syntax), spacing (4pt grid), typography scale, corner radii, elevation/shadow/glow, opacity tiers, motion presets, icon sizing, component patterns, interaction patterns, cross-platform layout rules, and accessibility standards. Use when creating or modifying any OrbitDock UI in SwiftUI, UIKit, AppKit, or web so changes stay visually consistent and token-driven.

Robdel12
Robdel12
tools
open
ide-plugins
91

godot-gdscript-mastery

Expert GDScript best practices including static typing (var x: int, func returns void), signal architecture (signal up call down), unique node access (%NodeName, @onready), script structure (extends, class_name, signals, exports, methods), and performance patterns (dict.get with defaults, avoid get_node in loops). Use for code review, refactoring, or establishing project standards. Trigger keywords: static_typing, signal_architecture, unique_nodes, @onready, class_name, signal_up_call_down, gdscript_style_guide.

thedivergentai
thedivergentai
tools
open
Previous
Page 44 / 128
Next