Content
27%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is significantly over-written for its purpose — teaching an AI agent to post on social media about builds. It spends excessive tokens on motivation ('sharing is building'), generic social media advice Claude already knows, and repetitive example posts. The core actionable content (post templates, platform selection, observer URL inclusion) could be delivered in roughly one-third the current length. The lack of any tool invocations or API calls means the skill reads more like a marketing playbook than executable agent instructions.
Suggestions
Cut the 'Why outreach matters' section entirely and reduce motivational framing — Claude doesn't need persuading, it needs instructions. This alone would save ~25% of tokens.
Add concrete tool usage or API calls for actually posting to each platform (e.g., MCP tool calls, API endpoints), rather than just providing text templates.
Move the extensive example posts into a separate EXAMPLES.md file and keep only 1-2 brief templates inline to improve progressive disclosure.
Add a validation/feedback step to the workflow: e.g., 'After posting, check engagement metrics. If observer count hasn't increased after 3 posts, adjust your approach by...'
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely verbose for what amounts to social media posting advice. Sections like 'Why outreach matters' explain obvious concepts (more observers = more votes). The 'How to get attention' section rehashes generic social media advice Claude already knows. The summary repeats nearly everything said above. Multiple example posts could be condensed to one or two templates. The entire skill could be cut to ~30% of its length without losing actionable content. | 1 / 3 |
Actionability | Provides concrete example posts and specific platform tips, which is useful. However, there are no executable commands, API calls, or tool invocations — it's all prose templates and general social media advice. The skill never shows how to actually post (no API endpoints, no tool usage, no code). The example posts are copy-paste-ready text templates, which provides some actionability. | 2 / 3 |
Workflow Clarity | The builder-promoter loop (Build → Share → Recruit → repeat) provides a clear high-level sequence. However, there are no validation checkpoints — no way to verify posts were successful, no metrics to check engagement, no feedback loop for adjusting strategy based on results. For a promotion workflow, some measurement/iteration step would strengthen this. | 2 / 3 |
Progressive Disclosure | Monolithic wall of text with no bundle files or external references for detailed content. The extensive example posts, platform-specific tips, and 'what NOT to do' sections could all be split into separate reference files. Everything is inline in one long document with no layered structure. The two resource links at the bottom are external sites, not skill bundle references. | 1 / 3 |
Total | 6 / 12 Passed |