CtrlK
BlogDocsLog inGet started
Tessl Logo

nosql-expert

Expert guidance for distributed NoSQL databases (Cassandra, DynamoDB). Focuses on mental models, query-first modeling, single-table design, and avoiding hot partitions in high-scale systems.

53

Quality

60%

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

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/nosql-expert/SKILL.md

The canonical home for this skill is nosql-expert in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

50%Scale 1-5

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

This skill provides a solid conceptual overview of distributed NoSQL design patterns with good structure and useful mental models. Its main weaknesses are the lack of executable code examples (no CQL, no DynamoDB SDK calls, no CLI commands) and some verbosity in explaining concepts Claude already knows (SQL vs NoSQL basics, what joins are). The checklist is a good validation mechanism but lacks feedback loops for iterative refinement.

Suggestions

Add executable code examples: CQL CREATE TABLE statements for Cassandra patterns, and boto3/AWS CLI examples for DynamoDB single-table design and GSI creation.

Remove or significantly condense the 'Mental Shift' comparison table and 'When to Use' section — Claude already understands these foundational concepts.

Add a feedback loop to the Query-First Modeling process: e.g., 'After designing tables, simulate each access pattern query. If any requires a scan or ALLOW FILTERING, revisit step 2.'

Consider splitting Cassandra-specific and DynamoDB-specific guidance into separate referenced files to allow for more detailed, actionable content for each technology.

DimensionReasoningScore

Conciseness

The skill contains some unnecessary explanations that Claude would already know (e.g., the 'When to Use' section, explaining what SQL joins are, explaining that storage is cheap). The comparison table and 'Mental Shift' section, while informative, explain concepts Claude already understands. However, the domain-specific patterns and anti-patterns are genuinely useful additions.

3 / 5

Actionability

The skill provides conceptual guidance and design patterns with concrete examples (like the single-table design table), but lacks executable code or commands. There are no CQL queries, no DynamoDB SDK examples, no CLI commands, and no copy-paste ready snippets. The checklist and anti-patterns are useful but remain at the conceptual level rather than providing specific implementation steps.

3 / 5

Workflow Clarity

The Query-First Modeling section provides a 3-step process, and the Expert Checklist provides validation checkpoints. However, there are no feedback loops or error recovery steps. For a design-oriented skill this is somewhat acceptable, but the checklist lacks guidance on what to do when a check fails, and there's no iterative refinement workflow described.

3 / 5

Progressive Disclosure

The content is well-structured with clear headers and logical sections, but everything is inlined in a single file. The Cassandra and DynamoDB specific sections could benefit from being split into separate reference files. There are no references to external files, and at ~120 lines the content is borderline for needing separation but the DynamoDB and Cassandra sections could be more detailed if split out.

3 / 5

Total

12

/

20

Passed

Description

70%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 clearly identifies its domain and lists specific techniques, making it distinctive and reasonably specific. However, it lacks an explicit 'Use when...' clause, which is critical for Claude to know when to select this skill. The framing as 'expert guidance' is somewhat passive compared to action-oriented descriptions.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks about NoSQL data modeling, partition key design, Cassandra or DynamoDB schema decisions, or scaling distributed databases.'

Reframe from passive 'guidance' to active verbs: 'Designs partition strategies, reviews data models, optimizes query patterns for distributed NoSQL databases.'

DimensionReasoningScore

Specificity

Lists several specific concepts: mental models, query-first modeling, single-table design, avoiding hot partitions. These are concrete techniques, though it says 'guidance' rather than specific actions like 'designs schemas' or 'reviews partition keys'.

4 / 5

Completeness

Has a clear 'what' (expert guidance for distributed NoSQL databases with specific focus areas) but no explicit 'when' clause. There's no 'Use when...' or equivalent trigger guidance, which caps this at 3 per the rubric.

3 / 5

Trigger Term Quality

Includes strong natural keywords: 'Cassandra', 'DynamoDB', 'NoSQL', 'partition', 'single-table design', 'query-first'. Missing some common variations like 'partition key', 'data modeling', 'schema design', 'wide column', 'key-value store', or 'ScyllaDB'.

4 / 5

Distinctiveness Conflict Risk

Very distinct niche: distributed NoSQL databases with specific named technologies (Cassandra, DynamoDB) and specific techniques (single-table design, hot partitions). Unlikely to conflict with other skills.

5 / 5

Total

16

/

20

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-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.