Content
79%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted, concise skill that provides highly actionable guidance for using the `sag` CLI tool. Its main strengths are token efficiency and concrete examples. The primary weaknesses are the lack of validation/error-handling steps in workflows and slightly underdeveloped progressive disclosure for edge cases or advanced usage.
Suggestions
Add a brief validation step after generating audio (e.g., check file exists/size before including MEDIA reference) to improve workflow reliability.
Consider adding error handling guidance for common failure modes (missing API key, invalid voice ID, network errors) to cap workflow clarity higher.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient. It uses terse bullet points, avoids explaining what TTS or ElevenLabs is, and every line provides actionable information Claude wouldn't already know (CLI flags, model names, audio tags, voice IDs). | 3 / 3 |
Actionability | Provides concrete, copy-paste-ready commands throughout (e.g., `sag "Hello there"`, `sag -v Clawd -o /tmp/voice-reply.mp3 "Your message here"`), specific model names, specific audio tags with examples, and exact environment variable names. | 3 / 3 |
Workflow Clarity | The chat voice response section has a clear two-step sequence (generate then include), and pronunciation rules are ordered by priority ('First fix: respell...'). However, there's no validation or error handling guidance—e.g., what to do if the API key is missing, if voice generation fails, or how to verify the output file was created before referencing it. | 2 / 3 |
Progressive Disclosure | The content is well-organized with clear sections and appropriate length for a SKILL.md. However, it mentions `sag prompting` for model-specific tips without linking to any reference file, and the voice character tips section could benefit from a pointer to a more comprehensive guide if one exists. The structure is good but navigation signals are minimal. | 2 / 3 |
Total | 10 / 12 Passed |