Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

JRebirth

JRebirth에는 JRebirth에서 수집한 skills 19개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
19
Stars
92
업데이트
2026-06-25
Forks
33
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

mvc-feature
소프트웨어 개발자

Scaffold a complete JRebirth MVC feature (screen, editor, dashboard, panel). Use when a new self-contained UI unit needs Model, View, Controller, and optionally Commands, Services, and Waves.

2026-06-25
anti-patterns
소프트웨어 개발자

Spot and fix JRebirth anti-patterns (runLater glue, raw threads, logic in controllers, state in views, global facade abuse). Use when reviewing or cleaning up JRebirth code that smells like plain JavaFX.

2026-06-25
application
소프트웨어 개발자

Create the JRebirth/JavaFX application entry point and shell configuration. Use when bootstrapping a new app, choosing the first model, or customizing the stage, scene, and preloaded resources.

2026-06-25
behavior
소프트웨어 개발자

Create a JRebirth Behavior for a tiny, genuinely shared cross-cutting helper. Use only when small reusable interaction logic appears in several places.

2026-06-25
command-multi
소프트웨어 개발자

Create a multi command that runs a named, ordered sequence of smaller JRebirth commands. Use when one user action must trigger several existing commands in a known order.

2026-06-25
command-single
소프트웨어 개발자

Create a single JRebirth Command for one explicit, named action (save, refresh, load one thing, navigate). Use when a discrete action must be run and named clearly.

2026-06-25
controller
소프트웨어 개발자

Create a JRebirth Controller that wires user gestures to model, commands, or services. Use when adding button, key, selection, or menu handlers.

2026-06-25
javafx-css-ref
소프트웨어 개발자

Verify JavaFX CSS rules, selectors, pseudo-classes, and property names against the official reference. Use when the user asks to validate or fix JavaFX CSS or inline JavaFX styles.

2026-06-25
jpms-module
소프트웨어 개발자

Author and fix the JPMS module-info.java of any Java module that uses JRebirth: requires, exports, opens for reflection, the generated ModuleStarter provider, and ServiceLoader uses/provides. Use when creating a new JRebirth module, when JavaFX or JRebirth reflection fails at runtime (IllegalAccessException, "does not open"), or when a module is not picked up (ModuleStarter missing).

2026-06-25
jrebirth-core
소프트웨어 개발자

Decide which JRebirth role a piece of code belongs to before writing it. Use when starting any JRebirth work, when roles feel blurred, or when plain JavaFX habits (runLater, raw threads, state in views) start leaking in.

2026-06-25
maven-project
소프트웨어 개발자

Create a Maven project or module that uses JRebirth AF, JavaFX, JPMS, generated ModuleStarter, and the standard Application/Model/View/Controller skeleton. Use when bootstrapping a new standalone app, sample, showcase, or repo submodule.

2026-06-25
model
소프트웨어 개발자

Create or extend a JRebirth Model (state, bindings, orchestration). Use when a feature needs properties, selection, validation state, or when it triggers commands and services.

2026-06-25
refactor-legacy
소프트웨어 개발자

Migrate legacy or messy JavaFX code into the JRebirth role split incrementally. Use before editing many files in an old JavaFX feature, or when a class mixes state, nodes, events, and actions.

2026-06-25
resources
소프트웨어 개발자

Centralize shared JRebirth UI resources (images, fonts, styles, labels, sizes, colors) through resource enums and items. Use when adding assets or replacing magic constants and raw getResource strings.

2026-06-25
service
소프트웨어 개발자

Create a JRebirth Service for slow, external, backend, or integration work (REST, DB gateway, file import/export, heavy computation). Use to keep long work out of Model, View, and Controller.

2026-06-25
spring-bridge
소프트웨어 개발자

Keep a JRebirth client clean while consuming Spring-side services or APIs. Use when wiring backend calls, mapping DTO and FXO, or deciding where network and entity code may live.

2026-06-25
update-site-doc
소프트웨어 개발자

Update JRebirth Maven Site documentation when framework code changes. Use when adding or modifying API, commands, services, models, modules, annotations, or any public-facing JRebirth feature, or when asked to write or fix documentation pages.

2026-06-25
view
소프트웨어 개발자

Build a JRebirth View (scene graph, controls, bindings, view-local CSS). Use when composing nodes for a feature, or attaching a stylesheet to a view.

2026-06-25
waves
소프트웨어 개발자

Define and use JRebirth Waves for decoupled messaging between components. Use for cross-feature notifications, app-wide refresh triggers, or decoupled orchestration, not for plain local method calls.

2026-06-25