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
1

typescript

Write type-safe TypeScript. Use when writing or reviewing TypeScript code. Covers type safety best practices, avoiding dangerous features (any/as), and proper narrowing techniques.

aster-void
aster-void
tools
open
ide-plugins
1

create-extension

Creates a new Starlark MCP extension with tools, handlers, and proper structure. Use when the user wants to add a new extension to the starlark-mcp server.

connyay
connyay
tools
open
ide-plugins
1

convert-elm-roc

Convert Elm code to idiomatic Roc. Use when migrating Elm frontend code to Roc applications, translating browser-based Elm to platform-agnostic Roc, or refactoring Elm web applications to Roc CLI/native tools. Extends meta-convert-dev with Elm-to-Roc specific patterns.

aRustyDev
aRustyDev
tools
open
ide-plugins
1

lang-kotlin-library-dev

Kotlin-specific library development patterns. Use when creating Kotlin libraries, designing idiomatic Kotlin APIs with extension functions and DSLs, configuring Gradle Kotlin DSL (build.gradle.kts), managing multiplatform projects, testing with Kotest/JUnit, writing KDoc documentation, or publishing to Maven Central. Extends meta-library-dev with Kotlin tooling and ecosystem practices.

aRustyDev
aRustyDev
tools
open
ide-plugins
1

pyright-lsp-tool

On-demand Pyright LSP query tool (references) without running a full editor LSP.

kunhuang12345
kunhuang12345
tools
open
ide-plugins
1

ailang

Write AILANG code. ALWAYS run 'ailang prompt' first - it contains the current syntax rules and templates.

sunholo-data
sunholo-data
tools
open
ide-plugins
1

settings-updater

プロジェクトの .claude/settings.json を更新する。「設定を更新して」「settings を変更」「permissions を追加」「設定を変えて」「Claude の設定」「設定ファイルを編集」「allowedTools を追加」などで起動。Claude Code のプロジェクト設定を管理。

shiiman
shiiman
tools
open
ide-plugins
1

convert-elm-erlang

Convert Elm code to idiomatic Erlang/OTP. Use when migrating Elm frontend applications to Erlang backend services, translating Elm patterns to OTP behaviors, or refactoring functional code to BEAM VM. Extends meta-convert-dev with Elm-to-Erlang specific patterns.

aRustyDev
aRustyDev
tools
open
ide-plugins
1

understand-project-structure

Load project context before making changes. Use when starting work to check available element kinds, relationship types, and tags.

a-scolan
a-scolan
tools
open
ide-plugins
1

convert-roc-haskell

Convert Roc code to idiomatic Haskell. Use when migrating Roc projects to Haskell, translating Roc patterns to idiomatic Haskell, or refactoring Roc codebases. Extends meta-convert-dev with Roc-to-Haskell specific patterns.

aRustyDev
aRustyDev
tools
open
ide-plugins
1

vscode-extension

VS Code extension development workflow. Use when adding/modifying completion providers, diagnostics, CLI integration, server management, snippets, or building/packaging the extension.

7nohe
7nohe
tools
open
ide-plugins
1

convert-fsharp-elixir

Convert F# code to idiomatic Elixir. Use when migrating F# projects to Elixir, translating F# patterns to idiomatic Elixir, or refactoring F# codebases. Extends meta-convert-dev with F#-to-Elixir specific patterns.

aRustyDev
aRustyDev
tools
open
ide-plugins
1

latex-writing

Guide LaTeX document authoring following best practices and proper semantic markup. Use proactively when: (1) writing or editing .tex files, (2) writing or editing .nw literate programming files, (3) literate-programming skill is active and working with .nw files, (4) user mentions LaTeX, BibTeX, or document formatting, (5) reviewing LaTeX code quality. Ensures proper use of semantic environments (description vs itemize), csquotes (\enquote{} not ``...''), and cleveref (\cref{} not \S\ref{}).

dbosk
dbosk
tools
open
ide-plugins
1

hook-creator

创建和配置 Claude Code 钩子以自定义代理行为。当用户需要以下操作时使用:(1) 创建新钩子,(2) 配置自动格式化、日志记录或通知,(3) 添加文件保护或自定义权限,(4) 设置工具执行前后的操作,(5) 询问钩子事件如 PreToolUse、PostToolUse、Notification 等。

evanfang0054
evanfang0054
tools
open
ide-plugins
1

tracking-technical-debt

Use when you notice code problems while working on something else - links code markers to beads so issues don't get lost. Triggers on "I see a problem but can't fix it now."

snits
snits
tools
open
ide-plugins
1

convert-typescript-rust

Convert TypeScript code to idiomatic Rust. Use when migrating TypeScript projects to Rust, translating TypeScript patterns to idiomatic Rust, or refactoring TypeScript codebases. Extends meta-convert-dev with TypeScript-to-Rust specific patterns.

aRustyDev
aRustyDev
tools
open
ide-plugins
1

convert-scala-fsharp

Convert Scala code to idiomatic F#. Use when migrating Scala projects to F#, translating JVM functional/OOP patterns to .NET functional-first programming, or refactoring Scala codebases to F#. Extends meta-convert-dev with Scala-to-F# specific patterns for case classes, sealed traits, and functional programming idioms.

aRustyDev
aRustyDev
tools
open
ide-plugins
1

lsp-first

LSP 優先開發策略工具。用於:(1) 查詢 LSP 操作指令, (2) 配置新語言 LSP 插件, (3) LSP vs MCP 工具選擇決策, (4) 自建 LSP 插件指南

tarrragon
tarrragon
tools
open
ide-plugins
1

vs-code-for-beginners

This skill provides comprehensive guidance for mastering VS Code as a code editor and markdown editor. Covers interface fundamentals, keyboard shortcuts, extensions, workflow integration with Warp terminal, markdown editing, and practical workflows. Designed for complete beginners and evolves with user skill level from novice through intermediate usage.

matheusallvarenga
matheusallvarenga
tools
open
ide-plugins
1

intent-init

Initialize IDD structure in a project. Checks existing state, creates directory structure, and generates templates. Use /intent-init to set up Intent-driven development in current project.

ArcBlock
ArcBlock
tools
open
ide-plugins
1

type-parameters

Type parameter naming conventions for personal TypeScript projects. Triggers on generic type/function creation, type-level code, or when asking about TypeScript generics.

jasonkuhrt
jasonkuhrt
tools
open
ide-plugins
1

convert-elm-fsharp

Convert Elm code to idiomatic F#. Use when migrating Elm applications to F#, translating Elm's Model-View-Update pattern to F# patterns, or refactoring Elm codebases to leverage .NET ecosystem. Extends meta-convert-dev with Elm-to-F# specific patterns.

aRustyDev
aRustyDev
tools
open
ide-plugins
1

codex

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses GPT-5.1-Codex by default for state-of-the-art software engineering.

iamladi
iamladi
tools
open
Previous
Page 91 / 128
Next