Content
67%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 a well-structured, largely executable guide to driving Mapbox through the Membrane CLI, with a clear connection workflow and useful state-check feedback loops. Its main weakness is conciseness — the introductory Mapbox background is padding — plus minor workflow numbering gaps and an undefined Step 2 reference.
Suggestions
Cut the opening background paragraph ("Mapbox is a mapping and location platform…") and the "Developers across various industries…" sentence; Claude already knows what Mapbox is.
Fix the step numbering: label the connection steps consistently and define or remove the dangling "Step 2" reference so the flow is unambiguous.
Consider moving the proxy flags option table into a short reference section or file so the main flow stays lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The opening paragraph ("Mapbox is a mapping and location platform for developers… Developers across various industries use Mapbox to enhance their applications with location intelligence") explains what Mapbox is — context Claude already knows — so it is mostly efficient but includes unnecessary explanation that could be trimmed. | 3 / 5 |
Actionability | It provides concrete, executable membrane commands with flags (--json, --wait, --input) throughout install, auth, connection, search, run, and proxy sections; minor gaps like CONNECTION_ID placeholders keep it just below fully copy-paste-ready. | 4 / 5 |
Workflow Clarity | The install→login→connect→poll→search→run sequence is clear with explicit state checkpoints (READY/CLIENT_ACTION_REQUIRED/CONFIGURATION_ERROR) and a polling feedback loop, but it references an undefined "Step 2" and uses odd "1b" numbering, leaving minor sequencing gaps. | 4 / 5 |
Progressive Disclosure | Sections are well-organized (Overview, Working with Mapbox, Authentication, Connecting, Searching, Popular actions, Best practices) with no nested or buried references in this single-file CLI skill; it is not a 5 because some inline material like the proxy flags table could be separated and there are no signaled deeper references. | 4 / 5 |
Total | 15 / 20 Passed |