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
432

code-quality-fix-all

Fix code quality issues identified in a code quality review stored in agent_artefacts/code_quality/<topic>/. Systematically addresses issues found by the code-quality-review-all skill for ANY code quality topic, with validation and testing at each step. Use when user asks to fix issues from a code quality review, or asks to fix issues from agent_artefacts/code_quality/<topic>.

UKGovernmentBEIS
UKGovernmentBEIS
tools
open
ide-plugins
423

docs-review

Review documentation for Sentry style and voice. Use when reviewing or writing user-facing documentation to ensure it follows the Sentry documentation style guide.

getsentry
getsentry
tools
open
ide-plugins
419

create-skill

Guide for creating new skills in magenta.nvim, including file structure, frontmatter format, and TypeScript script execution

dlants
dlants
tools
open
ide-plugins
414

conductor-setup

Initialize project with Conductor artifacts (product definition, tech stack, workflow, style guides)

Dokhacgiakhoa
Dokhacgiakhoa
tools
open
ide-plugins
414

elixir-pro

Write idiomatic Elixir code with OTP patterns, supervision trees, and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed systems. Use PROACTIVELY for Elixir refactoring, OTP design, or complex BEAM optimizations.

Dokhacgiakhoa
Dokhacgiakhoa
tools
open
ide-plugins
414

modern-javascript-patterns

Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.

Dokhacgiakhoa
Dokhacgiakhoa
tools
open
ide-plugins
408

markmap-viz

Create interactive mind map visualizations from markdown - network inventory, OSPF areas, BGP topology, security audit results. Use when visualizing network topology as a mind map, creating audit result diagrams, or generating hierarchical views of OSPF areas, BGP peers, or VLAN structures

automateyournetwork
automateyournetwork
tools
open
ide-plugins
403

app-intents

Implement App Intents for Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence on iOS. Covers AppIntent actions, AppEntity and EntityQuery models, AppShortcutsProvider phrases, IndexedEntity Spotlight indexing, WidgetConfigurationIntent, SnippetIntent, and assistant schemas. Use when exposing app actions or entities to system surfaces.

dpearson2699
dpearson2699
tools
open
ide-plugins
403

paperkit

Add drawings, shapes, and a consistent markup experience using PaperKit. Use when integrating PaperMarkupViewController for markup editing, adding shape recognition, working with PaperMarkup data models, embedding markup tools in document editors, or building annotation features that need the system-standard markup toolbar. New in iOS 26.

dpearson2699
dpearson2699
tools
open
ide-plugins
403

pencilkit

Add Apple Pencil drawing, canvas views, tool pickers, and ink serialization using PencilKit. Use when building drawing apps, annotation features, handwriting capture, signature fields, or any Apple Pencil-powered experience on iOS/iPadOS/visionOS.

dpearson2699
dpearson2699
tools
open
ide-plugins
403

swift-codable

Implement Swift Codable models for JSON and property-list encoding and decoding with JSONDecoder, JSONEncoder, CodingKeys, and custom init(from:) or encode(to:). Use when parsing API responses, remapping keys, flattening nested JSON, handling date or data decoding strategies, decoding heterogeneous arrays, or integrating Codable with URLSession, SwiftData, or UserDefaults.

dpearson2699
dpearson2699
tools
open
ide-plugins
403

swift-language

Apply modern Swift language patterns and idioms for non-concurrency, non-SwiftUI code. Covers if/switch expressions (Swift 5.9+), typed throws (Swift 6+), result builders, property wrappers, opaque and existential types (some vs any), guard patterns, Never type, Regex builders (Swift 5.7+), Codable best practices (CodingKeys, custom decoding, nested containers), modern collection APIs (count(where:), contains(where:), replacing()), FormatStyle (.formatted() on dates, numbers, measurements), and string interpolation patterns. Use when writing core Swift code involving generics, protocols, enums, closures, or modern language features.

dpearson2699
dpearson2699
tools
open
ide-plugins
400

xcsift

Use xcsift for all Swift and Xcode build commands. Pipe xcodebuild build, xcodebuild test, swift build, swift test through xcsift for structured TOON output with compile errors, warnings, test failures, code coverage, slow tests, and build timing. Essential for parsing Xcode build output, diagnosing compile errors, analyzing test results, and measuring code coverage in any Swift or Xcode project.

ldomaradzki
ldomaradzki
tools
open
ide-plugins
399

mdserve

Preview markdown with mdserve when content is long or likely to be iterated with the user (tables, diagrams, multi-section docs). Skip preview for short markdown that is easy to read directly in the terminal.

jfernandez
jfernandez
tools
open
ide-plugins
395

kosmos-xray

Context-efficient codebase exploration using AST analysis. Use when exploring Kosmos architecture, understanding code structure, or preparing documentation for AI programmers. Triggers: xray, map structure, skeleton, interface, architecture, explore kosmos, warm start, token budget, context compression.

jimmc414
jimmc414
tools
open
ide-plugins
392

ui-component-generation

Generate multi-file React component bundles with design tokens from natural language descriptions.

breadboard-ai
breadboard-ai
tools
open
ide-plugins
392

ui-component-generation

Generate multi-file React component bundles with design tokens from natural language descriptions.

breadboard-ai
breadboard-ai
tools
open
ide-plugins
392

ui-component-generation

Generate multi-file React component bundles with design tokens from natural language descriptions.

breadboard-ai
breadboard-ai
tools
open
ide-plugins
392

ui-generator

Generate multi-file React component bundles with design tokens from natural language descriptions.

breadboard-ai
breadboard-ai
tools
open
ide-plugins
392

idiomatic-ts-lit

A living reference for writing idiomatic TypeScript and Lit in the Breadboard Visual Editor. Covers type safety, import hygiene, component design, and the patterns that distinguish a great frontender from a merely competent one.

breadboard-ai
breadboard-ai
tools
open
ide-plugins
390

port-theme

Port a Vim or other editor colorscheme to a Textbringer theme file. Use when the user provides a URL or name of a theme to port.

shugo
shugo
tools
open
ide-plugins
389

typescript-best-practices

Write idiomatic TypeScript patterns for clean, maintainable code. Use when writing or refactoring TypeScript classes, functions, modules, or async logic. (triggers: **/*.ts, **/*.tsx, class, function, module, import, export, async, promise)

HoangNguyen0403
HoangNguyen0403
tools
open
ide-plugins
389

common-accessibility

Enforce WCAG 2.2 AA compliance with semantic HTML, ARIA roles, keyboard navigation, and color contrast standards for web UIs. Use when building interactive components, adding form labels, fixing focus traps, or auditing a11y compliance. (triggers: **/*.tsx, **/*.jsx, **/*.html, **/*.vue, **/*.component.html, accessibility, a11y, wcag, aria, screen reader, focus, alt text)

HoangNguyen0403
HoangNguyen0403
tools
open
ide-plugins
389

typescript-tooling

Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling. (triggers: tsconfig.json, .eslintrc.*, jest.config.*, package.json, eslint, prettier, jest, vitest, build, compile, lint)

HoangNguyen0403
HoangNguyen0403
tools
open
Previous
Page 22 / 128
Next