Content
92%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a high-quality skill that provides clear, actionable, and well-structured guidance for terminal automation with agent-terminal. The content is concise, assumes Claude's competence, and provides fully executable examples with proper workflow sequencing and validation steps. The only minor weakness is some redundancy between the core workflow example and the common patterns section, and the lack of progressive disclosure to separate reference material from instructional content.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient. It doesn't explain what terminals, TUIs, or CLIs are. Every section serves a purpose—workflow, commands, patterns, anti-patterns—with no padding or unnecessary exposition. The anti-patterns section is slightly verbose but each point is genuinely useful guidance. | 3 / 3 |
Actionability | Every command is fully executable and copy-paste ready with concrete bash examples. The patterns section provides complete, runnable workflows for common scenarios including session creation, TUI interaction, and artifact export. No pseudocode or vague instructions. | 3 / 3 |
Workflow Clarity | The core workflow is clearly sequenced with 8 numbered steps, each with a specific command. It includes validation checkpoints (doctor --json before work, wait instead of blind sleeps, snapshot for inspection). The anti-patterns section reinforces correct workflow by explicitly calling out common mistakes like blind sleeps and leaving sessions running. | 3 / 3 |
Progressive Disclosure | The content is well-organized with clear sections (Core Workflow, Essential Commands, Common Patterns, Anti-Patterns), but everything is inline in a single file. For a skill of this length (~90 lines of content), this is acceptable, but the Essential Commands reference section could potentially be split out. No bundle files are provided, and no external references are made, which is fine for this scope but the patterns section adds some redundancy with the core workflow. | 2 / 3 |
Total | 11 / 12 Passed |