CtrlK
BlogDocsLog inGet started
Tessl Logo

build-paths

Top-level router for the build-paths skill set. Asks the user one question (which path?), then dispatches to beginner/, intermediate/, or advanced/. Use when the user wants to scaffold an Oracle-AI-DB project but hasn't picked a difficulty yet.

65

Quality

79%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./build-paths/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

A tight, well-structured router skill body: verbatim prompts, an exact dispatch table, concrete prerequisite checks, and clear stop conditions, with excellent progressive-disclosure signaling to sibling references. The only gaps are minor: an implicit handoff mechanism and a slight step-ordering ambiguity in the prerequisites check.

DimensionReasoningScore

Conciseness

The body is efficient and assumes competence ("You are the entry point. Your only job is to pick which path's SKILL.md to hand off to"), and the large verbatim menu and bearer-token aside carry non-obvious, load-bearing detail; not a 5 because the prerequisites aside could be tightened slightly.

4 / 5

Actionability

It provides copy-paste-ready guidance: a verbatim prompt to print, an exact answer→path dispatch table, concrete verification commands (docker --version, python --version), and exact env-var/endpoint values; not a 5 because the "hand off to <path>/SKILL.md" mechanism is left implicit rather than spelled out as a concrete read-and-continue step.

4 / 5

Workflow Clarity

Steps 0–3 give a clear sequence with an explicit prerequisites validation checkpoint and stop-condition recovery paths (undecided → default intermediate; no API key → stop); not a 5 because Step 3 is numbered after the dispatch step despite being "before handoff," a minor ordering ambiguity.

4 / 5

Progressive Disclosure

It is a clean overview that signals one-level-deep references with conditional-load guidance ("build-paths/PLAN.md — only if the user asks 'what's the architecture?'", "You do not need to load the per-path references at this stage"), with content appropriately split into well-organized sections and easy navigation.

5 / 5

Total

17

/

20

Passed

Description

80%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 well-crafted router description that clearly states both its function (ask one question, dispatch to a named tier) and a concrete use-when trigger, with a distinct niche. Its main weakness is trigger-term breadth: the Oracle-AI-DB phrasing is jargon-heavy and lacks common synonyms.

DimensionReasoningScore

Specificity

"Asks the user one question (which path?), then dispatches to beginner/, intermediate/, or advanced/" names the domain and several concrete actions (ask one question, dispatch to three named tiers), with only minor coverage gaps; not a 5 because it does not enumerate what each path does.

4 / 5

Completeness

It explicitly answers both what ("Top-level router... Asks the user one question... dispatches to beginner/, intermediate/, or advanced/") and when ("Use when the user wants to scaffold an Oracle-AI-DB project but hasn't picked a difficulty yet") with a concrete trigger phrase.

5 / 5

Trigger Term Quality

"Use when the user wants to scaffold an Oracle-AI-DB project but hasn't picked a difficulty yet" supplies some natural trigger phrases, but leans on the niche jargon "Oracle-AI-DB" and omits common synonyms a user might actually say (e.g. "Oracle AI database", "RAG", "build an Oracle app").

3 / 5

Distinctiveness Conflict Risk

"Top-level router for the build-paths skill set" scoped to Oracle-AI-DB scaffolding with difficulty-tier triggers carves a clear niche with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

17

/

20

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

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
oracle-devrel/oracle-ai-developer-hub
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.