CtrlK
BlogDocsLog inGet started
Tessl Logo

redis-clustering

Redis Cluster and replication guidance covering hash tags for multi-key operations, avoiding CROSSSLOT errors, and reading from replicas to scale read-heavy workloads. Use when designing keys for a sharded Redis Cluster, debugging CROSSSLOT errors on MGET / SDIFF / pipelines, configuring a multi-key transaction in a cluster, or routing reads to replicas for caches, analytics, or dashboards.

75

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

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

Well-structured, actionable guidance with executable examples and clean progressive disclosure into reference files. Slightly verbose in its framing prose but otherwise strong.

Suggestions

Trim the explanatory framing in the intro ('the two failure modes that bite most new cluster users') and the slot-count mechanics sentence to improve conciseness.

Consider moving the 'Rules of thumb' bullets for hash tags into the references/hash-tags.md detail file to keep the overview leaner.

DimensionReasoningScore

Conciseness

Mostly efficient with tight code examples, but includes some explanatory prose (e.g. the slot-count/hashing mechanics sentence and the 'two failure modes that bite most new cluster users' framing) that could be trimmed.

4 / 5

Actionability

Provides fully executable, copy-paste ready Python examples for both hash-tag key design and replica-read configuration, plus concrete rules of thumb covering the common cases.

5 / 5

Workflow Clarity

Clearly sequenced topical sections (When to apply, Hash tags, Read replicas) with rules of thumb; this is design guidance rather than a destructive multi-step workflow, so no validation loop is required, keeping it just below a 5.

4 / 5

Progressive Disclosure

Clear overview body with well-signaled, one-level-deep references to real files (references/hash-tags.md and references/read-replicas.md, both verified present), making navigation easy.

5 / 5

Total

18

/

20

Passed

Description

100%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 strong, specific description that clearly states what the skill does and when to use it with concrete trigger phrases. It is concise yet comprehensive with minimal conflict risk.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — hash tags for multi-key ops, avoiding CROSSSLOT errors, and reading from replicas — giving comprehensive coverage of the skill's capabilities.

5 / 5

Completeness

Explicitly answers both 'what' (Redis Cluster and replication guidance covering hash tags, CROSSSLOT avoidance, replica reads) and 'when' (Use when designing keys, debugging CROSSSLOT, configuring transactions, routing reads to replicas) with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural terms users would say are covered comprehensively, including CROSSSLOT, MGET / SDIFF / pipelines, designing keys, multi-key transactions, and replica reads for caches/analytics/dashboards.

5 / 5

Distinctiveness Conflict Risk

Highly specific niche (sharded Redis Cluster, CROSSSLOT, MGET/SDIFF) with distinct triggers and minimal overlap risk against other skills.

5 / 5

Total

20

/

20

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
redis/agent-skills
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.