CtrlK
BlogDocsLog inGet started
Tessl Logo

devtools

Register TanStack Table targets and inspect options, state, features, columns, rows, and row models with @tanstack/table-devtools. Load for missing connections, required unique table options.key, target replacement/cleanup, or an explicit request for production Devtools entrypoints.

74

Quality

93%

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.

A tight, actionable skill body with executable code, concrete mistake examples, and clean section organization. The only gap is the absence of an explicit validation checkpoint for the target-replacement workflow.

Suggestions

Add an explicit verification step after upsert (e.g. confirm the target registered under the expected key before relying on it) to close the validation gap in the replacement workflow.

Show how to detect/resolve a shared-key collision at runtime rather than only describing the wrong/correct key values.

Note the consequence of forgetting cleanup() (e.g. stale panel registration) to make the cleanup step's purpose explicit.

DimensionReasoningScore

Conciseness

The body is lean and assumes competence: no padding about what TanStack Table is or how libraries work, and every line (key-as-identity, no-op production semantics, registry behavior) earns its place, matching the lean anchor 5.

5 / 5

Actionability

Provides fully executable copy-paste Setup code (constructTable → upsertTableDevtoolsTarget → cleanup) plus concrete Wrong/Correct examples with real key values and specific .d.ts discovery paths, matching the fully-executable anchor 5.

5 / 5

Workflow Clarity

The register → cleanup sequence is clear and Common Mistakes serve as guardrails for the key-replacement scenario, but there is no explicit validate-then-proceed checkpoint, so it sits at anchor 4 rather than 5.

4 / 5

Progressive Disclosure

No bundle files are provided and none are needed; the skill is self-contained with well-organized sections (Setup, Core Patterns, Common Mistakes, API Discovery) and points the API surface to dist .d.ts files, with no nested or buried references.

5 / 5

Total

19

/

20

Passed

Description

92%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 specific, well-scoped description that explicitly states both capabilities and concrete trigger conditions in third-person voice. Slightly jargon-heavy on trigger phrasing, but otherwise strong.

DimensionReasoningScore

Specificity

Lists multiple concrete actions (register targets, inspect options/state/features/columns/rows/row models) plus specific load scenarios; comprehensive coverage matching the score-5 anchor rather than the minor-gaps anchor at 4.

5 / 5

Completeness

Clearly answers 'what' (register and inspect TanStack Table targets) and 'when' via the explicit 'Load for...' trigger guidance with concrete trigger phrases, so it is not subject to the missing-trigger cap of 3.

5 / 5

Trigger Term Quality

Good keyword coverage including natural phrases like 'missing connections' and 'production Devtools entrypoints', but the language leans technical (e.g. 'target replacement/cleanup', 'row models') and lacks common synonyms/extensions, placing it just below the comprehensive anchor 5.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (@tanstack/table-devtools) with highly specific triggers and minimal overlap risk with other skills.

5 / 5

Total

19

/

20

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
TanStack/table
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.