Skip to main content
Run any Skill in Manus
with one click
JRebirth
GitHub creator profile

JRebirth

Repository-level view of 19 collected skills across 1 GitHub repositories.

skills collected
19
repositories
1
updated
2026-06-25
repository map

Where the skills live

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

repository explorer

Repositories and representative skills

mvc-feature
software-developers

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

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

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

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

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

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

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

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
Showing top 8 of 19 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded
JRebirth Agent Skills | SkillsMP