amcs-fixer

Fix failing AMCS artifacts by applying minimal targeted improvements from validation errors.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Apply targeted, surgical fixes to artifacts that fail VALIDATE, focusing on the lowest-scoring component (lyrics, style, or producer notes) with minimal changes to preserve intent and structure.

Core Features & Use Cases

  • Deterministic fixes: Refines the failing parts based on the issues list from VALIDATE, prioritizing the lowest score
  • Minimal changes: Only addresses defects, no full rewrites
  • Iterative constraint: Limited to a maximum of 3 fix iterations per run as enforced by orchestrator
  • Traceable provenance: Outputs include patch details and hashes for provenance
  • Use case: If VALIDATE returns low hook density and rhyme tightness, apply surgical fixes to the chorus and produce updated lyrics and style notes for re-evaluation

Quick Start

After a VALIDATE failure, call this skill with the issues list, current style, lyrics, producer notes, blueprint, and optional scores. The orchestrator will rerun VALIDATE after applying patches, up to 3 iterations.

Frequently Asked Questions about amcs-fixer

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

FAQPage Schema
How do I fix artifacts that fail validation checks?

Fixing artifacts applies targeted patches to components scoring lowest in validation—lyrics, style, or producer notes. After VALIDATE reports failures, amcs-fixer addresses specific issues like hook density, rhyme tightness, and section completeness with minimal changes, then revalidates automatically up to three iterations.

What validation issues can be patched in lyrics and style?

Patches target hook density, singability, rhyme tightness, section completeness, and profanity compliance across lyrics, style notes, and producer notes. The fixer prioritizes the lowest-scoring component and applies surgical refinements derived directly from VALIDATE's issue list.

How does determinism work when fixing artifacts?

Deterministic fixes use seed = run_seed + 6, temperature 0.2, and top-p 0.9 to ensure reproducible patching. This approach produces consistent, traceable results with provenance hashing while preserving artifact structure and blueprint rules across fix iterations.

What inputs do I need to provide for artifact fixes?

Provide the validation issues list, current style, lyrics, producer notes, blueprint, optional scores, and seed. The fixer uses these to generate patched_style, patched_lyrics, and patched_producer_notes with a fixes_applied record for audit and re-evaluation.

Can I rerun fixes multiple times on the same artifact?

Fixes are limited to a maximum of three iterations per run, enforced by the orchestrator. Each iteration revalidates the patched artifact, allowing refinement up to the constraint before requiring manual intervention or a new fix request.