CtrlK
BlogDocsLog inGet started
Tessl Logo

conductor-manage

Manage track lifecycle: archive, restore, delete, rename, and cleanup

33

Quality

28%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/conductor-manage/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

14%

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

This skill is essentially a thin wrapper that defers all meaningful content to an external playbook that isn't provided in the bundle. The body lacks any concrete commands, code examples, file format specifications, or detailed workflows. For a skill covering multiple destructive operations (delete, cleanup), the absence of validation steps, specific procedures, and executable guidance is a significant weakness.

Suggestions

Add concrete, executable steps for each operation mode (archive, restore, delete, rename, cleanup) with specific commands or file manipulation instructions rather than deferring everything to the playbook.

Include explicit validation checkpoints and feedback loops for destructive operations (delete, cleanup), such as verifying backup existence before deletion and confirming track state after the operation.

Provide the referenced `resources/implementation-playbook.md` in the bundle, or inline the essential workflow details so the skill is self-contained enough to be actionable.

Remove generic boilerplate in the Limitations section and replace with skill-specific constraints (e.g., expected conductor/ directory structure, required files like tracks.md format).

DimensionReasoningScore

Conciseness

The skill is relatively brief but includes some unnecessary sections like 'Use this skill when' / 'Do not use this skill when' that are somewhat redundant with the description. The 'Limitations' section contains generic boilerplate that doesn't add value specific to this skill.

2 / 3

Actionability

The instructions are vague and abstract — 'Verify conductor/ structure,' 'Determine the operation mode,' 'Update tracks.md and metadata consistently' — without any concrete commands, code examples, file formats, or specific steps. It describes what to do rather than showing how to do it, and defers all real detail to a referenced playbook that isn't provided.

1 / 3

Workflow Clarity

Despite covering multiple destructive operations (delete, cleanup, archive), there are no sequenced steps, no validation checkpoints, and no feedback loops. The instruction to 'Confirm destructive actions before applying' is vague with no mechanism described. The entire workflow is essentially 'open the playbook,' which provides no standalone guidance.

1 / 3

Progressive Disclosure

The skill references `resources/implementation-playbook.md` but no bundle files are provided, meaning the reference is unverifiable and the skill is essentially hollow — it's a pointer to content that doesn't exist in the bundle. The SKILL.md itself contains almost no substantive content, making it a shell rather than a useful overview.

1 / 3

Total

5

/

12

Passed

Description

42%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description lists concrete actions effectively but suffers from ambiguity around the domain term 'track' and completely lacks explicit trigger guidance ('Use when...'). Without knowing what kind of 'track' is being managed and when this skill should be selected, Claude would struggle to reliably choose it from a pool of available skills.

Suggestions

Add a 'Use when...' clause specifying the context, e.g., 'Use when the user wants to archive, restore, delete, or rename tracks in their project.'

Clarify what 'track' refers to (e.g., audio track, Linear issue track, git branch) to reduce ambiguity and improve distinctiveness.

Include natural trigger terms users might say, such as specific file types, tool names, or common synonyms for the domain.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: archive, restore, delete, rename, and cleanup. These are clear, actionable verbs describing what the skill does.

3 / 3

Completeness

Describes what the skill does but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. Per rubric guidelines, a missing 'Use when...' clause caps completeness at 2, and the 'what' is also somewhat unclear due to the ambiguous 'track' term, warranting a score of 1.

1 / 3

Trigger Term Quality

Includes relevant action keywords like 'archive', 'restore', 'delete', 'rename', and 'cleanup', but the domain term 'track' is ambiguous (music track? project track? issue track?) and lacks natural user phrasing variations or file type references.

2 / 3

Distinctiveness Conflict Risk

The term 'track' is ambiguous and could overlap with music production, project management, or other domains. The specific action verbs help somewhat, but 'delete', 'rename', and 'cleanup' are generic operations that could apply to many skills.

2 / 3

Total

8

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
sickn33/antigravity-awesome-skills
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.