CtrlK
BlogDocsLog inGet started
Tessl Logo

sns

AWS SNS notification service for pub/sub messaging. Use when creating topics, managing subscriptions, configuring message filtering, sending notifications, or setting up mobile push.

Install with Tessl CLI

npx tessl i github:itsmostafa/aws-agent-skills --skill sns
What are skills?

85

Does it follow best practices?

Agent success when using this skill

Validation for skill structure

SKILL.md
Review
Evals

Discovery

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.

This is a well-crafted skill description that follows best practices. It uses third person voice, provides specific concrete actions, includes a clear 'Use when...' clause with natural trigger terms, and is distinctly scoped to AWS SNS functionality. The description effectively differentiates itself from other AWS or messaging-related skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'creating topics, managing subscriptions, configuring message filtering, sending notifications, setting up mobile push' - these are distinct, actionable capabilities.

3 / 3

Completeness

Clearly answers both what ('AWS SNS notification service for pub/sub messaging') and when ('Use when creating topics, managing subscriptions, configuring message filtering, sending notifications, or setting up mobile push') with explicit trigger guidance.

3 / 3

Trigger Term Quality

Includes natural keywords users would say: 'SNS', 'topics', 'subscriptions', 'notifications', 'mobile push', 'pub/sub messaging', 'message filtering' - good coverage of terms someone working with AWS messaging would use.

3 / 3

Distinctiveness Conflict Risk

Highly specific to AWS SNS with distinct triggers like 'topics', 'subscriptions', 'pub/sub', and 'mobile push' - unlikely to conflict with other AWS services or generic notification skills due to SNS-specific terminology.

3 / 3

Total

12

/

12

Passed

Implementation

64%

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

This is a solid, actionable AWS SNS reference with excellent code examples in both CLI and Python. The main weaknesses are verbosity in explaining basic concepts Claude already knows, and the monolithic structure that could benefit from splitting detailed reference material into separate files. Workflow clarity could be improved with explicit validation steps.

Suggestions

Remove or significantly condense the Core Concepts section - Claude knows what SNS topics and subscription protocols are

Add validation checkpoints to workflows, e.g., verify subscription status after creating, confirm message delivery in fan-out pattern

Split CLI Reference tables and detailed filter policy examples into separate reference files, keeping only essential patterns in the main skill

DimensionReasoningScore

Conciseness

The skill is mostly efficient with good code examples, but includes some unnecessary explanations like the Core Concepts section explaining what topics are ('Named channels for publishing messages') and basic protocol descriptions that Claude already knows.

2 / 3

Actionability

Excellent executable code examples throughout - both AWS CLI and boto3 with complete, copy-paste ready commands. Filter policy examples, fan-out patterns, and troubleshooting all include concrete, runnable code.

3 / 3

Workflow Clarity

The troubleshooting section provides good diagnostic steps, but the main workflows lack explicit validation checkpoints. For example, the fan-out pattern doesn't verify subscriptions were created successfully before publishing, and there's no guidance on confirming message delivery.

2 / 3

Progressive Disclosure

Has a table of contents and logical sections, but the document is quite long (~350 lines) with all content inline. The CLI Reference tables and extensive filter policy examples could be split into separate reference files, with the main skill focusing on quick-start patterns.

2 / 3

Total

9

/

12

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

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.