CtrlK
BlogDocsLog inGet started
Tessl Logo

real-time-sync

How to keep the UI in sync with agent changes via SSE plus polling fallback. Use when wiring query invalidation for new data models, debugging UI not updating, or understanding jitter prevention.

66

Quality

81%

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

75%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 delivers highly actionable, executable guidance for a specialized framework sync system with good section structure and cross-skill navigation. It is slightly redundant in restating the core mechanism and could offload some advanced sections to reference files.

Suggestions

Remove the repeated restatement of the core write→increment→refetch mechanism in How It Works step 5, since it duplicates the Rule and step 1.

Consider moving the Jitter Prevention and Granular server-side merge sections into reference files, keeping only a concise summary plus a one-level link in the body.

Tighten the Why section so it complements rather than re-narrates the mechanism already covered in the Rule.

DimensionReasoningScore

Conciseness

The body is mostly efficient and assumes framework competence, but the core mechanism ("when the agent writes, the version increments and the UI refetches") is restated across the Rule, Why, How It Works step 1, and step 5, which could be tightened.

3 / 5

Actionability

Multiple copy-paste-ready, fully executable code blocks with real imports and hooks (useDbSync, useChangeVersion, useReconciledState, subscribeSyncEvents) cover the common sync, list-refresh, and jitter cases.

5 / 5

Workflow Clarity

The five-step "How It Works" sequence is clear and a troubleshooting table provides error-recovery guidance, though there are no explicit validate-then-retry checkpoints (not strictly required for a non-destructive UI-sync skill).

4 / 5

Progressive Disclosure

Well-organized into clear sections with one-level-deep, clearly signaled cross-skill references (real-time-collab, storing-data, context-awareness), but the Jitter Prevention and Granular merge sections are inlined rather than split into reference files.

4 / 5

Total

16

/

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, concrete, and clearly states both what the skill does and when to use it with natural trigger phrases. It is highly distinct from sibling skills with minimal conflict risk.

DimensionReasoningScore

Specificity

Names the domain and several concrete actions — "SSE plus polling fallback", "query invalidation for new data models", "debugging UI not updating", "jitter prevention" — but stops just short of comprehensive coverage of the sync surface.

4 / 5

Completeness

Explicitly answers both what ("keep the UI in sync with agent changes via SSE plus polling fallback") and when ("Use when wiring query invalidation..., debugging UI not updating, or understanding jitter prevention") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural user-facing phrases like "UI not updating", "query invalidation", and "new data models" are present, with only minor synonym variations missing.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (agent-driven real-time UI sync) with distinctive triggers like "jitter prevention" and "query invalidation for new data models" that are unlikely to fire for unrelated 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.