CtrlK
BlogDocsLog inGet started
Tessl Logo

storing-and-querying-vectors

Store and query vector embeddings using Amazon S3 Vectors, a cost-effective long-term vector storage service with its own API namespace (s3vectors). Triggers on: create S3 vector bucket, vector index, store embeddings, semantic search, RAG vector storage, similarity search, vector database, migrate from other vector databases. Do NOT use for: querying tabular data (use querying-data-lake), S3 object storage, or hundreds/thousands of sustained QPS (use OpenSearch).

79

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.

A well-engineered skill body: concise, fully actionable with real commands, a sequenced workflow with validation checkpoints and error-recovery feedback loops, and clean progressive disclosure to two verified reference files.

DimensionReasoningScore

Conciseness

Lean and directive — assumes Claude's competence, explaining no basic concepts (what vectors/embeddings are) and padding nothing; every section earns its place with constraints and commands. Not a level-2 because there is no unnecessary explanation to tighten.

3 / 3

Actionability

Fully executable AWS CLI commands with real parameters and copy-paste-ready examples, plus concrete parsing code ('json.load(open(...))["embedding"]'). Not level 2 because no pseudocode or missing key details.

3 / 3

Workflow Clarity

Clearly sequenced Steps 1-6 with a pre-flight checklist ('confirm ALL with user'), dependency verification in Step 1, and a troubleshooting feedback table covering retry/backoff and destructive-op confirmation ('delete/recreate index -- destroys all vectors').

3 / 3

Progressive Disclosure

Clear overview body pointing to two real, one-level-deep reference files (references/limits-and-patterns.md, references/metadata-filtering.md), each signaled inline and summarized in Additional Resources. Not level 2 because references are well-signaled and content is appropriately split.

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.

A high-quality description: third-person voice, concrete actions, natural trigger terms, and explicit positive and negative usage guidance. It distinguishes itself clearly from neighboring data and search skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Store and query vector embeddings', 'create S3 vector bucket, vector index, store embeddings, semantic search, RAG vector storage, similarity search, vector database, migrate' — rather than vague language.

3 / 3

Completeness

Explicitly answers both what ('Store and query vector embeddings using Amazon S3 Vectors...') and when ('Triggers on: ...'), plus a 'Do NOT use for' clause — the strongest anchor for completeness.

3 / 3

Trigger Term Quality

Strong coverage of natural terms a user would say — 'vector database', 'semantic search', 'similarity search', 'RAG vector storage', 'store embeddings', 'migrate from other vector databases'.

3 / 3

Distinctiveness Conflict Risk

Clear niche (S3 Vectors / s3vectors namespace) with explicit negative triggers routing to other skills ('use querying-data-lake', 'use OpenSearch'), making conflict with adjacent skills unlikely.

3 / 3

Total

12

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
aws/agent-toolkit-for-aws
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.