CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-filesystem

Use when agents need persistent shared storage, when saving or restoring workspace state, or when coordinating file access across multiple agents and machines. Creates Redis-backed workspaces, checkpoints and restores agent state, mounts shared filesystems locally, searches workspace contents, and forks workspaces for parallel work.

86

Quality

100%

Does it follow best practices?

Impact

100%

Average score across 1 eval scenario

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-3

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

A tight, well-structured skill body: executable bash in every flow, inline verification checkpoints after risky operations, and a clean overview that defers detail to one-level-deep references. It reads as token-efficient and immediately actionable.

DimensionReasoningScore

Conciseness

The body is lean: a one-sentence intro, terse Use/Avoid lists, copy-paste command blocks, and a Key Points list, with no explanation of Redis or basic filesystem concepts Claude already knows. It earns the level-3 'lean and efficient' anchor rather than level-2 because nothing obvious could be cut.

3 / 3

Actionability

Every flow gives complete, executable commands such as './afs ws mount my-project ~/my-project' and './afs fs grep --workspace my-project -E "timeout|retry"' with real flags, matching the level-3 copy-paste-ready anchor rather than pseudocode at level 2.

3 / 3

Workflow Clarity

Each Common Flow is sequenced with inline verification comments ('# verify the workspace exists', '# verify the mount is active', '# confirm the restore completed', '# verify the fork appears'), giving explicit checkpoints for checkpoint/fork/mount operations and matching the level-3 anchor.

3 / 3

Progressive Disclosure

SKILL.md is a concise overview with a clearly signaled, one-level-deep 'Further Reading' section listing agent guide, CLI reference, and MCP reference each with a one-line description, matching the level-3 well-organized-structure anchor; no nested or deep reference chains are present.

3 / 3

Total

12

/

12

Passed

Description

100%Weight 40%Scale 1-3

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, third-person description that names a distinct niche, enumerates concrete capabilities, and opens with an explicit 'Use when' trigger covering natural user phrasing. It hits every dimension at the top of the scale with no fluff.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Creates Redis-backed workspaces, checkpoints and restores agent state, mounts shared filesystems locally, searches workspace contents, and forks workspaces for parallel work' — matching the level-3 anchor of multiple specific actions rather than the level-2 single-domain phrasing.

3 / 3

Completeness

Explicitly answers both halves: an explicit 'Use when ...' trigger clause and a concrete 'what' list of capabilities, matching the level-3 anchor; it is not capped at 2 because the when-guidance is explicit rather than implied.

3 / 3

Trigger Term Quality

Natural user-facing triggers are well covered: 'persistent shared storage', 'saving or restoring workspace state', 'coordinating file access across multiple agents and machines' — phrases a user would plausibly say, not just internal jargon.

3 / 3

Distinctiveness Conflict Risk

The 'Redis-backed workspaces' niche with persistent shared storage triggers is a clear, narrow domain unlikely to fire for unrelated skills, matching the level-3 distinct-niche anchor.

3 / 3

Total

12

/

12

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
redis/agent-filesystem
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.