Content
82%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 body is highly actionable with copy-paste commands and a well-structured connection workflow that includes feedback loops. The main gaps are an unnecessary introductory explanation of what the platform is and the absence of validation checkpoints around running potentially destructive actions.
Suggestions
Trim the opening "Lightspeed eCom is an e-commerce platform that enables businesses..." paragraph; Claude does not need a description of what the platform is.
Add a validation/verification step around running actions that modify data (e.g. confirm the action's inputSchema, run against a test connection, or check the output field for errors) to lift workflow clarity.
Consider moving the proxy flag table and detailed clientAction state handling into a referenced file (e.g. CONNECTIONS.md) to keep SKILL.md a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is command-driven and lean ("npm install -g @membranehq/cli@latest", "membrane connection ensure ... --json"), but opens with over-explanation Claude does not need ("Lightspeed eCom is an e-commerce platform that enables businesses to create and manage online stores...") plus minor marketing prose ("so you can focus on the integration logic rather than auth plumbing"); matches score 4 (efficient, minor trimmable instances) rather than 5 (every token earns its place) due to that intro paragraph. | 4 / 5 |
Actionability | Provides fully executable, copy-paste-ready commands for every stage (install, login, connection ensure, connection get --wait, action list, action run, request) with a flag table and JSON-input example; matches the score-5 anchor (fully executable, covers common cases) rather than 4 because examples span the common cases with real flags. | 5 / 5 |
Workflow Clarity | The connection workflow is clearly sequenced with explicit state checkpoints and a feedback loop (poll until READY, handle CLIENT_ACTION_REQUIRED, re-poll after user action), matching score 4; not 5 because action execution against potentially destructive e-commerce data (orders, customers) lacks explicit validation/verification steps, which the rubric flags as a gap. | 4 / 5 |
Progressive Disclosure | The single-file body is well-organized with clear section headers (Overview, Working with, Install, Authentication, Connecting, Searching, Popular actions, Proxy requests, Best practices) and no nested references; matches score 4 (good structure, minor organization gaps) rather than 5 because at ~150 lines some content (full proxy flag table, detailed clientAction handling) could live in a separate reference file. | 4 / 5 |
Total | 17 / 20 Passed |