CtrlK
BlogDocsLog inGet started
Tessl Logo

flow-nexus-swarm

Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform

45

1.88x
Quality

17%

Does it follow best practices?

Impact

100%

1.88x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agents/skills/flow-nexus-swarm/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

7%

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 description is heavily padded with buzzwords and technical jargon without conveying concrete actions or use cases. It lacks a 'Use when...' clause, specific trigger terms users would naturally say, and any enumeration of what the skill actually does. The only redeeming quality is the mention of a specific platform name ('Flow Nexus'), which provides minimal distinctiveness.

Suggestions

Replace abstract buzzwords with concrete actions the skill performs (e.g., 'Deploys AI agent swarms to cloud infrastructure, configures event triggers, monitors workflow pipelines').

Add an explicit 'Use when...' clause with natural trigger terms (e.g., 'Use when the user asks about deploying to Flow Nexus, setting up automated workflows, or managing cloud AI agents').

Include natural keywords and file types or concepts users would actually mention (e.g., 'Flow Nexus', 'deploy agents', 'workflow triggers', 'cloud automation', 'swarm configuration').

DimensionReasoningScore

Specificity

The description uses buzzword-heavy, abstract language ('cloud-based AI swarm deployment', 'event-driven workflow automation') without listing any concrete actions the skill performs. There are no specific verbs describing what the skill actually does.

1 / 3

Completeness

The description vaguely hints at 'what' through buzzwords but provides no clear explanation of concrete capabilities, and there is no 'when' clause or explicit trigger guidance whatsoever.

1 / 3

Trigger Term Quality

The terms used are highly technical jargon ('AI swarm deployment', 'event-driven workflow automation', 'Flow Nexus platform') that users are unlikely to naturally say. There are no common, natural keywords a user would use when needing this skill.

1 / 3

Distinctiveness Conflict Risk

The mention of 'Flow Nexus platform' is a specific platform name which provides some distinctiveness, but the rest of the description ('cloud-based', 'AI', 'workflow automation') is generic enough to overlap with many other skills.

2 / 3

Total

5

/

12

Passed

Implementation

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 excessively verbose and monolithic, containing what should be 4-5 separate files all inlined into a single document. While it provides concrete MCP tool call syntax which aids actionability, it repeats the same calls across multiple sections, explains concepts Claude already understands, and lacks validation/error-recovery workflows critical for cloud-based orchestration operations. The content would benefit enormously from aggressive trimming and splitting into referenced sub-files.

Suggestions

Reduce to a concise overview (~50-80 lines) covering core API calls once, and move patterns, templates, and advanced features into separate referenced files (e.g., PATTERNS.md, TEMPLATES.md, API-REFERENCE.md)

Remove explanatory text Claude already knows (what topologies are, what CI/CD is, what ETL means) and keep only the Flow Nexus-specific configuration details

Add explicit validation checkpoints to workflows: check swarm_status after init, verify workflow_create succeeded before execute, and show a concrete error-recovery loop (check status → diagnose → fix → retry)

Eliminate duplicate API call examples - show each MCP tool once with its full parameter set rather than repeating swarm_init in 4+ different sections

DimensionReasoningScore

Conciseness

Extremely verbose at ~400+ lines. Extensively explains concepts Claude already knows (what topologies are, what ETL means, what CI/CD is). Massive amounts of redundant examples - the same API calls are shown multiple times across sections (e.g., swarm_init appears in Swarm Management, Agent Orchestration patterns, Best Practices). Lists of common use cases at the end add no actionable value.

1 / 3

Actionability

Provides concrete MCP tool call syntax with parameters and options, which is useful. However, many examples are not truly executable - they mix JavaScript with `await` syntax inconsistently, use placeholder IDs like 'workflow_id', and the multi-swarm coordination section uses `const` assignments from MCP calls which isn't how MCP tools work. The patterns are illustrative but not copy-paste ready.

2 / 3

Workflow Clarity

The Full-Stack Development Pattern shows a clear 4-step sequence (init → spawn → create workflow → execute), and workflows have dependency chains. However, there are no validation checkpoints or error recovery feedback loops. For cloud-based swarm operations that could fail, there's no guidance on checking if swarm_init succeeded before spawning agents, or verifying workflow creation before execution. The error handling best practice only shows metadata configuration, not an actual validate-fix-retry loop.

2 / 3

Progressive Disclosure

This is a monolithic wall of text with no references to external files. Everything is inlined - the full API reference, all patterns, all templates, best practices, setup instructions. The Table of Contents provides internal navigation but the content itself should be split across multiple files (e.g., TEMPLATES.md, PATTERNS.md, API-REFERENCE.md). At this length, it defeats the purpose of a SKILL.md overview.

1 / 3

Total

6

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

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

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

9

/

11

Passed

Repository
ruvnet/ruflo
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.