CtrlK
BlogDocsLog inGet started
Tessl Logo

fp-taskeither-ref

Quick reference for TaskEither. Use when user needs async error handling, API calls, or Promise-based operations that can fail.

68

Quality

83%

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

The canonical home for this skill is fp-taskeither-ref in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

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

A lean, highly actionable quick-reference with executable code covering the core TaskEither operations and common patterns. Its only weakness is mild: it sits just over the simple-skill line where progressive disclosure could be perfect.

DimensionReasoningScore

Conciseness

The body opens with a tight one-liner ("TaskEither = async operation that can fail. Like Promise<Either<E, A>>.") and uses compact code with inline comments, with every section earning its place and no padding of concepts Claude already knows.

5 / 5

Actionability

Fully executable TypeScript with real imports covers the common cases — create (right/left/tryCatch), transform (map/flatMap/orElse), execute, parallel sequenceT, and recovery — making it copy-paste ready.

5 / 5

Workflow Clarity

As a simple single-purpose reference it is organized into an unambiguous Create → Transform → Execute progression with a Common Patterns section, satisfying the simple-skill exception for workflow clarity.

5 / 5

Progressive Disclosure

Clear section headers give good navigation and all content legitimately belongs inline for a reference card, but at roughly 95 lines it exceeds the under-50-line threshold under which well-organized sections alone would warrant a 5, and there are no external references to signal.

4 / 5

Total

19

/

20

Passed

Description

70%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 concise, well-triggered description that clearly identifies both what it is and when to use it, with mostly natural trigger terms. It is held back from the top band by a generic "quick reference" action statement and somewhat broad trigger phrasing.

Suggestions

Replace or augment "Quick reference" with concrete actions the skill enables, e.g. "Create, transform, chain, and execute TaskEither operations for typed async error handling."

Add a few more natural trigger synonyms (e.g. fetch calls, try/catch replacement, .catch handling) to broaden keyword coverage.

Tighten the "when" clause to fp-ts/TaskEither-specific scenarios to reduce overlap with generic error-handling skills.

DimensionReasoningScore

Specificity

Names the domain clearly ("Quick reference for TaskEither") and lists use scenarios, but the only stated action is the generic "quick reference" rather than concrete operations like create, transform, or chain.

3 / 5

Completeness

Both halves are present — a clear "what" (quick reference for TaskEither) and an explicit "Use when…" trigger clause — but the "what" does not enumerate the specific actions the reference covers, keeping it just below a 5.

4 / 5

Trigger Term Quality

Natural phrases a user would say ("async error handling", "API calls", "Promise-based operations that can fail") give good coverage, though common synonyms like fetch, try/catch, or .catch are missing.

4 / 5

Distinctiveness Conflict Risk

Leading with the named TaskEither construct carves a clear niche, but the broad triggers "async error handling" and "API calls" could overlap with general error-handling or fetch-helper skills.

4 / 5

Total

15

/

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

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
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.