CtrlK
BlogDocsLog inGet started
Tessl Logo

flutter-architecture-expert

Architecture guidance for Flutter apps using the flutter_it construction set (get_it, watch_it, command_it, listen_it). Covers Pragmatic Flutter Architecture (PFA) with Services/Managers/Views, feature-based project structure, manager pattern, proxy pattern with optimistic updates and override fields, DataRepository with reference counting, scoped services, widget granularity, testing, and best practices. Use when designing app architecture, structuring Flutter projects, implementing managers or proxies, or planning feature organization.

72

Quality

88%

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

77%Weight 40%Scale 1-3

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

The body is highly actionable with executable, well-contrasted examples and clearly sequenced key flows, but it runs long and revisits some patterns multiple times. Splitting the larger sections into reference files would improve both conciseness and progressive disclosure.

Suggestions

Move the Proxy pattern (especially the multiple optimistic-update variants) and the Error Handling sections into separate reference files and keep SKILL.md as a concise overview with one-level-deep links, improving both conciseness and progressive_disclosure.

Trim repeated treatments of the same idea — e.g., consolidate the override vs UndoableCommand optimistic-update examples and the restated error-flow narrative into a single authoritative version.

Defer the larger code blocks (DataRepository with reference counting, scoped-services setup) to referenced files so the top-level body stays a scannable overview rather than a monolithic reference.

DimensionReasoningScore

Conciseness

Largely lean and expert-level with no basic-concept padding, but at roughly 600 lines it revisits the same idea multiple times (e.g., several optimistic-update variants in the Proxy section and a restated error-flow narrative), so it could be tightened.

2 / 3

Actionability

Provides fully executable Dart throughout (manager registration, proxy override fields, scoped services, testing setup, error-handler wiring) with concrete API calls, copy-paste-ready snippets, and clear do/don't contrasts.

3 / 3

Workflow Clarity

As a patterns/reference skill it sequences the relevant flows clearly (startup, scope lifecycle, reference-counting flow diagram, and the 'Command fails -> ErrorFilter -> ...' error flow) with explicit ordering where it matters.

3 / 3

Progressive Disclosure

Sections are well organized and two topics are cleanly offloaded to sibling skills, but no bundle/reference files exist despite the skill's breadth, and large inline blocks (Proxy pattern, Error Handling) could arguably be split into separate reference files.

2 / 3

Total

10

/

12

Passed

Description

100%Weight 40%Scale 1-3

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 specific, complete, and well-triggered, clearly communicating both the capabilities and the situations that should activate the skill. Trigger terms are natural and the niche is distinctive.

DimensionReasoningScore

Specificity

Enumerates many concrete capabilities ('manager pattern, proxy pattern with optimistic updates and override fields, DataRepository with reference counting, scoped services, widget granularity, testing'), matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly states what the skill covers and includes an explicit 'Use when ...' trigger clause, satisfying both the what and the when with explicit triggers.

3 / 3

Trigger Term Quality

Includes natural user phrasing ('Use when designing app architecture, structuring Flutter projects, implementing managers or proxies, or planning feature organization') alongside the package vocabulary, giving good coverage of terms a user would say.

3 / 3

Distinctiveness Conflict Risk

Scoped to the flutter_it construction set and PFA architecture with distinct triggers, making it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

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

skill_md_line_count

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

Warning

Total

15

/

16

Passed

Repository
flutter-it/get_it
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.