CtrlK
BlogDocsLog inGet started
Tessl Logo

bootstrap

Create, diagnose, and validate a local dev bootstrap. Use when the user asks to clone a repo, install toolchains, install dependencies, and prove the project runs.

58

Quality

67%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./Skills/agent-ops/bootstrap/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

35%

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

This skill reads more like a philosophical framework or meta-process document than an actionable bootstrap guide. While it has reasonable structure, validation principles, and progressive disclosure references, it critically lacks any concrete commands, code examples, or specific toolchain instructions that would make it executable. The content tells Claude *how to think* about bootstrapping rather than *how to do* bootstrapping.

Suggestions

Add concrete, executable examples for common bootstrap scenarios (e.g., `git clone <url> <dir>`, `npm install`, `pytest` or equivalent validation commands) to dramatically improve actionability.

Replace abstract workflow steps like 'Inspect 2-3 focused surfaces' with specific actions such as 'Read README.md, check for Makefile/package.json/pyproject.toml, identify the build system'.

Include at least one complete worked example showing the full flow from clone to validation with actual commands and expected output patterns.

Trim or consolidate the Philosophy, Avoid, and Anti-Patterns sections which overlap significantly and contain guidance Claude would naturally follow.

DimensionReasoningScore

Conciseness

The content is reasonably efficient but includes some sections that are somewhat generic and could be tightened. The Philosophy, When To Use, Avoid, and Anti-Patterns sections contain guidance that is fairly obvious to Claude (e.g., 'Prefer the smallest reversible step,' 'Do not run destructive commands unless explicitly approved'). However, it avoids egregious over-explanation.

2 / 3

Actionability

The skill provides no concrete commands, code examples, or executable steps. The workflow is entirely abstract ('Inspect 2-3 focused surfaces,' 'Take the smallest action'). There are no specific tools, commands, or copy-paste-ready instructions for cloning, installing dependencies, or running validation. The examples section just shows user prompts, not how to respond to them.

1 / 3

Workflow Clarity

The workflow has a clear sequence (steps 1-5) and includes validation/feedback loops ('Rerun the relevant validation after fixes before claiming completion,' 'stop at the first failed gate'). However, the steps are abstract rather than concrete—there are no specific commands or checkpoints. For a task involving potentially destructive operations (installing toolchains, modifying environments), the lack of concrete validation commands is a gap.

2 / 3

Progressive Disclosure

The skill references a deferred context directory ('Infrastructure/references/deferred-skill-context/agent-ops-bootstrap/') which is good structure, but no bundle files are provided to verify this reference. The main content itself could benefit from better separation—the Inputs/Outputs/Constraints sections are inline but relatively brief. The reference path is one level deep, which is appropriate.

2 / 3

Total

7

/

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.

This is a strong skill description that concisely covers what the skill does and when to use it. It uses third person voice, lists concrete actions, includes natural trigger terms, and occupies a clear niche. The description follows the pattern of good examples in the rubric closely.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'create, diagnose, and validate a local dev bootstrap', 'clone a repo, install toolchains, install dependencies, and prove the project runs'. These are clear, actionable capabilities.

3 / 3

Completeness

Clearly answers both 'what' (create, diagnose, and validate a local dev bootstrap) and 'when' (explicit 'Use when' clause specifying clone a repo, install toolchains, install dependencies, prove the project runs).

3 / 3

Trigger Term Quality

Includes natural keywords users would say: 'clone a repo', 'install toolchains', 'install dependencies', 'dev bootstrap', 'project runs'. These cover common variations of how users would describe setting up a local development environment.

3 / 3

Distinctiveness Conflict Risk

Has a clear niche focused on local development environment bootstrapping. The combination of cloning, toolchain installation, dependency installation, and validation is distinct and unlikely to conflict with other skills like general coding or deployment skills.

3 / 3

Total

12

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

10

/

11

Passed

Repository
jscraik/Agent-Skills
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.