Creates and queries agent expertise profiles in AGENT-EXPERTISE.md, increments file-familiarity counters after each task, and ranks candidate agents by recency and task-area match. Use when deciding which agent should handle a file, checking who last worked on a module, recording task outcomes, or assigning work based on past performance.
100
100%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
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 an excellent skill description that clearly articulates specific capabilities, provides explicit trigger guidance via a 'Use when' clause with multiple scenarios, and occupies a distinct niche. It uses proper third-person voice throughout and balances conciseness with comprehensive detail.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: creates/queries expertise profiles, increments file-familiarity counters, ranks candidate agents by recency and task-area match. These are precise, actionable capabilities. | 3 / 3 |
Completeness | Clearly answers both what (creates/queries profiles, increments counters, ranks agents) and when (explicit 'Use when' clause with four distinct trigger scenarios: deciding agent assignment, checking last worker, recording outcomes, assigning based on performance). | 3 / 3 |
Trigger Term Quality | Includes natural trigger terms users would say: 'which agent should handle a file', 'who last worked on a module', 'assigning work', 'past performance', 'task outcomes', 'expertise profiles'. Good coverage of natural language variations for agent assignment scenarios. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive niche around agent expertise tracking and work assignment. References a specific file (AGENT-EXPERTISE.md) and domain-specific concepts like file-familiarity counters and agent ranking that are unlikely to overlap with other skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a strong skill that efficiently communicates a multi-agent expertise tracking protocol. It provides executable commands, clear trigger-action mappings, and explicit validation steps at each workflow stage. The content is well-organized with appropriate progressive disclosure to the knowledge graph reference file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient. It uses tables for triggers, provides only necessary code examples, and doesn't explain concepts Claude already knows. Every section earns its place without padding. | 3 / 3 |
Actionability | Provides fully executable shell commands for querying, appending entries, and incrementing familiarity counters. The grep, printf, and awk commands are copy-paste ready with concrete examples of entry formats and prompt blocks. | 3 / 3 |
Workflow Clarity | The workflow section has a clear 3-step sequence (before delegating, after task, on failure) with explicit validation checkpoints at each step. The update triggers table provides unambiguous decision criteria, and the pruning section includes its own validation step. | 3 / 3 |
Progressive Disclosure | The skill is well-structured with clear sections (Expertise File, Update Triggers, Retrieval & Delegation, Workflow, Pruning, Knowledge Graph) and appropriately references KNOWLEDGE-GRAPH.md for detailed entity types and queries rather than inlining that content. One level deep, clearly signaled. | 3 / 3 |
Total | 12 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
18c6f2c
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.