CtrlK
BlogDocsLog inGet started
Tessl Logo

m11-ecosystem

Use when integrating crates or ecosystem questions. Keywords: E0425, E0433, E0603, crate, cargo, dependency, feature flag, workspace, which crate to use, using external C libraries, creating Python extensions, PyO3, wasm, WebAssembly, bindgen, cbindgen, napi-rs, cannot find, private, crate recommendation, best crate for, Cargo.toml, features, crate 推荐, 依赖管理, 特性标志, 工作空间, Python 绑定

42

Quality

42%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/m11-ecosystem/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

22%

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 reference card or decision matrix than an actionable skill. It lacks executable code examples, concrete Cargo.toml snippets, and step-by-step workflows for common tasks like adding a dependency, enabling feature flags, or resolving specific error codes. The tables are well-organized but too abstract to guide Claude through actual implementation.

Suggestions

Add concrete, executable examples: show actual Cargo.toml snippets for adding dependencies with features (e.g., `tokio = { version = "1", features = ["full"] }`), and demonstrate `cargo add` commands.

Create a step-by-step workflow for the most common task: resolving E0433/E0425 errors, with explicit steps like 'check Cargo.toml → add dependency → verify with cargo check → if still failing, check feature flags'.

Replace the abstract 'Thinking Prompt' section with a concrete decision tree or flowchart that leads to specific actions rather than open-ended questions.

Add at least one complete integration example (e.g., adding serde with derive, or setting up pyo3) showing the full flow from Cargo.toml to working code.

DimensionReasoningScore

Conciseness

The skill is moderately efficient but includes some unnecessary sections like 'Thinking Prompt' (Claude can reason about crate selection without being told to) and the 'Trace Up/Trace Down' sections which are meta-organizational content that doesn't add actionable value. The tables are compact but there's redundancy between the decision table and crate selection criteria.

2 / 3

Actionability

The skill provides no executable code examples, no concrete Cargo.toml snippets, no actual commands beyond a grep in the header. It's entirely descriptive tables and abstract guidance ('Ask: What are the performance requirements?') rather than concrete instructions like 'add this to Cargo.toml' with actual TOML syntax.

1 / 3

Workflow Clarity

There is no clear workflow or sequenced process for integrating a crate. The content is organized as reference tables and abstract decision frameworks but lacks step-by-step instructions. For a task like adding a dependency or resolving E0433, there's no concrete sequence of actions to follow.

1 / 3

Progressive Disclosure

The skill references related skills (m06-error-handling, m04-zero-cost, unsafe-checker, m12-lifecycle) but these are internal cross-references without clear file paths. The content itself is reasonably structured with sections and tables, but no bundle files exist to support the references, and some content (like the full error code table and anti-patterns) could be split out.

2 / 3

Total

6

/

12

Passed

Description

62%

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 description excels at trigger term coverage and distinctiveness but completely fails to describe what the skill actually does. It reads more like a keyword index than a skill description—there are no concrete actions or capabilities listed. Adding explicit capability statements would significantly improve it.

Suggestions

Add concrete action descriptions before the keywords, e.g., 'Resolves Rust dependency issues, configures feature flags, sets up FFI bindings with C/Python/WASM, recommends crates for specific use cases, and troubleshoots Cargo workspace configurations.'

Restructure to separate 'what it does' from 'when to use it'—currently the entire description is trigger-focused with no capability explanation.

DimensionReasoningScore

Specificity

The description lists no concrete actions at all—it only provides trigger keywords and a vague 'integrating crates or ecosystem questions' phrase. There are no specific capabilities like 'resolve dependency conflicts', 'configure feature flags', or 'set up FFI bindings'.

1 / 3

Completeness

It has a 'Use when' clause addressing the 'when' question, but the 'what does this do' part is essentially absent—there are no concrete actions or capabilities described. The description is almost entirely trigger-oriented with no explanation of what the skill actually does.

2 / 3

Trigger Term Quality

Excellent coverage of natural trigger terms including error codes (E0425, E0433), tool names (PyO3, bindgen, napi-rs), file references (Cargo.toml), natural phrases ('best crate for', 'which crate to use'), and even Chinese-language equivalents. Users would naturally use many of these terms.

3 / 3

Distinctiveness Conflict Risk

The description is clearly scoped to Rust crate/ecosystem integration with very specific error codes, tool names, and domain terms. It would be unlikely to conflict with other skills due to the highly specific Rust ecosystem terminology.

3 / 3

Total

9

/

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

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
actionbook/rust-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.