CtrlK
BlogDocsLog inGet started
Tessl Logo

claude-code-templates

Boilerplate templates for Claude Code extensions. Triggers on: create agent, new skill, command template, hook script, extension scaffold.

87

1.23x
Quality

81%

Does it follow best practices?

Impact

100%

1.23x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

78%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 well-organized, actionable body with executable copy-paste commands and clean tables, weakened primarily by broken asset references — the four template files it points to are not present in the bundle. Validation is present but loosely tied to the workflows.

Suggestions

Add the four referenced template files (agent-template.md, skill-template.md, command-template.md, hook-script.sh) to ./assets/ so the cp commands and Assets references resolve.

Consolidate the duplicate template listings (Template Selection, Template Locations, Assets) into one table to reduce redundancy.

Integrate a concrete validation checkpoint into each Quick Start workflow (e.g., verify the copied file's frontmatter parses) rather than leaving a single generic Validation section.

DimensionReasoningScore

Conciseness

The body is lean with tables and short copy-paste snippets and avoids explaining concepts Claude already knows, but the same four template files are listed three times (Template Selection, Template Locations, and Assets), which is minor padding.

4 / 5

Actionability

Quick Start gives fully executable, copy-paste-ready commands (cp, mkdir -p, chmod +x) covering all four common cases, with only the trailing "Edit: ..." comments being hints rather than code.

5 / 5

Workflow Clarity

Each Quick Start subsection has a clear copy-then-edit sequence and a dedicated Validation section exists, but validation is generic and not integrated as an explicit checkpoint within each workflow, so it falls short of a 5.

4 / 5

Progressive Disclosure

The overview is well-structured and clearly signals one-level-deep references to ./assets/*.md template files, but the assets/ directory is empty, so every referenced path (agent-template.md, skill-template.md, command-template.md, hook-script.sh) points to a non-existent file and navigation fails.

3 / 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 concise, third-person description that clearly states what the skill provides and gives explicit trigger guidance with natural phrases. It is strong on completeness and trigger quality, with only minor overlap risk and slightly generic action wording.

DimensionReasoningScore

Specificity

"Boilerplate templates for Claude Code extensions" names the domain and the trigger list enumerates several concrete template types (agent, skill, command, hook), but the action verb itself ("templates") is generic rather than listing multiple distinct actions.

4 / 5

Completeness

It explicitly answers both what ("Boilerplate templates for Claude Code extensions") and when ("Triggers on: ...") with concrete trigger phrases, satisfying the top anchor.

5 / 5

Trigger Term Quality

"Triggers on: create agent, new skill, command template, hook script, extension scaffold" provides good natural-phrase coverage users would actually say, though it lacks synonyms and file extensions for a 5.

4 / 5

Distinctiveness Conflict Risk

The Claude Code extension-scaffolding niche is mostly distinct with specific triggers, but "hook script" and "extension scaffold" carry minor overlap risk with the related claude-code-hooks skill.

4 / 5

Total

17

/

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
NeverSight/skills_feed
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.