CtrlK
BlogDocsLog inGet started
Tessl Logo

filesystem-context

This skill should be used when agent work needs file-backed context: durable scratchpads, tool-output offloading, just-in-time discovery, cross-agent handoff files, filesystem memory, or cleanup policies for context stored outside the prompt.

68

Quality

81%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

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

A well-organized, actionable multi-pattern skill with executable examples and a properly signaled reference file. The main weaknesses are mild over-explanation, inline code with undefined helpers, and partial duplication between the body and the reference.

Suggestions

Trim the explanatory "because…" justifications and the obvious opening paragraph about context windows being limited; assume Claude already knows this.

Replace inline pseudocode helpers (write_file, extract_summary, load_yaml, write_yaml) with either real implementations or explicit pointers to the reference file so examples are copy-paste ready.

Reduce the inline six-pattern catalog to overviews and move the full code into implementation-patterns.md to avoid duplication and let the body act as a lean overview.

DimensionReasoningScore

Conciseness

Largely efficient with tight inline code and clear structure, but recurring "because…" rationale clauses and somewhat obvious opening statements (e.g. "context windows are limited") could be trimmed without losing value.

4 / 5

Actionability

Provides concrete code and specific commands (e.g. `grep -A 5 "error" terminals/1.txt`), but inline examples rely on undefined helpers like `write_file`, `extract_summary`, `load_yaml`, and `write_yaml`, so they are not fully copy-paste ready.

4 / 5

Workflow Clarity

Each pattern has a clear sequence (write to file, return reference, grep to retrieve) and the self-modification pattern notes validation guards, but a few patterns lack explicit verification checkpoints.

4 / 5

Progressive Disclosure

A well-signaled one-level reference (`./references/implementation-patterns.md`) with "Read when:" triggers and a clear References section, but the inline six-pattern catalog partially duplicates the reference file rather than staying a pure overview.

4 / 5

Total

16

/

20

Passed

Description

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

A strong, specific description that clearly states both what the skill does and when to use it, with a comprehensive list of concrete capabilities. It could be sharpened with a few more natural-user trigger phrases and a brief disambiguation from adjacent context skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete capabilities — "durable scratchpads, tool-output offloading, just-in-time discovery, cross-agent handoff files, filesystem memory, or cleanup policies" — giving comprehensive coverage rather than a couple of generic actions.

5 / 5

Completeness

Explicitly answers both: the "what" is file-backed context with enumerated capabilities, and the "when" is the explicit clause "This skill should be used when agent work needs file-backed context".

5 / 5

Trigger Term Quality

Good keyword coverage of the domain (scratchpads, tool-output offloading, handoff files, filesystem memory), but the terms lean technical and a few natural variations a user might say are absent, stopping just short of comprehensive.

4 / 5

Distinctiveness Conflict Risk

The "file-backed context" niche with concrete sub-capabilities is mostly distinct, but there is minor overlap risk with adjacent context/memory skills that the description alone does not disambiguate.

4 / 5

Total

18

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
muratcankoylan/Agent-Skills-for-Context-Engineering
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.