Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a solid integration skill with excellent actionability and workflow clarity—every step has executable commands and the connection state machine is well-documented with error recovery paths. The main weaknesses are unnecessary introductory content explaining what ActiveCampaign is and a somewhat monolithic structure that could benefit from splitting the action reference table and proxy details into separate files.
Suggestions
Remove the opening paragraph explaining what ActiveCampaign is and the entity overview section—Claude already knows this and it wastes tokens.
Move the popular actions table and proxy request documentation into separate reference files (e.g., ACTIONS.md, PROXY.md) and link to them from the main skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The opening paragraph explaining what ActiveCampaign is wastes tokens on information Claude already knows. The entity overview section adds little value. However, the CLI commands and action tables are reasonably efficient. | 2 / 3 |
Actionability | The skill provides fully executable CLI commands for every step: installation, authentication, connection setup, action discovery, action execution, and proxy requests. Commands are copy-paste ready with clear parameter placeholders. | 3 / 3 |
Workflow Clarity | The connection workflow is clearly sequenced with explicit state checks (READY, BUILDING, CLIENT_ACTION_REQUIRED, errors) and feedback loops (poll until ready, handle client actions, re-check). The overall flow from install → auth → connect → discover → run is well-structured with validation at each stage. | 3 / 3 |
Progressive Disclosure | The content is reasonably organized with clear sections, but the popular actions table and proxy request details could be split into separate reference files. For a skill with no bundle files, everything is inline which makes it somewhat long, though the sections are well-signaled. | 2 / 3 |
Total | 10 / 12 Passed |