Content
56%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 skill delivers strong executable CLI guidance and a clear connection-setup workflow, but it is dragged down by a hugely padded, partially nonsensical entity list that wastes context. Tightening that list and moving bulk reference material to a separate file would substantially raise quality.
Suggestions
Remove or collapse the degenerate repeated-phrase entity list (lines 96-167); keep only genuine top-level entities and reference the full action catalog via 'membrane action list' rather than inlining it.
Add a short validation/verification step after 'membrane action run' for destructive or batch actions (e.g. confirm the returned output state or re-fetch the record) to satisfy the workflow feedback-loop expectation.
Expand the 'Popular actions' table beyond Affiliate and Lead/Client CRUD to reflect the breadth of entities advertised, or explicitly note that the table is illustrative and discovery via 'action list --intent' is the primary path.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~145-line entity list degenerates into absurd recursive repetitions ('Client Credit Report Item Analysis Result Analysis Result Analysis Result Analysis...'), burning tokens on strings Claude cannot meaningfully use. | 2 / 5 |
Actionability | It provides copy-paste-ready CLI commands (install, login, connection ensure, action list/run, request proxy) with a flags table, covering the common workflow concretely. | 4 / 5 |
Workflow Clarity | The connection setup is a clear sequenced state machine (READY/BUILDING/CLIENT_ACTION_REQUIRED) with polling and recovery guidance, though action execution lacks an explicit post-run validation checkpoint. | 4 / 5 |
Progressive Disclosure | It is a single self-contained file with reasonable section headers, but the massive inlined entity list is content that obstructs navigation rather than being organized or referenced out. | 3 / 5 |
Total | 13 / 20 Passed |