CtrlK
BlogDocsLog inGet started
Tessl Logo

ecc-recipes

Map a described workflow to the right ECC command-GROUP with run-order and stop condition, and browse all command-group recipe families. Adds a family-grouping + run-order + when-to-stop layer on top of the flat command catalog. Advisory only. TRIGGER when the user says which commands for X, what command group runs X, show ECC recipes, list ECC pipelines, or how do I run a workflow with ECC. DO NOT TRIGGER when the user wants the task executed directly, wants a single-command deep doc (use ecc-guide), or wants a draft prompt rewritten (use prompt-optimizer).

79

Quality

100%

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

100%

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

A well-structured, actionable advisory skill: it live-reads the command set, classifies into families with explicit run-orders and stop conditions, and gives a concrete output template plus examples. It is concise, sequenced clearly with an error guard, and appropriately organized as a single file.

DimensionReasoningScore

Conciseness

Lean and purposeful — it does not re-explain concepts Claude already knows (e.g. what a command or pipeline is); the bash snippet, classification table, and template each earn their tokens. A small amount of redundancy between 'How It Works' and the surrounding sections keeps it just short of perfectly tight, but it is not verbose.

3 / 3

Actionability

Provides an executable bash live-read block, a concrete prefix-to-family classification table with exact run-order sequences, a copy-paste output template, and worked match examples — guidance is specific and directly usable.

3 / 3

Workflow Clarity

The process is clearly sequenced (live-read → classify → match/catalog mode → advisory output) with explicit stop conditions per family and a directory-not-found guard (`[ -z "${CMD_DIR:-}" ] ... return 1`) as an error checkpoint; the advisory nature means no destructive/batch validation is required.

3 / 3

Progressive Disclosure

A single self-contained SKILL.md with well-labeled sections (When to Activate, Core Principle, Family Classification, How It Works, Output Template, Examples, Non-Goals) and no nested references; no bundle files exist to structure, so organization carries the score.

3 / 3

Total

12

/

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.

A strong, third-person description that states concrete capabilities, supplies natural trigger phrasings, and explicitly distinguishes itself from neighboring skills. It answers what, when, and when-not clearly and concisely.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Map a described workflow to the right ECC command-GROUP with run-order and stop condition, and browse all command-group recipe families' — naming specific capabilities rather than vague language.

3 / 3

Completeness

Explicitly answers both what (map workflow to command-group with run-order/stop condition; browse families) and when (a dedicated TRIGGER clause with natural phrasings, plus a DO NOT TRIGGER clause).

3 / 3

Trigger Term Quality

Covers natural phrasings a user would actually say: 'which commands for X', 'what command group runs X', 'show ECC recipes', 'list ECC pipelines', 'how do I run a workflow with ECC'.

3 / 3

Distinctiveness Conflict Risk

Clear niche (ECC command-group recipes with a family/run-order/stop-condition layer) and the DO NOT TRIGGER clause explicitly routes away from ecc-guide and prompt-optimizer, making misfires unlikely.

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

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
affaan-m/ECC
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.