CtrlK
BlogDocsLog inGet started
Tessl Logo

data-client-rest-setup

Set up and migrate to @data-client/rest for REST APIs. Detects existing HTTP patterns (axios, fetch, ky, superagent, got) and migrates them. Creates custom RestEndpoint base class with common behaviors. Use when adopting @data-client/rest in a new or existing project.

66

Quality

80%

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

Fix and improve this skill with Tessl

tessl review fix ./.cursor/skills/data-client-rest-setup/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

76%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.

Highly actionable content with executable code and good reference structure, but the migration workflow lacks explicit validation/verification checkpoints for batch file changes.

Suggestions

Add a validation/verification checkpoint after migration (e.g., typecheck, run tests, or confirm endpoints resolve) so the workflow includes a fix-and-retry feedback loop.

De-duplicate the library listing: the detection table and the Migration References section both enumerate axios/fetch/ky/superagent/got — collapse into one.

Consider moving the catalog of lifecycle override snippets (CSRF, parseResponse, searchToString, etc.) into a reference file, keeping only the core BaseEndpoint template inline.

DimensionReasoningScore

Conciseness

Mostly lean and actionable with code earning its place, though the library list appears twice (detection table and Migration References) and a few override examples could be tightened.

4 / 5

Actionability

Provides copy-paste-ready TypeScript for the BaseEndpoint class, getHeaders, hookifyResource, getRequestInit, process, fetchResponse, searchToString, parseResponse, and resource() usage, plus concrete detection regex/dependency checks.

5 / 5

Workflow Clarity

Steps are clearly sequenced (install → detect → migrate → base class → next steps), but there are no validation/verification checkpoints for the batch migration of source files, which caps this score per the rubric.

3 / 5

Progressive Disclosure

Well-structured overview with clearly signaled, one-level-deep reference links (all referenced files exist), though a fair amount of override code is inlined in SKILL.md rather than split into a reference.

4 / 5

Total

16

/

20

Passed

Description

83%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.

A strong, specific description that names concrete actions and target libraries with an explicit 'Use when' trigger. It is clearly distinct from sibling skills; only minor gains are available in trigger phrasing.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Set up and migrate to @data-client/rest', 'Detects existing HTTP patterns (axios, fetch, ky, superagent, got) and migrates them', 'Creates custom RestEndpoint base class' — with comprehensive, named coverage.

5 / 5

Completeness

Clearly states what it does and includes an explicit 'Use when adopting @data-client/rest in a new or existing project' trigger, though the when could name migration scenarios more concretely.

4 / 5

Trigger Term Quality

Includes the natural library names users actually say (axios, fetch, ky, superagent, got) plus 'REST APIs' and '@data-client/rest', but is missing a few common phrasings like 'migrate from axios' or 'HTTP client'.

4 / 5

Distinctiveness Conflict Risk

Targets a clearly distinct niche (@data-client/rest setup/migration) with specific package and library names, minimizing overlap with other skills.

5 / 5

Total

18

/

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
reactive/data-client
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.