CtrlK
BlogDocsLog inGet started
Tessl Logo

tanstack-ai-memory-redis

Use when wiring redis() from @tanstack/ai-memory/redis in production — covers client setup (ioredis or node-redis via fromNodeRedis), the storage model, client-side ranking limits, and troubleshooting.

80

Quality

100%

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

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a lean, executable integration guide: two complete setup code paths, a concrete storage model, stated ranking limits, and practical troubleshooting. It respects Claude's intelligence, stays actionable, and is well-organized for a single-file skill.

DimensionReasoningScore

Conciseness

Lean and dense with useful specifics (lexical + optional cosine + recency + importance, concrete key shapes); it never lectures on concepts Claude already knows and every section earns its place.

3 / 3

Actionability

Provides fully executable, copy-paste-ready TypeScript for both ioredis and node-redis options, plus concrete remediation guidance (delete the offending record key) rather than vague direction.

3 / 3

Workflow Clarity

A single-purpose integration skill whose setup sequence (create client -> wrap if needed -> pass to redis() -> memoryMiddleware) is unambiguous, with clear troubleshooting remediation and no destructive batch operation requiring a validation loop.

3 / 3

Progressive Disclosure

Under 50 lines with no external references needed and well-organized sections (Setup Option A/B, Storage model, Ranking limits, Troubleshooting), satisfying the simple-skill exception for progressive disclosure.

3 / 3

Total

12

/

12

Passed

Description

100%

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 specific, well-triggered, and complete: it names the exact package and function, lists concrete capabilities, and pairs an explicit 'Use when' trigger with a clear what-it-covers statement. It is highly distinct and unlikely to conflict with other skills.

DimensionReasoningScore

Specificity

Names the exact package and function (@tanstack/ai-memory/redis, redis()) plus multiple concrete capabilities (ioredis/node-redis via fromNodeRedis, storage model, ranking limits, troubleshooting), matching the anchor for listing multiple specific concrete actions.

3 / 3

Completeness

Explicit 'Use when wiring redis()...' gives the when, and 'covers client setup... the storage model... ranking limits... and troubleshooting' gives the what, clearly answering both.

3 / 3

Trigger Term Quality

Includes natural domain terms a developer would say when integrating this (redis, ioredis, node-redis, @tanstack/ai-memory/redis) with good coverage of the relevant variants.

3 / 3

Distinctiveness Conflict Risk

A clear niche scoped to one exact package's Redis adapter with distinct, specific triggers, making it unlikely to fire for the wrong skill.

3 / 3

Total

12

/

12

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
TanStack/ai
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.