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-pluginsmarketplace
0

reviewing-plugin-marketplace

Review Claude Code plugin marketplace configurations against official best practices. Use when analyzing marketplace.json and plugin.json files for structural issues, common errors, path validation, and consistency with Anthropic's official format. Detects repository URL mismatches, incorrect source paths, and missing required fields.

taisukeoe
taisukeoe
tools
open
ide-plugins
0

hookify

Hook creation and management system for React, Vue, and other frameworks with automated hook generation, testing, and documentation.

v1truv1us
v1truv1us
tools
open
ide-plugins
0

flutter-format

Knowledge about Flutter/Dart code formatting, analysis tools (flutter analyze, dart fix, dart format), and when to apply them. Use when formatting code, fixing lint issues, running code cleanup, or when user mentions format, analyze, lint, or cleanup in Flutter context.

LucasXu0
LucasXu0
tools
open
ide-plugins
0

claude-config-reviewer

.claude/ 디렉토리 설정 파일 검토 스킬. 에이전트/스킬/훅의 구조, frontmatter, description 패턴 검증. 사용 시기: (1) 새 에이전트/스킬/훅 생성 후 (2) 기존 설정 수정 후 (3) .claude/ 전체 리뷰 시 (4) /review-config 호출 시 (project)

jskjw157
jskjw157
tools
open
ide-plugins
0

rubocop

Ruby static code analyzer and formatter for enforcing style guidelines, detecting bugs, and improving code quality. Supports Rails, RSpec, and Performance extensions with safe autocorrection capabilities.

el-feo
el-feo
tools
open
ide-plugins
0

codebase-index

Quickly index and understand a codebase's architecture. Use at session start to get up to speed fast. Finds entry points, API routes, classes, models, configs, and patterns.

Roger-Parkinson-EHP
Roger-Parkinson-EHP
tools
open
ide-plugins
0

test-scaffolding

Automatically generate test scaffolding when user writes new code without tests or mentions needing tests. Supports unit, integration, e2e, and data tests for PHP and JavaScript. Invoke when user mentions "tests", "testing", "coverage", "write tests", or shows new untested code.

kanopi
kanopi
tools
open
ide-plugins
0

code-standards-checker

Automatically check code against PHPCS, ESLint, WordPress Coding Standards, or Drupal Coding Standards when user asks about code style, standards compliance, or best practices. Invoke when user mentions "coding standards", "code style", "linting", "PHPCS", "ESLint", or asks if code follows conventions.

kanopi
kanopi
tools
open
ide-plugins
0

settings-audit

Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.

rinti
rinti
tools
open
ide-plugins
0

tag-based-search

Code tagging system using @FEAT, @COMP, @TYPE tags for easy discovery and navigation. Use when adding documentation tags or searching for related code across the codebase.

binee108
binee108
tools
open
ide-plugins
0

moai-core-feedback-templates

GitHub 이슈 라벨별 구조화된 템플릿. 버그, 기능 요청, 개선 사항, 리팩토링, 문서, 질문 등 각 이슈 타입에 맞는 한국어 템플릿 제공. /alfred:9-feedback에서 사용.

jg-chalk-io
jg-chalk-io
tools
open
ide-plugins
0

vendure-admin-ui-reviewing

Review Vendure Admin UI extensions for React pattern violations, missing hooks, improper state management, and UI anti-patterns. Use when reviewing Admin UI PRs or auditing UI quality.

meriley
meriley
tools
open
ide-plugins
0

mcp-server-ts

Build TypeScript MCP servers with composable code snippets from the official Everything reference server. Use the add script to selectively copy tool, resource, or prompt modules. Use when creating MCP servers.

olaservo
olaservo
tools
open
ide-plugins
0

react-best-practices

React performance and best-practice checklist inspired by Vercel engineering guidance. Use for React code creation, refactors, or reviews.

HuynhSang2005
HuynhSang2005
tools
open
ide-plugins
0

frontend-developer

Skill for implementing frontend features following project conventions. Use when writing Vue components, creating UI, or refactoring frontend code. Loads all frontend rules from .claude/rules/frontend/.

RasmusGodske
RasmusGodske
tools
open
ide-plugins
0

obsidian-markdown

Enforces Obsidian-flavored Markdown syntax when creating any .md file, providing templates, validation, and pattern enforcement for YAML frontmatter, wikilinks, callouts, dataview queries, tables, mermaid diagrams, templater syntax, canvas/JSONCanvas, bases, and footnotes. Activates automatically unless explicitly stated otherwise.

Zpankz
Zpankz
tools
open
ide-plugins
0

react-page-refactor

Analyzes code quality, suggests improvements, and safely refactors code while preserving behavior. Use when improving code structure, addressing technical debt, or refactoring a React page or big component.

roeibajayo
roeibajayo
tools
open
ide-plugins
0

innozverse-repo-structure

Navigate and understand the innozverse repository structure, file organization, naming conventions, and module boundaries. Use when creating new files, organizing code, or understanding where to add features.

lastcow
lastcow
tools
open
ide-plugins
0

vscode-extension-builder

Comprehensive guide for creating VS Code extensions from scratch, including project scaffolding, API usage, activation events, and packaging. Use when user wants to create/build/generate/develop a VS Code extension or plugin, asks about VS Code extension development, needs help with VS Code Extension API, discusses extension architecture, wants to add commands/webviews/language support, or mentions scaffolding a VS Code project.

kjgarza
kjgarza
tools
open
ide-plugins
0

acxcodeassistant

Generate code scaffolds following Carbon ACX conventions for React components, TypeScript APIs, Cloudflare Workers, Python scripts, and tests.

chrislyons
chrislyons
tools
open
ide-plugins
0

cc-plugin-extensions

This skill should be used when the user asks to "install a plugin", "extend a plugin", "create a .local.md file", "add project context for a plugin", "customize plugin for this project", or mentions project-specific paths, conventions, or workflows that relate to an installed plugin. Covers the .local.md extension pattern for bridging general plugin skills to specific codebases.

ImproperSubset
ImproperSubset
tools
open
ide-plugins
0

claude-settings-audit

Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.

mpuig
mpuig
tools
open
ide-plugins
0

vue-writer

Skill for creating and editing Vue.js components following Prowi conventions. Use when writing Vue files, creating components, or refactoring frontend code. Enforces modern patterns like defineModel(), TypeScript, and Composition API.

RasmusGodske
RasmusGodske
tools
open
ide-plugins
0

react-stack-engineer

Use this agent when you need to write, review, or refactor React code following specific architectural patterns and technology choices. This includes creating new components, implementing features, fixing bugs, or modernizing existing React code to align with modern best practices using Tailwind v4, Vite, TypeScript, and the specified stack.

macalinao
macalinao
tools
open
Previous
Page 104 / 128
Next