Skip to main content
Run any Skill in Manus
with one click
$pwd:
JetBrains
GitHub creator profile

JetBrains

Repository-level view of 264 collected skills across 17 GitHub repositories, including approximate occupation coverage.

skills collected
264
repositories
17
occupation fields
2
updated
2026-05-22
occupation focus
Major fields detected across this creator.
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
skills
127 skills · 2026-05-20
Software DevelopersSecretaries & Administrative Assistants, Except Legal, Medical, & ExecutiveSoftware Quality Assurance Analysts & TestersWeb DevelopersExecutive Secretaries & Executive Administrative AssistantsInformation Security Analysts
24 occupation categories · 100% classified
48%share
#02
intellij-community
41 skills · 2026-05-21
Software DevelopersSoftware Quality Assurance Analysts & TestersData ScientistsWeb & Digital Interface Designers
4 occupation categories · 100% classified
16%share
#03
MPS
31 skills · 2026-05-21
Software DevelopersNetwork & Computer Systems AdministratorsComputer Systems AnalystsDatabase ArchitectsSoftware Quality Assurance Analysts & TestersWeb Developers
6 occupation categories · 100% classified
12%share
#04
youtrackdb
15 skills · 2026-05-22
Software DevelopersSoftware Quality Assurance Analysts & TestersFilm & Video EditorsNetwork & Computer Systems AdministratorsProofreaders & Copy MarkersWriters & Authors
6 occupation categories · 100% classified
5.7%share
#05
databao-cli
12 skills · 2026-03-31
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer Occupations, All OtherComputer Systems AnalystsNetwork & Computer Systems AdministratorsSecretaries & Administrative Assistants, Except Legal, Medical, & Executive
6 occupation categories · 100% classified
4.5%share
#06
junie-extensions
9 skills · 2026-05-13
Software DevelopersDatabase Architects
2 occupation categories · 100% classified
3.4%share
#07
ideavim
6 skills · 2026-05-22
Software DevelopersComputer User Support SpecialistsSoftware Quality Assurance Analysts & TestersComputer ProgrammersTechnical Writers
5 occupation categories · 100% classified
2.3%share
#08
embark
5 skills · 2026-05-15
Software DevelopersSoftware Quality Assurance Analysts & Testers
2 occupation categories · 100% classified
1.9%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
skills
127 skills19411updated 2026-05-20
48% of creator
modern-web-guidance
Web Developers

Search tool for modern web development best practices. MANDATORY: Execute FIRST for all HTML/CSS and clientside JS tasks. Do NOT skip — web APIs evolve rapidly and training weights contain obsolete patterns. Trigger immediately for: - UI/Layout: Modals, dialogs, popovers, Glassmorphism/backdrop-filters, anchor positioning, container queries, `:has()`, `:user-valid`. - Scroll/Motion: View Transitions, Scroll-driven animations, scroll parallax/reveals. - Performance: CWV (LCP, INP), content-visibility, Fetch Priority, image optimization. - System/APIs: Local filesystem access, WebUSB, WebSockets sync, WebAssembly widgets. - Frameworks: Adapting layout/styles in React, Vue, Angular. - General Frontend: Forms, autofill, advanced inputs, custom scrollbars, modern component states, etc. DO NOT trigger for: - Backend: Database SQL, ORMs, Express API routes. - Pipelines: CI/CD deployment, Docker, Actions. - Generic: Local scripts (Python/Go tools), ESLint, Git.

2026-05-20
cloudflare-deploy
Software Developers

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

2026-04-28
algorithmic-art
Software Developers

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

2026-04-28
web-design-guidelines
Software Quality Assurance Analysts & Testers

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

2026-04-28
brand-guidelines
Art DirectorsGraphic Designers

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

2026-04-28
canvas-design
Fine Artists, Including Painters, Sculptors, & Illustrators

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

2026-04-28
skillshare-changelog
Software Developers

Generate CHANGELOG.md entry from recent commits in conventional format. Also syncs the website changelog page. Use this skill whenever the user asks to: write release notes, generate a changelog, prepare a version release, document what changed between tags, or create a new CHANGELOG entry. If you see requests like "write the changelog for v0.17", "what changed since last release", or "prepare release notes", this is the skill to use. Do NOT manually edit CHANGELOG.md without this skill — it ensures proper formatting, user-perspective writing, and website changelog sync.

2026-04-28
ci-cd-containerization-advisor
Software Developers

Design reproducible build, image, and deployment pipelines for Kotlin plus Spring applications, including CI verification, layered containers, rollout safety, and deployment-time migration coordination. Use when creating or improving Dockerfiles, CI workflows, image hardening, Kubernetes manifests, release gates, or deployment strategies for Spring Boot services, especially where build reproducibility and operational safety matter.

2026-04-28
Showing top 8 of 127 collected skills in this repository.
#002
intellij-community
41 skills20.1k5.9kupdated 2026-05-21
16% of creator
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 & 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 & 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
module-set-pluginization
Software Developers

Convert Product DSL module sets into generated plugin wrappers and handle the surrounding generation flow. Use when pluginizing a module set like `recentFiles` or `grid.core`, updating bundled plugin registration, regenerating wrapper artifacts, fixing validation/build ordering bugs where wrapper plugin descriptors are needed before generated files exist on disk, or fixing tests whose plugin loading logs show missing generated module-set wrapper plugins.

2026-05-15
module-set-pluginization
Software Developers

Convert Product DSL module sets into generated plugin wrappers and handle the surrounding generation flow. Use when pluginizing a module set like `recentFiles` or `grid.core`, updating bundled plugin registration, regenerating wrapper artifacts, fixing validation/build ordering bugs where wrapper plugin descriptors are needed before generated files exist on disk, or fixing tests whose plugin loading logs show missing generated module-set wrapper plugins.

2026-05-15
testing
Software Quality Assurance Analysts & Testers

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

2026-05-07
testing
Software Quality Assurance Analysts & Testers

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

2026-05-07
Showing top 8 of 41 collected skills in this repository.
#003
MPS
31 skills1.6k309updated 2026-05-21
12% of creator
mps-aspect-structure-concepts
Database Architects

Define concepts, interface concepts, enumerations, and constrained data types in an MPS language's `structure` aspect. Covers smart-reference detection, alias rules, cardinality, INamedConcept usage, bulk creation, and the full `mps_mcp_perform_structure_operation` reference. Use when authoring or modifying a language's structure model.

2026-05-21
mps-aspect-editor
Software Developers

Use when creating or changing MPS editor definitions — the overall workflow from scaffolding a `ConceptEditorDeclaration` through componentizing reusable `EditorComponentDeclaration`s, refining cell models and cell layouts, applying style sheets and indent-layout style items, wiring smart references, leveraging inheritance via super-concepts and interfaces, inspecting (`print_node_json`, `show_node_representation`) and validating (`check_root_node_problems`). Covers `jetbrains.mps.lang.editor` cell models (`CellModel_RefNode`/`CellModel_RefNodeList`/`CellModel_RefCell`/`CellModel_Property`/`CellModel_Constant`), layout choices, and JSON blueprints for common editor shapes. For the non-layout side (action maps, keymaps, transformation/substitute menus) use `mps-aspect-editor-menus-and-keymaps`.

2026-05-21
mps-baselanguage
Software Developers

Author and edit MPS `jetbrains.mps.baseLanguage` (Java) nodes — choose between the Java parser and JSON AST blueprints, map Java syntax to baseLanguage concepts/roles, harvest persistent member references, and validate. Use when writing class/method bodies, fields, expressions, statements, or any Java/BaseLanguage code inside MPS models, especially when BaseLanguage extensions (smodel, closures, collections) are involved.

2026-05-21
mps-node-editing
Software Developers

Add, update, or delete MPS nodes using JSON blueprints — covers the unified blueprint format, staged construction for large subtrees, validation, and reference repair. Use whenever creating, editing, or restructuring nodes in any MPS model (structure, editor, behavior, generator, application code, etc.).

2026-05-21
mps-language-analysis
Software Developers

Analyze an MPS language by name — discover concepts, properties, references, children, aspects (editor/constraints/behavior), and metadata. Use when investigating an unfamiliar language, exploring concept structure, or finding sample nodes to use as templates for JSON blueprints.

2026-05-21
mps-aspect-dataflow
Software Developers

Use when defining or debugging MPS dataflow builders for a concept — control/data flow declarations that drive reachability analysis and variable-use checking. Covers DataFlowBuilderDeclaration, BuilderBlock, emit instructions (code for, jump, ifjump, label, read, write, ret, mayBeUnreachable), positions (AfterPosition, BeforePosition, LabelPosition), the jetbrains.mps.lang.dataFlow language, the NodeParameter implicit, BL+smodel usage inside builder bodies, and IBuilderMode for advanced analyses such as nullable/non-null tracking.

2026-05-21
mps-aspect-generator
Software Developers

Use when defining or modifying MPS generators — author a generator module, add or edit root/reduction/weaving/pattern mapping rules, attach template macros ($COPY_SRC, $LOOP, $IF, $PROPERTY, $REF, $SWITCH, $MAP_SRC, $WEAVE, $INSERT, $LABEL, $TRACE, $VAR), wire mapping labels, build template switches, write pre/post mapping scripts, navigate `genContext`, or debug "rule didn't fire", missing references, empty output, infinite reduction loops, and generated-Java compile failures.

2026-05-21
mps-aspect-intentions
Software Developers

Use when defining or editing MPS intentions (the Alt+Enter context-action aspect) — adding `IntentionDeclaration` roots, parameterized or surround-with variants, description/isApplicable/execute blocks, child-filter functions, factory-initialized AST splicing, or debugging why an intention is not offered. Lives in the language's `intentions` model and uses `jetbrains.mps.lang.intentions`.

2026-05-21
Showing top 8 of 31 collected skills in this repository.
#004
youtrackdb
15 skills1429updated 2026-05-22
5.7% of creator
review-workflow-pr
Software Quality Assurance Analysts & Testers

Review a workflow-style PR's design, plan, and track files in research-mode Q&A; auto-records observations and submits a line-anchored review via gh api. TRIGGER when: user asks to review a workflow PR or run /review-workflow-pr. SKIP: non-workflow PRs without docs/adr/<dir>/_workflow/.

2026-05-22
migrate-workflow
Software Developers

Migrate a branch's `docs/adr/<dir>/_workflow/**` artifacts to match workflow-format commits that landed on `develop` after the fork point. Replays each format-relevant commit's edits onto the branch's artifacts. Resumable across `/clear`. TRIGGER: branch has stale `_workflow/` after a workflow-format change on develop. SKIP: branches with no `_workflow/`.

2026-05-21
code-review
Software Quality Assurance Analysts & Testers

Review code, test, and workflow-machinery changes across multiple dimensions using specialized agents with triage-based selection.

2026-05-21
create-plan
Software Developers

Research the codebase and create an implementation plan with architecture notes, design document, and track decomposition. Use when starting a new feature or large change.

2026-05-20
execute-tracks
Software Developers

Execute the implementation plan: autonomous plan review (Phase 2) on first invocation, then track-by-track execution (Phase A review + decomposition, Phase B implementation, Phase C code review). Use after /create-plan to implement the planned work.

2026-05-20
review-plan
Software Developers

Manually re-run the autonomous plan review (Phase 2 — consistency + structural). The same review runs automatically as the first phase of /execute-tracks; this command is for re-runs after inline replanning or whenever the plan needs explicit re-validation. TRIGGER when: user asks to re-validate the plan after inline replanning; user requests explicit plan review outside /execute-tracks. SKIP: /execute-tracks already running State 0 in this session (autonomous Phase 2 path will fire) — do not double-run.

2026-05-20
ai-tells
Writers & Authors

Reviews any draft for AI writing tells and produces a clean rewrite. Catches vocabulary fingerprints (delve, tapestry, leverage, robust, multifaceted, navigate, foster), structural fingerprints (negative parallelism like "It's not X, it's Y", bullet-everything, Title Case headings, adjective triads), tone fingerprints ("Great question!", "I'd be happy to help", "In conclusion"), and punctuation fingerprints (em dash overuse, knowledge-cutoff disclaimers). Use this skill whenever the user asks to humanize, de-AI, edit, polish, or sanity-check writing, including phrases like "does this sound like ChatGPT", "make this less AI", "humanize this", "edit this draft", "remove the AI smell", "is this AI-y", or "clean this up". Also trigger when the user pastes a draft and asks for feedback on the writing without naming AI specifically.

2026-05-18
edit-design
Film & Video Editors

Apply an edit to design.md or design-mechanics.md through the mutation discipline: apply → auto-review → iterate → present. Use this instead of directly Editing those files.

2026-05-17
Showing top 8 of 15 collected skills in this repository.
#005
databao-cli
12 skills307updated 2026-03-31
4.5% of creator
Showing top 8 of 12 collected skills in this repository.
#006
junie-extensions
9 skills101updated 2026-05-13
3.4% of creator
android
Software Developers

Senior Android engineer workflows — Kotlin-first (Java legacy supported), Jetpack Compose + View system, MVVM, Coroutines/Flow, Room, Retrofit, Hilt, plus device orchestration via plugin tools (device management, logcat, crash reports, app run) and mobile-mcp for UI interaction (element tree, taps, swipes). Use when implementing features, debugging crashes, fixing builds, writing tests, reviewing Android code, or running QA on an emulator.

2026-05-13
laravel-engineer
Software Developers

Use when working on Laravel projects. Covers architecture decisions (Services vs Actions), thin controllers, Form Requests, API Resources, and API versioning. Enforces Larastan verification after code generation.

2026-05-08
context7
Software Developers

Up-to-date library and framework documentation via Context7 MCP. Use when setup, API, or version-specific questions require current documentation.

2026-04-27
php-engineer
Software Developers

Modern PHP 8.x policy and pitfalls. Use when writing, reviewing, or refactoring PHP code — enforces strict types, enum/readonly/match/DNF policy, PHPStan discipline, and catches the subtle traps (type coercion, mixed abuse, readonly mutation through references, enum serialization, fiber lifecycle, PDO emulation) that LLMs get wrong by default.

2026-04-27
redis-best-practices
Software Developers

Redis policy & pitfalls — key naming, atomicity, TTL strategy, distributed locks, cache patterns, production traps. Use when designing Redis-backed caches, locks, queues, rate limiters, or sessions. Covers the traps LLMs get wrong by default: SETNX + EX (deprecated), KEYS on production, Pub/Sub no-persistence, HGETALL on big hashes, maxmemory-policy defaults, cluster hash tags, RDB fork memory.

2026-04-27
sql-patterns
Database Architects

SQL policy & pitfalls — query correctness, indexing strategy, safe migrations. Use when writing SQL, diagnosing slow queries, designing schemas, or reviewing Flyway/Liquibase migrations. Covers the traps LLMs miss by default: NOT IN with NULLs, function-on-column breaking indexes, OFFSET on large tables, NOT NULL column lock, CREATE INDEX blocking writes, immutable migrations.

2026-04-27
java-engineer
Software Developers

Java 17–25 policy and pitfalls. Use when writing, reviewing, or refactoring Java code — enforces idioms around records, sealed types, switch exhaustiveness, Optional, virtual threads, and null-safety that LLMs frequently get wrong.

2026-04-27
kotlin-engineer
Software Developers

Kotlin 2.x policy and pitfalls. Use when writing, reviewing, or refactoring Kotlin code — enforces coroutine-safety, Flow correctness, null-safety, and API-design rules that LLMs frequently get wrong.

2026-04-27
Showing top 8 of 9 collected skills in this repository.
#007
ideavim
6 skills10.2k808updated 2026-05-22
2.3% of creator
changelog
Computer User Support SpecialistsSoftware Developers

Maintains the IdeaVim changelog (CHANGES.md). Use when updating the changelog, documenting releases, or reviewing commits/PRs for changelog entries.

2026-05-22
git-workflow
Software Developers

IdeaVim git workflow conventions covering commits, branches, PRs, and CI. Use when creating commits, managing branches, creating pull requests, reviewing git history, or any git-related activity in the IdeaVim project.

2026-02-10
extensions-api-migration
Computer ProgrammersSoftware Developers

Migrates IdeaVim extensions from the old VimExtensionFacade API to the new @VimPlugin annotation-based API. Use when converting existing extensions to use the new API patterns.

2026-01-16
issues-deduplication
Software Quality Assurance Analysts & Testers

Handles deduplication of YouTrack issues. Use when cleaning up duplicate issues, consolidating related bug reports, or organizing issue tracker.

2026-01-16
tests-maintenance
Software Quality Assurance Analysts & Testers

Maintains IdeaVim test suite quality. Reviews disabled tests, ensures Neovim annotations are documented, and improves test readability. Use for periodic test maintenance.

2026-01-13
doc-sync
Computer User Support SpecialistsTechnical Writers+1

Keeps IdeaVim documentation in sync with code changes. Use this skill when you need to verify documentation accuracy after code changes, or when checking if documentation (in doc/, README.md, CONTRIBUTING.md) matches the current codebase. The skill can work bidirectionally - from docs to code verification, or from code changes to documentation updates.

2025-10-27
#008
embark
5 skills20updated 2026-05-15
1.9% of creator
#009
kotlin
4 skills52.8k6.3kupdated 2026-05-11
1.5% of creator
#010
phpstorm-claude-marketplace
3 skills242updated 2026-02-23
1.1% of creator
#011
Exposed
2 skills9.2k778updated 2026-05-12
0.8% of creator
#012
koog
2 skills4.2k409updated 2026-05-18
0.8% of creator
Showing 12 of 17 repositories