Content
77%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-sequenced routing procedure with strong decision criteria and feedback loops. Its weaknesses are cross-section redundancy that hurts conciseness and a single-file structure with no progressive disclosure for a substantial skill.
Suggestions
Deduplicate the chat-trigger, cron-not-a-signal, and degenerate-shell rules so each appears once (likely in Gotchas) and is merely referenced elsewhere, cutting roughly a third of the body.
Move the worked Examples (and optionally the full Signals catalog) into a reference file under references/ and keep a concise representative subset inline, improving progressive disclosure for this long skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense with n8n-specific routing knowledge Claude does not already know and avoids basic-concept filler, but the same rules (the Chat Trigger + AI Agent node gotcha, cron-is-not-a-signal, the degenerate-shell check) are restated across Decisions, Signals, Gotchas, and Examples, which could be tightened by deduplication. | 2 / 3 |
Actionability | It gives a concrete numbered decision procedure (steps 0–9), explicit criteria ('any one is enough' for agent signals, 'all must hold' for workflow), routing targets, and a copy-paste output format — fully actionable guidance for an instruction-only skill. | 3 / 3 |
Workflow Clarity | The decision steps are clearly sequenced with explicit checkpoints and feedback loops: step 0 context continuity, step 7 degenerate-shell check to 're-run while building', and 'create prerequisites and call build-agent again' retry on missing workflows or tables. | 3 / 3 |
Progressive Disclosure | Sections are well-organized with clear headers (Purpose, Decisions, Signals, Examples, Gotchas, Output Format), but the ~370-line body is monolithic with no bundle references, and content such as the 17 worked examples and detailed signals is inline where it could be split into a reference file. | 2 / 3 |
Total | 10 / 12 Passed |