Deprecated redirect skill that routes legacy 'content creator' requests to the correct specialist. Use when a user invokes 'content creator', asks to write a blog post, article, guide, or brand voice analysis (routes to content-production), or asks to plan content, build a topic cluster, or create a content calendar (routes to content-strategy). Does not handle requests directly — identifies user intent and redirects to content-production for writing/SEO/brand-voice tasks or content-strategy for planning tasks.
87
92%
Does it follow best practices?
Impact
82%
1.17xAverage score across 6 eval scenarios
Passed
No known issues
Quality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a well-crafted description that clearly communicates the skill's unique role as a routing mechanism rather than a content handler. It excels at listing specific trigger terms users would naturally say, explicitly defines when to use it with a 'Use when' clause, and clearly distinguishes itself from the downstream skills it routes to. The description is comprehensive yet focused, avoiding vague language while providing actionable routing logic.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: routing legacy 'content creator' requests, identifying user intent, redirecting to content-production for writing/SEO/brand-voice tasks, and redirecting to content-strategy for planning tasks. Also specifies what it does NOT do (handle requests directly). | 3 / 3 |
Completeness | Clearly answers both 'what' (a redirect skill that routes requests to specialist skills) and 'when' (explicit 'Use when' clause listing specific trigger scenarios like invoking 'content creator', asking to write blog posts, or planning content). Also clarifies routing destinations. | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger terms users would say: 'content creator', 'blog post', 'article', 'guide', 'brand voice analysis', 'plan content', 'topic cluster', 'content calendar'. These are all terms a user would naturally use. | 3 / 3 |
Distinctiveness Conflict Risk | Very distinct niche as a routing/redirect skill rather than a content skill itself. Clearly delineates its role versus content-production and content-strategy, and explicitly states it does not handle requests directly. The 'deprecated redirect' framing makes it unlikely to conflict with the actual content skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured redirect skill that clearly maps user intents to successor skills with specific links and tool references. Its main weakness is redundancy — the routing information is presented three times (main table, proactive triggers, output artifacts table) and the 'Why the Change' section provides organizational rationale that Claude doesn't need. Trimming the duplicate sections would make this more token-efficient.
Suggestions
Remove the 'Output Artifacts' table as it duplicates the main routing table at the top
Remove or significantly condense the 'Why the Change' section — Claude doesn't need the organizational rationale, just the routing rules
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is mostly efficient but includes some unnecessary sections. The 'Why the Change' section explains rationale Claude doesn't need, and the 'Output Artifacts' table largely duplicates the routing table at the top. The 'Proactive Triggers' section also overlaps with the main table. | 2 / 3 |
Actionability | For a redirect skill, actionability means clearly mapping user intent to the correct destination. The routing table is concrete and specific, with clear links to the correct skills and even specific tool names (brand_voice_analyzer.py, seo_optimizer.py). The instruction 'don't attempt to handle the request here' is unambiguous. | 3 / 3 |
Workflow Clarity | This is a simple single-task skill (identify intent → redirect). The single action is unambiguous: match user intent from the table and route accordingly. No multi-step process or destructive operations are involved, so no validation checkpoints are needed. | 3 / 3 |
Progressive Disclosure | The skill is well-organized with clear one-level-deep references to the specialist skills via relative links. Content is appropriately brief as a redirect, and navigation to the actual skills is clearly signaled with linked paths. | 3 / 3 |
Total | 11 / 12 Passed |
Validation
90%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 10 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
metadata_field | 'metadata' should map string keys to string values | Warning |
Total | 10 / 11 Passed | |
967fe01
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.