CtrlK
BlogDocsLog inGet started
Tessl Logo

configure-ecc

Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

61

Quality

72%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skills/configure-ecc/SKILL.md
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 skill body is highly actionable with concrete commands, templates, and a well-sequenced, validated workflow. Its weaknesses are token-heavy inline catalogs and a monolithic structure with no external reference split.

Suggestions

Move the 45-skill category catalog and per-skill description tables into a references/ file (e.g., skills-catalog.md) and reference it from Step 2 to reduce inline token load and improve progressive disclosure.

Tighten redundant guidance such as the 'If the list exceeds 4 items...' note and repeated option prose.

DimensionReasoningScore

Conciseness

The body is mostly operational with no concept-teaching padding, but the large inline skill-catalog tables (45 skills across 8 categories) and some redundant prose consume tokens that could be tightened or moved to a reference.

2 / 3

Actionability

Provides fully executable bash commands, concrete AskUserQuestion templates with options, named variables (ECC_ROOT, TARGET, INSTALL_LEVEL), and copy-paste-ready guards like 'cp -R "${src%/}" "$TARGET/skills/$(basename "${src%/}")"'.

3 / 3

Workflow Clarity

A clear Step 0 to Step 6 sequence with explicit validation checkpoints in Step 4 (file existence, path references, cross-references, issue reporting) and error-recovery guidance (clone failure handling, language-without-common warning) for batch/destructive copy operations.

3 / 3

Progressive Disclosure

No bundle/reference files exist, so all content lives inline in one ~380-line monolithic SKILL.md; the skill-catalog and rule details are content that could be split into a reference file, but the document is otherwise well-organized into clear sections.

2 / 3

Total

10

/

12

Passed

Description

67%

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 and distinct, naming concrete install/verify/optimize actions and clear targets. Its main weakness is the missing explicit trigger ('when') guidance, which caps completeness and trigger-term quality.

Suggestions

Add an explicit trigger clause such as 'Use when the user says configure ecc, install ecc, or wants to set up Everything Claude Code' to raise completeness to 3.

Surface natural user phrasings (e.g., 'configure ecc', 'install ecc', 'setup everything claude code') directly in the description rather than only in the body.

DimensionReasoningScore

Specificity

Lists multiple concrete actions (selecting and installing skills and rules, verifying paths, optionally optimizing) with specific targets (user-level/project-level directories), matching the 'multiple specific concrete actions' anchor.

3 / 3

Completeness

Clearly answers 'what' the skill does but omits any explicit 'when' / 'Use when...' trigger clause, which per the judging guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

Names the domain ('Everything Claude Code', 'installing') but lacks the natural trigger phrasings a user would actually say (e.g., 'configure ecc', 'install ecc'), which appear only in the body, not the description.

2 / 3

Distinctiveness Conflict Risk

Occupies a clear, bounded niche (an installer for a specific named project scoped to skills and rules at user/project levels) and is unlikely to trigger for the wrong skill.

3 / 3

Total

10

/

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