CtrlK
BlogDocsLog inGet started
Tessl Logo

busybox-on-windows

How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.

56

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

The body is highly actionable with ready-to-run commands and decent organization, but minor redundancy and a missing post-download verification step keep conciseness and workflow clarity from the top level.

Suggestions

Remove the duplicate `busybox.exe --list` listing (merge 'Help' and 'Available UNIX commands') and replace the generic 'When to Use' line with a concrete trigger.

Add a verification step after download, e.g. run `busybox.exe --list` to confirm the binary executes before relying on it.

DimensionReasoningScore

Conciseness

Mostly efficient with concrete commands, but it repeats `busybox.exe --list` under both 'Help' and 'Available UNIX commands' and includes vague boilerplate in 'When to Use' that could be trimmed.

2 / 3

Actionability

It provides fully executable, copy-paste-ready PowerShell commands per CPU architecture plus a concrete usage example (`busybox.exe ls -1`).

3 / 3

Workflow Clarity

The numbered download steps are clearly sequenced with a conditional gate, but there is no validation step confirming the downloaded binary works before use.

2 / 3

Progressive Disclosure

This is a simple, single-purpose skill under 50 lines with no need for external references, and its content is organized into clear sections, satisfying the simple-skill exception.

3 / 3

Total

10

/

12

Passed

Description

57%

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, clearly conveying the niche of running UNIX tools on Windows via BusyBox, but it omits an explicit "Use when" trigger and has only partial natural keyword coverage.

Suggestions

Add an explicit 'Use when...' clause naming the situations that should trigger this skill (e.g., 'Use when you need common UNIX tools like ls, grep, or find on Windows without a full POSIX environment').

List a few representative commands (ls, grep, find) to broaden the natural trigger terms beyond technical jargon.

DimensionReasoningScore

Specificity

It names the domain ("Win32 build of BusyBox") and a concrete action ("run many of the standard UNIX command line tools on Windows"), but does not enumerate multiple distinct actions, so it stops short of a fully comprehensive list.

2 / 3

Completeness

It clearly states what the skill does but lacks an explicit "Use when..." trigger clause, so the "when" is only implied, which caps completeness at 2.

2 / 3

Trigger Term Quality

Relevant terms like "BusyBox", "Windows", and "UNIX command line tools" appear, but these lean technical and omit common user phrasings; not a full spread of natural variations.

2 / 3

Distinctiveness Conflict Risk

The Win32 BusyBox framing carves out a clear niche for running UNIX tools on Windows, making it unlikely to fire for unrelated skills.

3 / 3

Total

9

/

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
sickn33/antigravity-awesome-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.