一键导入
javafx-real-world-application-patterns
Compose multiple JavaFX skills into realistic editor, dashboard, media, and developer-tool application blueprints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compose multiple JavaFX skills into realistic editor, dashboard, media, and developer-tool application blueprints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build JavaFX 3D modeling tools and print/export workflows with isolated geometry generation and preview rendering.
Choose and integrate mature third-party JavaFX control libraries for forms, productivity widgets, theming, and developer workflow support.
Build JavaFX terminal emulators or shell-style console panes with background process I/O, ANSI handling, and safe FX-thread updates.
Build node-based JavaFX workflow editors, graph canvases, and visual programming surfaces with clean model separation.
Animate JavaFX UIs with Timeline, Transition, Canvas, and AnimationTimer-based render loops.
Manage the JavaFX Application lifecycle, primary stage setup, startup sequencing, and shutdown behavior.
| name | javafx-real-world-application-patterns |
| description | Compose multiple JavaFX skills into realistic editor, dashboard, media, and developer-tool application blueprints. |
| triggers | ["javafx app architecture example","javafx editor app pattern","javafx dashboard app pattern","javafx developer tool ui"] |
| compatibility | {"java":"17+","javafx":"21+"} |
| category | app-patterns |
| tags | ["blueprints","editors","dashboards","developer-tools","media-apps"] |
| metadata | {"scope":"repository","maturity":"starter"} |
| allowed-tools | ["view","rg","apply_patch"] |
Use this skill when the user is not asking for one isolated widget or API, but for a whole product shape such as an editor, developer tool, dashboard, or media-oriented desktop application.
Editor-style app
- Shell: BorderPane or workbench shell
- Navigation: tabbed documents + side panels
- State: view model or reducer-backed document state
- Async: background parsing and search indexing
- Packaging: jlink / jpackage desktop distribution
javafx-rich-text-documents-editors,
javafx-desktop-shell-integration, and javafx-testing-packaging-distribution.javafx-data-visualization-dashboards,
javafx-concurrency-services, and javafx-theming-icons-styling.javafx-ui-layout-navigation, javafx-devtools-inspection-debugging,
javafx-reactive-binding-state, and javafx-testing-packaging-distribution.javafx-media-webview-3d,
javafx-web-maps-embedded-integration, and javafx-desktop-shell-integration.