CtrlK
BlogDocsLog inGet started
Tessl Logo

docs

Start the Remotion docs site and open it in the Codex browser. Use when the user invokes /docs or $docs, asks to launch the local documentation site, or wants to preview docs changes in Docusaurus.

69

Quality

84%

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

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

Concise and highly actionable, with clean structure for a simple single-purpose skill. The main weakness is workflow clarity: the sequence lacks explicit validation checkpoints for build success and server readiness before proceeding to open the browser.

Suggestions

Add a validation checkpoint after 'bun i && bun run build' to confirm the build succeeded before starting the docs server.

Add a readiness check (e.g., wait for the 'compiled'/'listening' line or poll the URL) between starting the server and opening it in the browser.

Include a brief fallback for when the default port 3000 is occupied, mirroring the existing guidance to follow the printed URL.

DimensionReasoningScore

Conciseness

Lean body that assumes Claude's competence: it gives the exact commands and target URL with no padding or explanation of concepts Claude already knows; every line earns its place.

5 / 5

Actionability

Fully executable, copy-paste-ready commands ('bun i && bun run build', 'cd packages/docs && bun run start') plus a concrete default URL and a specific tool_lookup step for the browser control.

5 / 5

Workflow Clarity

Steps are numbered and sequenced, but there are no validation checkpoints (e.g., confirming the server is listening before opening the browser, or handling a build/install failure), which is a gap for a process that depends on prior steps succeeding.

3 / 5

Progressive Disclosure

A short single-purpose skill with no bundle files present; the body is well-organized into Overview/Workflow sections with no nested references, so the simple-skill exception applies and structure is clean.

5 / 5

Total

18

/

20

Passed

Description

83%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 clear, third-person description that states concrete actions and gives explicit trigger guidance with both slash/sigil invocations and natural phrases. It is concise, distinguishable, and answers both what and when, with only minor synonym/coverage gaps.

DimensionReasoningScore

Specificity

Names the domain (Remotion docs/Docusaurus) and several concrete actions (start the site, open it in the Codex browser, preview docs changes), with only minor coverage gaps such as the build step.

4 / 5

Completeness

Explicitly answers both 'what' (start the Remotion docs site and open it in the Codex browser) and 'when' ('Use when the user invokes /docs or $docs, asks to launch the local documentation site, or wants to preview docs changes in Docusaurus').

5 / 5

Trigger Term Quality

Includes natural user-facing triggers ('/docs', '$docs', 'launch the local documentation site', 'preview docs changes'); missing a few common synonyms like 'documentation' or 'Docusaurus preview' on its own.

4 / 5

Distinctiveness Conflict Risk

The Remotion/Codex/Docusaurus framing and the /docs invocation make it fairly distinct, though 'preview docs changes' could mildly overlap with a generic docs-editing skill.

4 / 5

Total

17

/

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.