CtrlK
BlogDocsLog inGet started
Tessl Logo

audio-transcription

Transcribe local audio/video and Apple Voice Memos quickly with cached MLX Whisper models, including bad/low-quality audio.

72

Quality

87%

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

SKILL.md
Quality
Evals
Security

Quality

Content

92%

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

A highly actionable, concise, well-sequenced skill body with executable commands and a clear quality-check feedback loop. The main weakness is progressive disclosure: referenced helper scripts are not present in the bundle and the content relies on a hardcoded machine-specific path.

Suggestions

Ship transcribe-audio.py and precache-models.py in a scripts/ bundle directory, or replace the script invocations with the inline manual command template as the primary path.

Remove or generalize the hardcoded /Users/mitsuhiko/Development/... absolute path so the skill is portable; reference the skill directory generically.

DimensionReasoningScore

Conciseness

Lean and efficient: assumes Claude's competence with no preamble on what Whisper is, and every section (core rules, fast path, cached models, manual template, quality checks) earns its place.

3 / 3

Actionability

Provides fully executable commands — the helper script with flags, the direct mlx_whisper invocation with all hallucination-resistant flags, precache script, and cache verification — all copy-paste ready with useful variants.

3 / 3

Workflow Clarity

Multi-step process is sequenced (stage stable input, ensure cached model, run, detect hallucination loops, rerun if needed) with an explicit validation feedback loop in the Quality checks red-flag list.

3 / 3

Progressive Disclosure

Sections are well-organized, but the body references scripts (transcribe-audio.py, precache-models.py) and a hardcoded absolute user path that are not part of the provided bundle, leaving dangling navigation targets.

2 / 3

Total

11

/

12

Passed

Description

82%

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 names concrete capabilities and natural trigger terms within a distinct niche. Its main weakness is the absence of an explicit 'Use when...' trigger clause, capping completeness.

Suggestions

Add a 'Use when...' clause to the description, e.g. 'Use when the user asks to transcribe audio/video, Voice Memos, dictations, lectures, meeting recordings, or bad audio.'

Broaden trigger terms in the description to include common variations like 'dictation', 'lecture', and 'meeting recording' that currently appear only in the body.

DimensionReasoningScore

Specificity

Names multiple concrete capabilities: transcribe local audio/video, Apple Voice Memos, cached MLX Whisper models, and bad/low-quality audio handling — clearly enumerating several distinct actions rather than a vague domain.

3 / 3

Completeness

Clearly states what the skill does but lacks any 'Use when...' clause or explicit trigger guidance, which per the rubric caps completeness at 2.

2 / 3

Trigger Term Quality

Natural user-facing terms ('audio/video', 'Apple Voice Memos', 'bad/low-quality audio') align with how a user would phrase the need; coverage of the main use cases is good.

3 / 3

Distinctiveness Conflict Risk

The niche (local cached MLX Whisper transcription of Voice Memos and bad audio) is specific and unlikely to conflict with other skills.

3 / 3

Total

11

/

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
mitsuhiko/agent-stuff
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.