CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-base-template-generator

Agent skill for base-template-generator - invoke with $agent-base-template-generator

59

1.01x
Quality

39%

Does it follow best practices?

Impact

94%

1.01x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/agent-base-template-generator/SKILL.md

The canonical home for this skill is agent-base-template-generator in ruvnet/claude-flow

SKILL.md
Quality
Evals
Security

Quality

Content

50%Weight 40%Scale 1-5

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

The body is a well-structured but abstract role prompt: it tells Claude what a base template generator should care about without providing concrete templates, code, or validation steps. Organization is good; executable guidance is the main gap.

Suggestions

Add at least one copy-paste-ready template example (e.g. a minimal React component or API endpoint scaffold) so the guidance is actionable rather than descriptive.

Tighten generic filler such as 'Follow SPARC methodology principles when applicable' and the final closing paragraph, which restate points already covered.

If templates vary by category, either show a concrete starter for the most common one inline or point to a bundled reference file with the rest.

DimensionReasoningScore

Conciseness

The body is mostly efficient sectioned guidance, but phrases like 'always consider the broader project context, existing patterns, and future extensibility needs' and 'Follow SPARC methodology principles when applicable' are generic padding that could be tightened.

3 / 5

Actionability

It gives high-level hints ('Include proper TypeScript definitions, error handling, and documentation structure') with no concrete code, commands, or template examples, so Claude lacks specific executable steps.

2 / 5

Workflow Clarity

A six-step 'template generation approach' provides a sequence, but the steps are abstract ('Analyze Requirements', 'Apply Best Practices') with no validation checkpoints or feedback loops.

3 / 5

Progressive Disclosure

It is a single short file (~35 lines) with no external references needed, organized under clear section headers, matching the simple-skill exception for well-organized content under 50 lines.

5 / 5

Total

13

/

20

Passed

Description

28%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The frontmatter description functions as an invocation hint rather than a capability statement: it tells Claude how to call the agent but not what it concretely does or when to use it. It lacks natural trigger terms and a 'Use when' clause.

Suggestions

Replace the placeholder description with concrete capabilities, e.g. 'Generate base templates, boilerplate code, and starter configurations for components, APIs, and project structures.'

Add an explicit 'Use when...' clause naming natural user phrases like 'new component', 'boilerplate', 'starter template', or 'project scaffolding'.

Drop the '$agent-base-template-generator' invocation syntax from the description; that belongs in usage docs, not the capability/trigger summary.

DimensionReasoningScore

Specificity

Quotes only 'Agent skill for base-template-generator - invoke with $agent-base-template-generator', which names the domain but the only action is 'invoke', giving minimal/generic capability information rather than concrete actions.

2 / 5

Completeness

It offers a vague 'what' ('agent skill for base-template-generator') and no 'when' trigger guidance; a missing 'Use when...' clause caps completeness here per the rubric.

2 / 5

Trigger Term Quality

The only keyword is the technical token '$agent-base-template-generator'; there are no natural phrases a user would actually say, placing it between the jargon-only and single-generic-keyword anchors.

2 / 5

Distinctiveness Conflict Risk

Naming a specific generator gives it a niche, but the surrounding 'agent skill for ...' wrapper is generic enough that it could overlap with other agent-invocation skills.

3 / 5

Total

9

/

20

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

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.