| name | skymap.release-splashscreen |
| description | Generate the small circular release-branding icon for a Sky Map v2 release's CHANGELOG entry and GitHub release. Use when asked to "update splash for v2", "add release icon for X release", or "create v2 release branding". ARGUMENTS — "<ReleaseName> <path/to/source.png> [crop x1,y1,x2,y2]" |
| disable-model-invocation | true |
Sky Map v2 Release Icon
Generates the small circular portrait icon embedded in CHANGELOG.md and the GitHub release for
a v2 release (e.g. an "Eclipse" portrait for a release named Eclipse), mirroring v1's
skymap.release-splashscreen skill.
This does not touch the app itself. v2 has no per-release branded splash screen — it uses the
stock AndroidX SplashScreen API with a single static image
(app/src/main/assets/splash/apollo.png) that is not swapped per release (see
stardroid-v2/AGENTS.md). Only the changelog/GitHub-release icon is generated here.
Arguments
$ARGUMENTS should be: <ReleaseName> <path/to/source.png> [x1,y1,x2,y2]
Examples:
/skymap.release-splashscreen Louise ~/Downloads/louise.png
/skymap.release-splashscreen Jupiter ~/Downloads/jupiter.png 200,0,1800,1600
If no arguments are provided, ask the user for:
- The release label (e.g. "Louise", "Jupiter")
- The path to the source portrait image
- (Optional) A crop region
x1,y1,x2,y2 — suggest skipping if the image is already square and
well-centered
Workflow