CtrlK
BlogDocsLog inGet started
Tessl Logo

axiom-media

Use when working with camera, photos, audio, haptics, ShazamKit, or Now Playing. Covers AVCaptureSession, PHPicker, PhotosPicker, AVFoundation, Core Haptics, audio recognition, MediaPlayer, CarPlay, MusicKit.

69

Quality

85%

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

70%

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

A well-architected router skill with strong progressive disclosure and clear routing workflows, weakened only by triple-stated routing that hurts conciseness and a body that delegates most executable detail to referenced files.

Suggestions

Collapse the duplicated routing: keep either the Quick Reference table or the dot decision tree plus numbered list, not all three, to cut redundant tokens.

Inline one tiny executable snippet per high-traffic domain (e.g. a minimal AVCaptureSession start or Core Haptics pattern) so the body is actionable without always leaving the file.

Move the heavy inline OS27/iOS27 version tagging into a dedicated 'OS 27 additions' subsection to reduce noise in the main routing.

DimensionReasoningScore

Conciseness

The body is dense and largely efficient, but the routing is restated three times (Quick Reference table, the dot decision tree, and the numbered list), introducing redundant tokens; the inline OS27 version tags also add noise.

2 / 3

Actionability

Routing pointers are concrete (See `skills/camera-capture.md`) and a few inline gotchas give specific APIs, but the body itself contains almost no executable code — guidance is largely 'go read another file' rather than copy-paste-ready instructions.

2 / 3

Workflow Clarity

The decision tree plus numbered list give an unambiguous 'which feature -> which file' sequence, and the Cross-Domain Routing and auditor sections provide clear handling for combined/edge cases with an explicit validation/audit checkpoint.

3 / 3

Progressive Disclosure

This is exemplary one-level-deep disclosure: an overview body with a well-signaled table and decision tree pointing to clearly named reference paths, with no nested 'see X which says see Y' chains.

3 / 3

Total

10

/

12

Passed

Description

100%

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 is a strong description: concise, trigger-rich, and concrete about the API surface it covers. It cleanly satisfies the 'what' and 'when' requirements with natural vocabulary.

DimensionReasoningScore

Specificity

The description enumerates many concrete API names and domains (AVCaptureSession, PHPicker, PhotosPicker, AVFoundation, Core Haptics, MediaPlayer, CarPlay, MusicKit) rather than vague abstractions.

3 / 3

Completeness

It explicitly answers both 'when' (Use when working with...) and 'what' (Covers...) with explicit trigger guidance, satisfying the top anchor.

3 / 3

Trigger Term Quality

It opens with natural user-facing terms (camera, photos, audio, haptics, ShazamKit, Now Playing) that a user would naturally say when needing this skill.

3 / 3

Distinctiveness Conflict Risk

It carves a clear media-only niche with distinct triggers (camera/audio/haptics/ShazamKit/CarPlay) that are unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Repository
CharlesWiltgen/Axiom
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.