CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-agent

Agent skill for agent - invoke with $agent-agent

33

4.65x
Quality

0%

Does it follow best practices?

Impact

93%

4.65x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agents/skills/agent-agent/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

0%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This skill is an extremely verbose, marketing-heavy document that explains concepts Claude already understands (GOAP, A*, PageRank, behavior trees) while providing no truly executable code. The massive code examples are pseudocode with undefined dependencies, inconsistent MCP tool naming, and no validation steps. It reads more like a product brochure or academic overview than an actionable skill file.

Suggestions

Reduce content to under 100 lines by removing conceptual explanations of well-known algorithms (A*, PageRank, behavior trees, OODA loops) and focusing only on the specific MCP tool invocations and their correct parameters.

Make code examples executable by using consistent, correct MCP tool names and providing complete, self-contained snippets rather than referencing dozens of undefined helper functions.

Add explicit validation checkpoints to the workflow (e.g., 'Verify matrix analysis returned valid properties before proceeding to PageRank step') and error recovery instructions.

Split into a concise SKILL.md overview with references to separate files for advanced patterns, usage examples, and tool API reference.

DimensionReasoningScore

Conciseness

Extremely verbose at 500+ lines with extensive conceptual explanations Claude already knows (GOAP, A*, behavior trees, PageRank, utility theory). Massive amounts of illustrative pseudocode that pad the content without adding actionable value. The marketing-style descriptions ('cutting edge of AI-driven objective achievement') waste tokens.

1 / 3

Actionability

Despite the volume of code, almost none of it is executable. Functions reference undefined helpers (buildConsensusMatrix, generatePreferenceVector, canTransition, stateKey, etc.), classes extend undefined base classes (GOAPAgent), and MCP tool calls use inconsistent naming (underscores vs hyphens). The code is illustrative pseudocode dressed up as real implementations.

1 / 3

Workflow Clarity

The numbered workflow steps (1-5) describe conceptual phases but lack validation checkpoints, error recovery loops, or clear sequencing of what to actually do. There's no concrete 'if this fails, do that' guidance. The OODA loop and dynamic replanning sections are abstract patterns, not actionable workflows with verification steps.

1 / 3

Progressive Disclosure

Monolithic wall of text with no bundle files to reference. All content is inlined in a single massive document with no external references or layered structure. The content would benefit enormously from splitting into separate files (e.g., examples, advanced patterns, tool reference), but instead everything is dumped into one file with no navigation strategy.

1 / 3

Total

4

/

12

Passed

Description

0%

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 extremely poor skill description that provides essentially no useful information. It fails on every dimension: it describes no concrete actions, includes no natural trigger terms, answers neither 'what' nor 'when', and is completely indistinguishable from any other agent-related skill.

Suggestions

Replace the entire description with concrete actions the skill performs (e.g., 'Spawns sub-agents to handle parallel tasks, delegates work, and coordinates multi-step workflows').

Add an explicit 'Use when...' clause with natural trigger terms that describe scenarios where this skill should be selected.

Include domain-specific keywords and file types or task types to make the skill clearly distinguishable from other skills.

DimensionReasoningScore

Specificity

The description contains no concrete actions whatsoever. 'Agent skill for agent' is entirely vague and abstract, providing no information about what the skill actually does.

1 / 3

Completeness

Neither 'what does this do' nor 'when should Claude use it' is answered. There is no 'Use when...' clause and no description of functionality.

1 / 3

Trigger Term Quality

The only keyword is 'agent', which is overly generic and not a natural term a user would say when needing a specific capability. The invocation syntax '$agent-agent' is not a natural trigger term.

1 / 3

Distinctiveness Conflict Risk

The term 'agent' is extremely generic and would conflict with virtually any agent-related skill. There is nothing distinctive about this description.

1 / 3

Total

4

/

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.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (821 lines); consider splitting into references/ and linking

Warning

Total

10

/

11

Passed

Repository
ruvnet/claude-flow
Reviewed

Table of Contents

Is this your skill?

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.