Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

intellij-community

intellij-community contiene 45 skills recopiladas de JetBrains, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
45
Stars
20.3k
actualizado
2026-06-22
Forks
6.0k
Cobertura ocupacional
5 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

module-set-pluginization
Desarrolladores de software

Pluginize a Product DSL module set by hand-writing a wrapper plugin module next to its feature modules. Use when promoting modules out of an aggregate module set (e.g. `essential`, `ide.common`) into a bundled plugin so products can include or omit them through normal plugin wiring, when updating bundled plugin registration for such a wrapper, or when fixing tests whose plugin loading logs show a missing wrapper plugin for a former module set.

2026-06-22
module-set-pluginization
Desarrolladores de software

Pluginize a Product DSL module set by hand-writing a wrapper plugin module next to its feature modules. Use when promoting modules out of an aggregate module set (e.g. `essential`, `ide.common`) into a bundled plugin so products can include or omit them through normal plugin wiring, when updating bundled plugin registration for such a wrapper, or when fixing tests whose plugin loading logs show a missing wrapper plugin for a former module set.

2026-06-22
extract-module
Desarrolladores de software

Extract an optional dependency from a plugin module into a new content module. Use when making a library dependency optional by separating integration code into its own module.

2026-06-22
extract-module
Desarrolladores de software

Extract an optional dependency from a plugin module into a new content module. Use when making a library dependency optional by separating integration code into its own module.

2026-06-22
module-dependencies
Desarrolladores de software

How to manage module dependencies in IntelliJ codebase. Use when adding or modifying module dependencies in iml files.

2026-06-22
remote-dev
Desarrolladores de software

Guidelines for structuring and developing IntelliJ remote development modules. Use when working on Remote Development features.

2026-06-22
module-dependencies
Desarrolladores de software

How to manage module dependencies in IntelliJ codebase. Use when adding or modifying module dependencies in iml files.

2026-06-22
remote-dev
Desarrolladores de software

Guidelines for structuring and developing IntelliJ remote development modules. Use when working on Remote Development features.

2026-06-22
testing-internals
Analistas de garantía de calidad de software y probadores

Internals of tests.cmd execution flow, test discovery, and troubleshooting. Use when debugging test discovery issues or understanding the test runner.

2026-06-19
testing-internals
Analistas de garantía de calidad de software y probadores

Internals of tests.cmd execution flow, test discovery, and troubleshooting. Use when debugging test discovery issues or understanding the test runner.

2026-06-19
compare-python-typecheckers
Desarrolladores de software

Run a Python file or snippet through the real third-party type checkers (ty, pyrefly, basedpyright, mypy, zuban) via uvx and collate their output into one Markdown report. Use when evaluating how a type should be inferred, debugging PyCharm code-insight / type-engine behaviour, or checking where the external checkers agree or disagree on a snippet.

2026-06-17
compare-python-typecheckers
Desarrolladores de software

Run a Python file or snippet through the real third-party type checkers (ty, pyrefly, basedpyright, mypy, zuban) via uvx and collate their output into one Markdown report. Use when evaluating how a type should be inferred, debugging PyCharm code-insight / type-engine behaviour, or checking where the external checkers agree or disagree on a snippet.

2026-06-17
ide-diagnostics-mcp
Administradores de redes y sistemas informáticos

Inspect the live runtime state of a currently running IntelliJ IDE through the MCP get_ide_diagnostics tool. Use only for IDE process diagnostics such as performance triage, UI freezes, high CPU, blocked threads, coroutine dumps, or thread dumps when the user wants current evidence from the running IDE, not for general debugging, generic issue diagnosis, build/test failures, logs, or MCP server self-diagnostics.

2026-06-17
ide-diagnostics-mcp
Administradores de redes y sistemas informáticos

Inspect the live runtime state of a currently running IntelliJ IDE through the MCP get_ide_diagnostics tool. Use only for IDE process diagnostics such as performance triage, UI freezes, high CPU, blocked threads, coroutine dumps, or thread dumps when the user wants current evidence from the running IDE, not for general debugging, generic issue diagnosis, build/test failures, logs, or MCP server self-diagnostics.

2026-06-17
testing
Analistas de garantía de calidad de software y probadores

Comprehensive testing reference for running tests in IntelliJ codebase via tests.cmd. Use when running, debugging, or troubleshooting test execution.

2026-06-09
actions
Desarrolladores de software

Guidelines for implementing IntelliJ actions (AnAction). Use those rules when you need to create or change an action in the intellij platform.

2026-06-09
testing
Analistas de garantía de calidad de software y probadores

Comprehensive testing reference for running tests in IntelliJ codebase via tests.cmd. Use when running, debugging, or troubleshooting test execution.

2026-06-09
actions
Desarrolladores de software

Guidelines for implementing IntelliJ actions (AnAction). Use those rules when you need to create or change an action in the intellij platform.

2026-06-04
safe-push
Desarrolladores de software

Safe Push process for pushing changes to the IntelliJ repository. Use when pushing code changes to remote.

2026-05-21
safe-push
Desarrolladores de software

Safe Push process for pushing changes to the IntelliJ repository. Use when pushing code changes to remote.

2026-05-21
ui-accessibility
Diseñadores de interfaces web y digitales

Accessibility review guidance for any UI that appears in IntelliJ-based IDEs, including platform UI, product UI, and plugin UI across all UI stacks. Use when creating, editing, or reviewing UI components, dialogs, settings panels, tool windows, popups, forms, custom components, keyboard navigation, focus behavior, labels/names/descriptions, validation, dynamic feedback, color contrast, scaling, or screen reader support.

2026-05-18
ui-accessibility
Diseñadores de interfaces web y digitales

Accessibility review guidance for any UI that appears in IntelliJ-based IDEs, including platform UI, product UI, and plugin UI across all UI stacks. Use when creating, editing, or reviewing UI components, dialogs, settings panels, tool windows, popups, forms, custom components, keyboard navigation, focus behavior, labels/names/descriptions, validation, dynamic feedback, color contrast, scaling, or screen reader support.

2026-05-18
pseudo-kmp
Desarrolladores de software

Working with pseudo-KMP (Kotlin Multiplatform) modules in the IntelliJ monorepo. Use when creating, migrating, or modifying modules that use the expects-compiler-plugin for expect/actual emulation in JPS projects.

2026-04-25
pseudo-kmp
Desarrolladores de software

Working with pseudo-KMP (Kotlin Multiplatform) modules in the IntelliJ monorepo. Use when creating, migrating, or modifying modules that use the expects-compiler-plugin for expect/actual emulation in JPS projects.

2026-04-25
notebook-for-experiment
Científicos de datos

Use when asked to create, update, or analyse a performance/profiling/benchmark Jupyter notebook for experimental results. Covers tooling (uv + nb.py helper), standard cell layout, reproducibility (commit + patch), test stability, machine info, log loading patterns, and updating existing notebooks.

2026-04-23
notebook-for-experiment
Científicos de datos

Use when asked to create, update, or analyse a performance/profiling/benchmark Jupyter notebook for experimental results. Covers tooling (uv + nb.py helper), standard cell layout, reproducibility (commit + patch), test stability, machine info, log loading patterns, and updating existing notebooks.

2026-04-23
jewel-pr-preparer
Desarrolladores de software

Prepare a Jewel pull request for the intellij-community repository. Validates commit message format, runs local CI checks (detekt, tests, API dumps, Metalava), ensures the branch is squashed to a single commit, checks for visual change screenshots, drafts release notes, and suggests a PR title and description. Optionally creates the PR via gh. Use when the user is ready to submit or review a Jewel contribution.

2026-04-01
jewel-release-helper
Desarrolladores de software

Assist with preparing a Jewel release. Covers version bumps, API version code generation, running checks (Gradle, detekt, Metalava), extracting and writing release notes, cherry-picking to release branches, comparing branches for missing commits, validating Maven artifacts, and tagging. Use when the user is preparing a new Jewel version release.

2026-04-01
managing-youtrack
Desarrolladores de software

Interact with the JetBrains YouTrack instance (youtrack.jetbrains.com) via REST API. Create, read, update, and search issues and drafts; manage comments, tags, and issue links; log work items; inspect custom field schemas; list saved queries; look up users and groups. Use when the user asks about YouTrack issues, wants to file bugs, update tickets, add comments, manage tags or links, track time, or search for issues. Requires YOUTRACK_TOKEN environment variable.

2026-04-01
driver-ui-tests
Analistas de garantía de calidad de software y probadores

Guide for writing UI tests using IDE Starter and UI Driver frameworks. Use when creating or modifying UI tests or when user ask to implement test case from testops.

2026-04-01
commits
Desarrolladores de software

Use this skill whenever the user asks to commit changes, write or fix a commit message, amend or rename a commit, or do a workflow that includes committing in the IntelliJ repository. This is a thin repo-specific overlay: use IntelliJ commit format, write full commit messages by default, and keep requested suffixes such as IJ-MR trailers in a final separate paragraph.

2026-04-01
commits
Desarrolladores de software

Use this skill whenever the user asks to commit changes, write or fix a commit message, amend or rename a commit, or do a workflow that includes committing in the IntelliJ repository. This is a thin repo-specific overlay: use IntelliJ commit format, write full commit messages by default, and keep requested suffixes such as IJ-MR trailers in a final separate paragraph.

2026-04-01
debugging
Desarrolladores de software

Debugging techniques and tools for IntelliJ development. Use when debugging IDE issues or investigating failures.

2026-03-31
registry
Desarrolladores de software

Guidelines for using the IntelliJ Registry API. Use when working with registry keys or feature flags.

2026-03-31
code-style
Desarrolladores de software

Code style rules for IntelliJ codebase. Use when writing or reviewing code for style compliance.

2026-03-31
debugging
Desarrolladores de software

Debugging techniques and tools for IntelliJ development. Use when debugging IDE issues or investigating failures.

2026-03-31
eel
Desarrolladores de software

EEL (Execution Environment Layer) API for local, WSL, and Docker environments. Use when working with process execution (ProcessBuilder, GeneralCommandLine), file paths (java.io.File, nio.Path across environments), OS/platform detection (SystemInfo), or environment variables in code that must support WSL or Docker.

2026-03-31
registry
Desarrolladores de software

Guidelines for using the IntelliJ Registry API. Use when working with registry keys or feature flags.

2026-03-31
ssr
Desarrolladores de software

Guide for using Structural Search and Replace in IntelliJ. Use when creating or modifying SSR inspections or search patterns.

2026-03-31
writing-tests
Analistas de garantía de calidad de software y probadores

Guidelines for writing tests in IntelliJ codebase. Use when creating new test classes or test methods.

2026-03-31
Mostrando las 40 principales de 45 skills recopiladas en este repositorio.