CtrlK
BlogDocsLog inGet started
Tessl Logo

convert

Start the local @remotion/convert app and open it in the Codex browser. Use when the user invokes /convert or $convert, asks to launch convert.remotion.dev locally, or wants to inspect the Convert package UI.

74

Quality

91%

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

93%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.

The content is an efficient, actionable single-purpose skill with clean structure and no padding. Its only weakness is the lack of an explicit server-ready validation checkpoint before browser navigation.

Suggestions

Add an explicit readiness check before step 4 (e.g., 'Wait for Vite to print the local URL confirming the server is ready') to give a clear validation checkpoint.

Briefly note how to confirm whether a server was already running vs. freshly started, so step 5's reported status is verifiable rather than assumed.

Mention stopping/restarting the dev server if the port or build changes, to close the loop on the workflow.

DimensionReasoningScore

Conciseness

The body is lean: short overview plus a 5-step workflow with two command blocks and no padding or explanation of concepts Claude already knows; every token earns its place.

5 / 5

Actionability

Steps include copy-paste-ready commands ('bun i && bun run build', 'cd packages/convert && bun run dev') and a concrete default URL with a fallback rule, covering the common case fully.

5 / 5

Workflow Clarity

The 5-step sequence is clear with a server-output feedback cue (read the printed URL), but there is no explicit validation/checkpoint confirming the server is ready before opening the browser, leaving a minor validation gap.

4 / 5

Progressive Disclosure

A simple, under-50-line single-purpose skill with no bundle files and well-organized Overview/Workflow sections; per the simple-skill guidance this scores 5.

5 / 5

Total

19

/

20

Passed

Description

90%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.

The description is strong: it states concrete actions, includes explicit and varied trigger phrases, and is tightly scoped to the Convert app. Minor gap is the omitted build-prep action, which keeps specificity at 4 rather than 5.

DimensionReasoningScore

Specificity

Concrete actions are named ('Start the local @remotion/convert app and open it in the Codex browser'), but only two actions are specified with minor gaps (build/prep step omitted from the description), fitting the 'several specific actions; minor gaps' anchor.

4 / 5

Completeness

It explicitly answers both what ('Start the local @remotion/convert app and open it in the Codex browser') and when ('Use when the user invokes /convert or $convert...') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

It covers natural user phrasings including '/convert', '$convert', 'launch convert.remotion.dev locally', and 'inspect the Convert package UI' — comprehensive coverage of how a user would actually invoke it.

5 / 5

Distinctiveness Conflict Risk

The @remotion/convert-specific and Codex-browser-specific triggers carve a clear niche with minimal overlap against other skills.

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
remotion-dev/remotion
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.