CtrlK
BlogDocsLog inGet started
Tessl Logo

systems-programming-rust-project

You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with cargo tooling, proper module organization, testing

53

Quality

60%

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 ./skills/systems-programming-rust-project/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

67%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 highly actionable with complete, executable code but is monolithic and verbose for a SKILL.md, inlining five full project templates instead of progressively disclosing them via reference files. Workflow sequencing is clear but lacks validation checkpoints.

Suggestions

Move the per-type templates (library, workspace, web API) into reference files (e.g. references/library-template.md) and keep only the binary quick-start plus pointers inline in SKILL.md.

Add a verification checkpoint after scaffolding, e.g. 'Run cargo build && cargo test to confirm the generated project compiles and tests pass.'

Add a brief 'Use this skill when' / 'Do not use when' pointer at the top so the body mirrors the intended trigger guidance.

DimensionReasoningScore

Conciseness

The ~440-line body inlines complete code for five distinct project types plus dev tooling; much of this could be deferred to reference files to respect the context budget, though the content itself is mostly executable rather than padded prose.

3 / 5

Actionability

Provides fully copy-paste-ready, executable Cargo.toml, main.rs, cli.rs, error.rs, Makefile, and clippy/rustfmt configs covering the common project types.

5 / 5

Workflow Clarity

Steps 1-7 are clearly sequenced and labeled by project type, but there are no validation checkpoints (e.g., 'run cargo build to verify'); this is a generation skill so the destructive-batch cap does not apply, keeping it at 4 rather than 5.

4 / 5

Progressive Disclosure

All five project structures are fully inlined in SKILL.md with no reference files, no pointers to separate documents, and no navigation; content that clearly belongs in separate files is monolithically inlined.

2 / 5

Total

14

/

20

Passed

Description

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

The description conveys a clear domain and several concrete capabilities but is written in second person, is truncated mid-list, and lacks an explicit 'Use when' trigger clause. It is adequate but not exemplary.

Suggestions

Rewrite in third person and add an explicit 'Use when...' clause, e.g. 'Scaffolds production-ready Rust projects... Use when creating a new Rust binary, library, workspace, or web API.'

Complete the truncated action list and add natural user trigger terms like 'cargo new', 'Rust app', and 'Rust workspace'.

Avoid over-claiming; keep the action enumeration concrete and finite rather than trailing off.

DimensionReasoningScore

Specificity

Names the Rust scaffolding domain and several concrete actions ('Generate complete project structures with cargo tooling, proper module organization, testing'), but the action list is truncated at 'testing' and uses second-person voice, reducing it from a 4.

3 / 5

Completeness

Provides a clear 'what' (scaffolding production-ready Rust applications) but contains no 'Use when...' trigger clause, which caps completeness at 3 per the rubric guideline.

3 / 5

Trigger Term Quality

Includes relevant terms like 'Rust project', 'cargo tooling', and 'module organization', but omits natural user phrasings such as 'Rust app', 'cargo new', or 'Rust workspace' that a user would actually say.

3 / 5

Distinctiveness Conflict Risk

Targets a fairly distinct niche (production Rust project scaffolding) with specific tooling, with only minor overlap risk against general Rust development skills.

4 / 5

Total

13

/

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