CtrlK
BlogDocsLog inGet started
Tessl Logo

flutter-use-http-package

Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API.

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

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

77%

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 commands, a complete Dart example, and a well-sequenced workflow including a feedback loop. It is held back from full marks by mild verbosity in section intros and a lack of progressive disclosure to external files despite a long inline example.

Suggestions

Move the full ~95-line Dart example into a referenced file (e.g. references/photo_gallery_example.dart) and keep only a minimal snippet inline, improving both conciseness and progressive disclosure.

Trim or remove the one-line section intros (e.g. 'Configure the environment and platform-specific permissions...') that restate the immediately following bullet lists.

If the large example stays inline, split it into smaller per-concept snippets (request, parsing, UI) so each is self-contained and scannable.

DimensionReasoningScore

Conciseness

Prose is mostly lean (bulleted guidance, no padding about what Flutter/HTTP is), but each section opens with an orienting sentence that restates the bullets, and the single ~95-line inline example could be tightened — matching the 'mostly efficient but could be tightened' anchor.

2 / 3

Actionability

Provides concrete executable commands ("flutter pub add http"), exact file paths/manifest snippets, and a full copy-paste-ready Dart example with model, network call, isolate parsing, and FutureBuilder UI — matching the fully-executable anchor.

3 / 3

Workflow Clarity

The numbered 7-step checklist gives a clear sequence, and step 7 is an explicit feedback loop (run -> trigger request -> review console for unhandled exceptions -> fix parsing/permission errors), matching the validation-and-feedback-loop anchor.

3 / 3

Progressive Disclosure

A TOC and well-labeled sections aid navigation, but everything lives in one monolithic file with a large inline example and no external reference files; per the guideline, content that could be separate being inline matches the 'some structure but could be better organized' anchor.

2 / 3

Total

10

/

12

Passed

Description

100%

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 concise, third-person, and clearly answers both what the skill does and when to use it, with concrete actions and natural trigger terms. It aligns closely with the rubric's good examples.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "execute GET, POST, PUT, or DELETE requests" — matching the anchor for naming several specific actions rather than a vague domain statement.

3 / 3

Completeness

Explicitly answers both what ("execute GET, POST, PUT, or DELETE requests") and when ("Use when you need to fetch from or send data to a REST API"), satisfying the explicit-trigger requirement.

3 / 3

Trigger Term Quality

Includes natural terms users would say ("fetch from", "send data to", "REST API", "GET/POST/PUT/DELETE") with good coverage of common variations; not just technical jargon.

3 / 3

Distinctiveness Conflict Risk

The `http` package + REST API + HTTP verb framing carves a clear niche unlikely to overlap with unrelated skills, matching the distinct-trigger anchor.

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

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.