CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-matrix-optimizer

Agent skill for matrix-optimizer - invoke with $agent-matrix-optimizer

38

1.40x
Quality

7%

Does it follow best practices?

Impact

87%

1.40x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

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

Quality

Content

14%

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-engineered and verbose, containing many sections of vague, non-actionable content that describe capabilities at a high level without providing concrete, executable guidance. The MCP tool examples are the strongest part but are undermined by undefined variables and functions. The majority of the content—swarm coordination, neural network integration, performance monitoring, error analysis—reads like marketing copy rather than actionable instructions for Claude.

Suggestions

Remove all sections that describe abstract capabilities without concrete steps (Swarm Coordination, Neural Network Integration, Performance Monitoring, Error Analysis) and focus only on the 4 MCP tools and how to use them.

Make code examples fully executable by providing complete, self-contained examples with defined inputs (e.g., a small concrete matrix) rather than referencing undefined variables like `matrixData` or `sparseValues`.

Add explicit validation checkpoints to the workflow: after matrix analysis, check specific properties and provide concrete remediation steps (e.g., actual code for diagonal dominance enhancement) with a validate-fix-retry loop.

Reduce the skill to under 80 lines covering: tool listing, one concrete end-to-end example with validation, and a brief best practices section. Move advanced scenarios to separate referenced files if needed.

DimensionReasoningScore

Conciseness

Extremely verbose with many sections that describe capabilities Claude already knows or could infer. Sections like 'Swarm Coordination', 'Neural Network Integration', 'Performance Monitoring', and 'Error Analysis' are vague bullet-point lists that add no actionable information. The 'Integration with Flow Nexus' and 'Integration with Claude Flow' sections pad the content significantly without providing executable guidance. The skill could be reduced to ~30% of its current size.

1 / 3

Actionability

The MCP tool call examples in 'Usage Scenarios' are somewhat concrete and show actual tool invocations with parameters, which is useful. However, many code examples use undefined functions (e.g., `create_diagonally_dominant_matrix`, `analyze_matrix_properties`) and undefined variables (e.g., `matrixData`, `sparseValues`), making them not truly executable. Large sections like 'Advanced Features', 'Best Practices', and 'Integration with Claude Flow' are abstract descriptions rather than concrete instructions.

2 / 3

Workflow Clarity

The 'Complete Matrix Optimization Pipeline' is a high-level list of phases with no concrete steps, commands, or validation checkpoints. There is no feedback loop for error recovery. The pre-solver analysis example hints at a conditional check but doesn't provide actual remediation steps. For operations involving numerical computation where validation is critical, the absence of explicit validation steps and error recovery is a significant gap.

1 / 3

Progressive Disclosure

The content is a monolithic wall of text with no bundle files and no references to external documents. All content is inline regardless of depth or relevance. Sections like the full sandbox deployment example, neural network integration bullets, and extensive best practices lists could be split into separate reference files. There is no navigation structure or clear hierarchy for discovery.

1 / 3

Total

5

/

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 weak description that fails on all dimensions. It merely states the skill's name and invocation command without describing any capabilities, use cases, or trigger conditions. Claude would have no meaningful basis to select this skill from a list of available skills.

Suggestions

Describe what the skill actually does with concrete actions (e.g., 'Optimizes matrix computations, performs eigenvalue decomposition, solves linear systems').

Add an explicit 'Use when...' clause with natural trigger terms (e.g., 'Use when the user needs matrix operations, linear algebra optimization, or performance tuning of matrix computations').

Remove the invocation instruction ('invoke with $agent-matrix-optimizer') from the description, as this is operational detail that doesn't help Claude decide when to select the skill.

DimensionReasoningScore

Specificity

The description provides no concrete actions whatsoever. 'Agent skill for matrix-optimizer' is entirely vague—it doesn't describe what the skill actually does, only names itself.

1 / 3

Completeness

Neither 'what does this do' nor 'when should Claude use it' is answered. The description only states how to invoke the agent, not what it does or when to use it.

1 / 3

Trigger Term Quality

The only keyword is 'matrix-optimizer', which is a tool name rather than a natural term a user would say. There are no natural language trigger terms like 'optimize', 'matrix operations', 'linear algebra', etc.

1 / 3

Distinctiveness Conflict Risk

The description is so vague that Claude would have no basis to distinguish this skill from others. 'Matrix-optimizer' is a name, not a functional description, making it impossible to assess overlap or uniqueness.

1 / 3

Total

4

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

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.