CtrlK
BlogDocsLog inGet started
Tessl Logo

minutes-cleanup

Manage old recordings — find large files, archive old meetings, delete processed originals. Use when the user says "clean up recordings", "how much space are meetings using", "delete old recordings", "archive meetings", "manage meeting storage", or asks about disk space from minutes.

76

Quality

95%

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

The canonical home for this skill is minutes-cleanup in silverstein/minutes

SKILL.md
Quality
Evals
Security

Quality

Content

96%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 tightly written, executable, safety-conscious skill body: preview-then-confirm gating protects irreversible audio deletion, and the Gotchas add high-value non-obvious detail. The only gap is lack of any progressive-disclosure structure for the longer-than-simple body.

DimensionReasoningScore

Conciseness

Command-first and lean; framing prose (e.g., 'After transcription, the original audio files are no longer needed') earns its place by explaining why cleanup is safe rather than padding with concepts Claude already knows.

5 / 5

Actionability

Fully executable, copy-paste-ready commands throughout (e.g., 'minutes cleanup --older-than 14d --apply', 'find ~/meetings -maxdepth 1 -name "*.md" -mtime +90 -exec mv {} ~/meetings/archive/ \;') covering the common cases.

5 / 5

Workflow Clarity

Destructive/batch operations have explicit validation checkpoints — 'Cleanup is preview-only unless --apply', 'Only apply cleanup after showing the preview and getting explicit confirmation' — satisfying the destructive-operation feedback-loop requirement.

5 / 5

Progressive Disclosure

Single well-sectioned SKILL.md with no nested references, but at ~90 lines it exceeds the simple-skill (<50 line) threshold and has no one-level-deep references that would justify a 5.

4 / 5

Total

19

/

20

Passed

Description

95%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 description: concise, third-person, with concrete actions and an explicit, multi-phrase 'Use when' trigger clause. Slightly short of fully comprehensive action coverage but otherwise excellent.

DimensionReasoningScore

Specificity

Names the domain and three concrete actions ('find large files, archive old meetings, delete processed originals'), which is several specific actions but not the comprehensive coverage (no pinning, state cleanup, logs) that the 5 anchor requires.

4 / 5

Completeness

Explicitly answers both what ('Manage old recordings — find large files, archive old meetings, delete processed originals') and when via a concrete 'Use when the user says...' clause with multiple trigger phrases.

5 / 5

Trigger Term Quality

Lists many natural user phrases with synonyms ('clean up recordings', 'how much space are meetings using', 'delete old recordings', 'archive meetings', 'manage meeting storage', 'disk space from minutes'), giving comprehensive coverage of how a user would actually ask for this.

5 / 5

Distinctiveness Conflict Risk

Scoped to the Minutes recording/meeting niche with distinct triggers ('recordings', 'meetings', 'disk space from minutes'), keeping conflict risk with generic disk-cleanup skills minimal.

5 / 5

Total

19

/

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
silverstein/minutes
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.