CtrlK
BlogDocsLog inGet started
Tessl Logo

flutter-apply-architecture-best-practices

Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.

68

Quality

84%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

81%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 content is well-structured, concise, and actionable with concrete Dart examples and an explicit multi-step workflow including validation and a feedback loop. The main improvement would be offloading the larger code examples into reference files to slim the overview.

Suggestions

Move the two full Dart code examples (Service/Repository and ViewModel/View) into a separate references file (e.g., examples.md) and link to it from the Examples section, keeping only a short snippet inline.

Replace the `// HTTP GET implementation...` placeholder in the Service example with a minimal executable implementation so the example is fully copy-paste ready.

Add a one-line concrete DI registration snippet (e.g., a `provider`/`get_it` `MultiProvider` block) to close the gap left by Step 7 being described but not shown.

DimensionReasoningScore

Conciseness

The body is lean and assumes competence without explaining Flutter/Dart/MVVM basics, though a few declarative sentences and the optional-layer caveat could be trimmed.

4 / 5

Actionability

Provides near copy-paste-ready Dart code for Service/Repository and ViewModel/View plus concrete library names, but placeholder comments and an undescribed DI registration leave minor gaps.

4 / 5

Workflow Clarity

The 8-step feature workflow is clearly sequenced with conditional branching in Step 4 and an explicit feedback loop in Step 8 (run tests, review failures, fix, re-run until passing).

5 / 5

Progressive Disclosure

Well-organized single file with a TOC and clear sections, and no nested-reference problem, but at ~155 lines with large code blocks it could be split into separate reference files for a leaner overview.

4 / 5

Total

17

/

20

Passed

Description

87%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 description is strong: it states a concrete capability, names the domain, and provides explicit 'Use when' trigger guidance with natural developer phrasing. The only gap is that it names a single action rather than enumerating several specific capabilities.

DimensionReasoningScore

Specificity

Names the Flutter domain and the concrete action of architecting via a layered approach (UI, Logic, Data), but only one action verb is given rather than a list of several specific actions.

4 / 5

Completeness

Explicitly answers both what ('Architects a Flutter application using the recommended layered approach') and when ('Use when structuring a new project or refactoring for scalability') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural developer phrases like 'structurizing a new project', 'refactoring for scalability', and 'Flutter application' that users would actually say, though synonym coverage is not exhaustive.

4 / 5

Distinctiveness Conflict Risk

Carves a clear niche (Flutter architecture with layered approach) and uses distinct triggers unlikely to collide with unrelated skills.

5 / 5

Total

18

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
flutter/agent-plugins
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.