Content
62%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with executable commands throughout and a clear phased workflow, but it is held back by inlined reference material that duplicates existing bundle files and by the absence of links to those references. Adding explicit navigation to the reference files and trimming redundant tables would raise both conciseness and progressive disclosure.
Suggestions
Replace the inlined MITRE ATT&CK, Tools, and Detection Signatures tables with one-line pointers to references/standards.md and references/api-reference.md so the body stays lean and navigation is explicit.
Link to references/workflows.md, scripts/agent.py, scripts/process.py, and assets/template.md from the relevant phases so the provided bundle is discoverable from SKILL.md.
Add inline validation checkpoints within each phase (e.g., verify listener is up before configuring redirectors) rather than only a final checklist, to make the destructive/batch infrastructure workflow self-correcting.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient command-focused guidance, but sections like the Overview restate what Sliver is and the MITRE/tools/detection tables largely duplicate the frontmatter mappings and reference files, adding tokens Claude already knows. | 3 / 5 |
Actionability | Provides concrete, copy-paste-ready bash and nginx snippets across all five phases (server install, listeners, redirectors, implant generation, post-exploitation), with only minor gaps such as placeholder IPs the operator must fill. | 4 / 5 |
Workflow Clarity | Five clearly sequenced phases with an end-of-skill validation checklist; however, in-phase validation checkpoints are implicit (the checklist sits at the end rather than gating each phase) so it stops just short of explicit per-step validate-fix-retry loops. | 4 / 5 |
Progressive Disclosure | Bundle files (references/api-reference.md, standards.md, workflows.md, scripts/, assets/template.md) exist but the SKILL.md body never links to or signals them, and substantial reference-style tables are inlined rather than offloaded to those files. | 3 / 5 |
Total | 14 / 20 Passed |