CtrlK
BlogDocsLog inGet started
Tessl Logo

build-cs-skill

CodeStable skill authoring protocol. Use when creating, refactoring, simplifying, or reviewing cs-* skills under plugins/codestable/skills or .claude/skills. Applies the prompt-as-code framework: classify the skill, define Spec/types/state machine, separate operator rules from references, add machine-checkable contracts, and design decision fixtures. Do not use for normal feature implementation; use cs-feat/cs-issue/cs-docs for product work and eval-cs-skill for full measured experiment loops.

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 dense but token-efficient protocol body: executable Spec, exact labels and paths, a sequenced workflow with validation and feedback loops, and clean progressive disclosure into three real reference files. It treats SKILL.md as prompt-as-code and largely practices what it preaches.

DimensionReasoningScore

Conciseness

Lean for its complexity: compact Haskell Spec, decision tables, and exact wording blocks assume Claude's competence (e.g. "SKILL.md is prompt-as-code — its quality is measured by behavior, recoverability, and testability, not by length") with no padding explaining basic concepts; ~290 lines but each section earns its place.

3 / 3

Actionability

Fully concrete guidance: typed Spec functions, exact labels ("minimal hardening patch", "full protocol refactor"), real paths ("experiments/<skill>-routing-001/fixtures/routing/*.json"), runnable checks ("git diff --check"), and an Output Contract enumerating required final-response fields.

3 / 3

Workflow Clarity

A 12-step numbered workflow with explicit validation gates ("Apply the Regression Ladder and Live Host Safety Gate"), feedback loops ("triage failures in this order before blaming the skill", "cap live wording fixes at two rounds"), and safety bounds for destructive/batch host operations — so the destructive-operations cap does not apply.

3 / 3

Progressive Disclosure

A References section signals each file with a "read when..." trigger, mandates "must not load all references at startup", and the three cited paths (cs-skill-spec-standard.md, cs-skill-quality-gates.md, cs-skill-fixture-patterns.md) all exist in the bundle — well-organized one-level-deep disclosure.

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 tight, third-person description that states concrete actions, an explicit Use-when trigger, and clear exclusions against adjacent skills. It answers what, when, and what-not-to-use-it-for without padding.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "creating, refactoring, simplifying, or reviewing cs-* skills" and "classify the skill, define Spec/types/state machine, separate operator rules from references, add machine-checkable contracts, and design decision fixtures" — rather than naming only a domain.

3 / 3

Completeness

Explicitly answers both: what ("Applies the prompt-as-code framework: classify the skill, define Spec/types/state machine...") and when ("Use when creating, refactoring, simplifying, or reviewing cs-* skills under plugins/codestable/skills or .claude/skills").

3 / 3

Trigger Term Quality

Natural trigger verbs for the niche ("creating, refactoring, simplifying, or reviewing") plus the concrete noun "cs-* skills"; it would not score below 2 since coverage of what a user would say is strong, and the jargon ("prompt-as-code framework") sits in the what-clause, not the trigger.

3 / 3

Distinctiveness Conflict Risk

Clear niche with explicit disambiguation — "Do not use for normal feature implementation; use cs-feat/cs-issue/cs-docs for product work and eval-cs-skill for full measured experiment loops" — making conflicts with sibling skills 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
codestable/CodeStable
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.