amcs-lyrics-generator

Generate song lyrics with rhyme, meter, syllable, and profanity constraints from pinned MCP sources.

1|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/miethe/MeatyMusic --skill amcs-lyrics-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amcs-lyrics-generator
Source: https://github.com/miethe/MeatyMusic/tree/main/.claude/skills/workflow/lyrics
Command: npx skills add https://github.com/miethe/MeatyMusic --skill amcs-lyrics-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill generates complete lyrics from SDS constraints with deterministic hash-based pinning, including retrieval of source chunks, rhyme/syllable constraints, and hook strategy enforcement.

Core Features & Use Cases

  • Deterministic retrieval: Hash-pinned source chunks
  • LLM generation: Seeded generation with controlled temperature/top-p
  • Constraint enforcement: Rhyme, meter, syllable, profanity
  • Citations: Include weight/position details for provenance

Quick Start

  1. Provide SDS + plan + style
  2. Run the LYRICS generator
  3. Review lyrics and citations

Frequently Asked Questions about amcs-lyrics-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate song lyrics with source citations?

Generate lyrics by providing SDS constraints, a production plan defining sections (Verse, Chorus), and style parameters. The skill retrieves pinned source chunks, applies rhyme and syllable constraints, and outputs complete lyrics with citations showing source weight and position for full provenance.

Can I enforce rhyme scheme and meter when generating lyrics?

Yes. Rhyme scheme and meter enforcement is built in—the skill applies per-line rhyme constraints, syllable counts, and meter control across all sections. Hook strategy and profanity filtering also run automatically within the generation pipeline.

What makes the lyrics generation deterministic?

Deterministic generation uses seed-based seeding with controlled temperature and top-p parameters. Sources are pinned via hash-based retrieval, ensuring consistent outputs across runs and reproducible source selection for compliance and auditability.

How are source citations included in the generated lyrics?

Citations include weight and position details for each pinned source chunk, providing full provenance tracking. This supports policy compliance and transparency by documenting exactly which sources contributed to each line.

What constraints are applied to the lyrics output?

Constraints include max-line limits per section, rhyme and syllable requirements per line, hook strategy enforcement, profanity filtering, and section-order conformance. All constraints integrate into a plan-driven production pipeline.

Do I need to structure my plan before generating lyrics?

Yes. Define your production plan with section order (Verse, Chorus, etc.), style preferences, and SDS constraints before running the LYRICS generator. This ensures section-compliant output and proper hook strategy application.