CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-architecture

Agent skill for architecture - invoke with $agent-architecture

38

1.49x
Quality

7%

Does it follow best practices?

Impact

88%

1.49x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agents/skills/agent-architecture/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 a massive dump of generic architecture templates (Kubernetes, OpenAPI, SQL, security configs) that Claude already knows how to produce, rather than actionable instructions for how to perform architecture work. It lacks a clear workflow, validation steps, and any progressive disclosure structure. The content would be far more effective as a concise set of instructions describing what Claude should do during the architecture phase, with perhaps a few project-specific conventions, rather than hundreds of lines of boilerplate examples.

Suggestions

Replace the generic example templates with concise instructions on HOW Claude should conduct architecture work—what questions to ask, what decisions to make, what outputs to produce, and in what order.

Add a clear sequential workflow with validation checkpoints, e.g., 'Confirm requirements with user before proceeding to component design' and 'Validate interface contracts against specification before finalizing.'

Extract the detailed example templates (SQL schemas, Kubernetes configs, OpenAPI specs) into separate reference files and link to them from a concise overview in SKILL.md.

Remove best practices and general architecture principles that Claude already knows (loose coupling, design for failure, etc.) to dramatically reduce token usage.

DimensionReasoningScore

Conciseness

Extremely verbose at ~350+ lines. The bulk is generic example YAML/SQL/Kubernetes configs that Claude already knows how to produce. The mermaid diagram, OpenAPI spec, Kubernetes manifests, and SQL schemas are boilerplate examples that don't teach Claude anything new—they're templates it could generate on its own. The best practices section lists platitudes Claude already knows ('Design for Failure', 'Loose Coupling').

1 / 3

Actionability

The content provides concrete code examples (SQL, YAML, Kubernetes configs) which are technically executable, but they are generic templates for a hypothetical auth service rather than actionable instructions for how Claude should perform architecture work. There are no specific commands or steps Claude should take when invoked—it's more of a reference document than an operational guide.

2 / 3

Workflow Clarity

The SPARC Architecture Phase lists 5 high-level steps but provides no sequencing, validation checkpoints, or feedback loops. There's no clear workflow for how Claude should actually conduct an architecture review or design session—just a dump of example artifacts. No verification steps for the architecture outputs.

1 / 3

Progressive Disclosure

Monolithic wall of content with no references to external files. All content—high-level architecture, component design, data architecture, API specs, infrastructure, security, and scalability—is inlined in a single massive file with no navigation structure or separation of concerns. No bundle files exist to offload detailed specs.

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 provides almost no useful information for skill selection. It names only a vague domain ('architecture') without specifying concrete actions, trigger conditions, or the type of architecture involved. The inclusion of the invocation command ('$agent-architecture') adds no value for Claude's skill selection process.

Suggestions

Specify concrete actions the skill performs, e.g., 'Designs software architecture diagrams, evaluates system component relationships, recommends design patterns' or whatever the actual capabilities are.

Add an explicit 'Use when...' clause with natural trigger terms, e.g., 'Use when the user asks about system design, component diagrams, microservices layout, or architectural decision records.'

Clarify the domain of architecture (software, cloud infrastructure, building, etc.) to reduce conflict risk with other potentially overlapping skills.

DimensionReasoningScore

Specificity

The description provides no concrete actions whatsoever. 'Agent skill for architecture' is extremely vague—it doesn't specify what kind of architecture (software, system, building?) or what actions it performs.

1 / 3

Completeness

The description fails to answer both 'what does this do' and 'when should Claude use it.' There is no 'Use when...' clause and no meaningful explanation of capabilities.

1 / 3

Trigger Term Quality

The only keyword is 'architecture,' which is overly generic and could refer to many domains. There are no natural user-facing trigger terms like 'design system,' 'component diagram,' 'microservices,' etc.

1 / 3

Distinctiveness Conflict Risk

'Architecture' is extremely broad and could conflict with software design skills, infrastructure skills, building/construction skills, or any number of other domains. Nothing distinguishes this skill from others.

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.