CtrlK
BlogDocsLog inGet started
Tessl Logo

initializer-agent

First-session agent for autonomous coding projects. Use when starting a new autonomous project, generating feature lists, setting up environments, or scaffolding project structure.

60

Quality

70%

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 ./.claude/skills/initializer-agent/SKILL.md

The canonical home for this skill is initializer-agent in fernandezbaptiste/Skrillz

SKILL.md
Quality
Evals
Security

Quality

Content

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

The body is well-structured with executable examples, but the main workflow lacks validation checkpoints for its batch/destructive steps, and several referenced files are missing while content is duplicated between the body and the reference.

Suggestions

Add explicit validation/verification steps to the workflow (e.g. verify feature_list.json has 100+ entries, confirm git commit succeeded) before proceeding to the next step.

Remove the init.sh, feature_list.json, and progress examples duplicated between the body and references/INITIALIZER-WORKFLOW.md, keeping the reference as the single source of detail.

Create the missing references/FEATURE-CATEGORIES.md and templates/ files referenced in the body, or remove those reference entries.

DimensionReasoningScore

Conciseness

Mostly efficient with clear sections, but the large ASCII workflow box and the init.sh/feature_list.json/progress examples duplicated verbatim in references/INITIALIZER-WORKFLOW.md add padding that could be trimmed.

3 / 5

Actionability

Provides concrete, importable Python code (InitializerAgent, generate_features) and a runnable init.sh, with only minor gaps such as the undefined project_dir variable.

4 / 5

Workflow Clarity

The 6-step sequence is clearly listed, but it performs batch/state-changing operations (generating 100-200 features, git init, git add) with no validation checkpoints or error-recovery loops in the body, capping this dimension at 3 per the rubric.

3 / 5

Progressive Disclosure

Sections and a one-level-deep References list are present, but referenced paths FEATURE-CATEGORIES.md and the templates/ directory do not exist in the bundle, and substantial content is inlined that already lives in the reference file.

3 / 5

Total

13

/

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 description: third-person, explicit 'Use when' trigger clause, and several concrete capabilities. Minor improvements possible by adding synonyms and noting git/state-file outputs.

DimensionReasoningScore

Specificity

Names the domain ('autonomous coding projects') and three concrete actions ('generating feature lists, setting up environments, or scaffolding project structure'), but omits other initializer duties like git init and state-file creation, leaving minor coverage gaps.

4 / 5

Completeness

Explicitly answers what ('First-session agent for autonomous coding projects... generating feature lists, setting up environments, or scaffolding project structure') and when ('Use when starting a new autonomous project...') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

Natural phrases a user would say ('starting a new autonomous project', 'generating feature lists', 'scaffolding project structure') are present, but common synonyms like 'bootstrap' or 'project setup' are missing.

4 / 5

Distinctiveness Conflict Risk

The 'first-session autonomous coding' niche with feature-list/environment/scaffold triggers is mostly distinct, though it could overlap with general project-scaffolding skills.

4 / 5

Total

17

/

20

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

14

/

16

Passed

Repository
fernandezbaptiste/Skrillz
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.