Skip to main content
Run any Skill in Manus
with one click
GitHub repository

intellij-community

intellij-community contains 45 collected skills from JetBrains, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
45
Stars
20.3k
updated
2026-06-22
Forks
6.0k
Occupation coverage
5 occupation categories · 100% classified
repository explorer

Skills in this repository

module-set-pluginization
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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

2026-06-22
remote-dev
software-developers

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

2026-06-22
module-dependencies
software-developers

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

2026-06-22
remote-dev
software-developers

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

2026-06-22
testing-internals
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
network-and-computer-systems-administrators

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
network-and-computer-systems-administrators

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
software-quality-assurance-analysts-and-testers

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

2026-06-09
actions
software-developers

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
software-quality-assurance-analysts-and-testers

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

2026-06-09
actions
software-developers

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
software-developers

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

2026-05-21
safe-push
software-developers

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

2026-05-21
ui-accessibility
web-and-digital-interface-designers

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
web-and-digital-interface-designers

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
software-developers

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
software-developers

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
data-scientists-152051

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
data-scientists-152051

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
software-developers

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
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-developers

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

2026-03-31
registry
software-developers

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

2026-03-31
code-style
software-developers

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

2026-03-31
debugging
software-developers

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

2026-03-31
eel
software-developers

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
software-developers

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

2026-03-31
ssr
software-developers

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

2026-03-31
writing-tests
software-quality-assurance-analysts-and-testers

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

2026-03-31
Showing top 40 of 45 collected skills in this repository.