Skip to content

Add spacebot generate_music skill#4

Merged
Marenz merged 1 commit intomasterfrom
add-spacebot-skill
Feb 23, 2026
Merged

Add spacebot generate_music skill#4
Marenz merged 1 commit intomasterfrom
add-spacebot-skill

Conversation

@Marenz
Copy link
Owner

@Marenz Marenz commented Feb 23, 2026

Adds skills/generate_music/SKILL.md — the spacebot worker instruction file for talking to the generation daemon.

Previously lived only in ~/.spacebot/skills/ (unversioned). Now tracked in the repo so changes are reviewable.

Notable content:

  • Unicode preservation instructions — explicitly tells the LLM to never transliterate umlauts to ASCII (ö→oe, ü→ue, etc.), which was causing bad pronunciation in German lyrics
  • File-then-cat pattern as the recommended method for sending requests, avoiding shell quoting issues with non-ASCII text
  • No $() command substitution patterns (blocked by spacebot's shell tool security restrictions)

The SKILL.md instructs the worker LLM how to talk to the generation daemon.
Key addition: explicit instructions to never transliterate umlauts (ö→oe etc.)
and to use the file-then-cat pattern instead of inline echo for non-ASCII lyrics.
@Marenz Marenz merged commit c758e0e into master Feb 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant