What problem does it solve?
This Skill helps you avoid the small but costly failure modes that commonly break Claude Code Workflow scripts, especially around script metadata, argument delivery, and misleading downstream results.
Core Features & Use Cases
- Pure-literal meta validation: Prevents Workflow scripts from failing because the
meta block uses concatenation, templates, identifiers, or function calls instead of literals.
- Robust args normalization: Handles object, JSON-string, and missing-args shapes so scripts behave predictably when invoked by different callers.
- Actionable missing-argument errors: Produces explicit, multi-line errors that show what field is missing, what args were received, and how to invoke the workflow correctly.
- Wrong-ground-truth prevention: Stops undefined inputs from silently propagating into prompts and causing agents to self-heal onto the wrong source file or document.
- Use case: A developer building a new Claude Code Workflow script can use this Skill to harden the script before shipping and avoid multiple rounds of trial-and-error.
Quick Start
Ask Claude to review your Workflow script for meta literal issues, args normalization, and unsafe undefined handling before you run it.