CtrlK
BlogDocsLog inGet started
Tessl Logo

client-side-routing

How to add routes without remounting the app shell. Use when adding a new route, fixing agent sidebar reloads on navigation, or choosing between `root.tsx` layout and pathless `_app.tsx` layout patterns.

72

Quality

90%

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 body is lean, actionable, and well-structured with concrete code patterns and a clear anti-pattern. Its only gap is the absence of an explicit verification checkpoint for confirming the app shell survives navigation.

Suggestions

Add an explicit verification checkpoint after 'Adding a New Route' (e.g. navigate between routes and confirm AgentSidebar/document tree persist without reload) to close the workflow-clarity validation gap.

Include a one-line check for the chat-first cold-chunk case (e.g. confirm the address bar and rendered view agree after a cold Vite navigation) so the operational caveat becomes a verifiable step.

DimensionReasoningScore

Conciseness

Lean and efficient with no padding of concepts Claude already knows; every section (Rule, Why, Hard Rule) earns its place and assumes competence, matching the 'lean and efficient' anchor.

5 / 5

Actionability

Provides copy-paste-ready code for both correct patterns, explicit file-naming conventions, and a labeled anti-pattern, covering the common cases fully.

5 / 5

Workflow Clarity

The 'Adding a New Route' section sequences per-pattern steps clearly, but lacks an explicit validation checkpoint (e.g. verifying persistent chrome survives navigation), fitting 'clear sequence with minor validation gaps'.

4 / 5

Progressive Disclosure

Well-organized sections with no need for external references, and the one-level-deep 'Related Skills' pointers are clearly signaled, satisfying the simple-skill exception for well-structured self-contained content.

5 / 5

Total

19

/

20

Passed

Description

87%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 concise, third-person, and clearly answers both what the skill does and when to use it with concrete triggers. It is slightly jargon-heavy in its trigger terms, leaving room for more natural synonyms.

DimensionReasoningScore

Specificity

Names several concrete actions (add routes without remounting, fix sidebar reloads, choose between root.tsx and pathless _app.tsx patterns) with minor coverage gaps, matching the 'lists several specific actions' anchor.

4 / 5

Completeness

Explicitly states what ('How to add routes without remounting the app shell') and when via a concrete 'Use when...' clause with three triggers, matching the anchor for clearly answering both what and when.

5 / 5

Trigger Term Quality

Includes natural phrases like 'adding a new route' and 'agent sidebar reloads on navigation' but leans on jargon (_app.tsx, root.tsx) and misses common synonyms, fitting 'good keyword coverage; a few natural terms missing'.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (client-side routing, app-shell remount avoidance) with specific file-pattern triggers and minimal overlap with other skills.

5 / 5

Total

18

/

20

Passed

Validation

81%

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

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

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

Warning

Total

13

/

16

Passed

Repository
BuilderIO/agent-native
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.