CtrlK
BlogDocsLog inGet started
Tessl Logo

instantly-data-handling

Implement Instantly.ai lead data management, GDPR/CAN-SPAM compliance, and list operations. Use when handling lead imports, managing block lists, implementing unsubscribe flows, or ensuring compliance with email regulations. Trigger with phrases like "instantly leads", "instantly data", "instantly GDPR", "instantly block list", "instantly lead management", "instantly unsubscribe".

72

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

80%

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

The content is highly actionable and token-efficient — real executable TypeScript covering five operations plus reference tables. Its weakness is workflow safety and structure: destructive/batch operations lack validation checkpoints, and everything lives in one large inline file with no progressive disclosure.

Suggestions

Add explicit validation/verification checkpoints to destructive and batch flows — e.g., confirm a lead exists and log the deletion before removing it in the GDPR loop, and verify bulk-delete/block-list operations succeeded before reporting complete.

Split the API endpoint and error-handling tables into a bundled REFERENCE.md and link to it from the body, so the SKILL.md stays an overview and progressive disclosure can mature.

Wire the existing error-handling table into the workflows as inline feedback loops (catch -> consult table -> retry) rather than leaving it as a standalone reference.

DimensionReasoningScore

Conciseness

The body is almost entirely executable TypeScript with minimal prose; it assumes Claude's competence and avoids explaining basic concepts (e.g., it never defines GDPR or email), so each token earns its place rather than the padded score-1 or partly-redundant score-2 cases.

3 / 3

Actionability

Provides fully executable TypeScript with real client.request calls, concrete endpoints, typed interfaces, and a copy-paste-ready endpoint/error table, matching the score-3 'fully executable, copy-paste ready' anchor rather than pseudocode (score 2).

3 / 3

Workflow Clarity

Steps 1-5 are clearly sequenced and the import flow validates email format and block-list patterns, but the destructive/batch operations (GDPR deletion loop, bulk delete leads, bulk block-list seeding) lack verification checkpoints before or after execution, so the destructive-operations cap holds this at 2 rather than 3.

2 / 3

Progressive Disclosure

Sections are well organized, but the skill is a single ~336-line monolith with no bundle files and all API reference/error material inline rather than split into a REFERENCE.md, matching the score-2 'content that should be separate is inline' anchor instead of the cleanly split score-3 case.

2 / 3

Total

10

/

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 well-crafted: it states concrete capabilities, gives an explicit 'Use when' trigger, and brands every trigger term with 'instantly' to avoid conflict. Voice is correctly third person with no first/second-person penalty.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'lead data management', 'GDPR/CAN-SPAM compliance', 'list operations', 'lead imports', 'block lists', 'unsubscribe flows' — matching the score-3 anchor of multiple specific concrete actions rather than the score-2 anchor of domain plus only some actions.

3 / 3

Completeness

Explicitly answers both what ('Implement Instantly.ai lead data management, GDPR/CAN-SPAM compliance, and list operations') and when (an explicit 'Use when handling lead imports...' clause), satisfying the score-3 anchor and avoiding the missing-trigger cap at 2.

3 / 3

Trigger Term Quality

Provides natural, brand-prefixed triggers a user would actually say ('instantly leads', 'instantly data', 'instantly GDPR', 'instantly block list', 'instantly lead management', 'instantly unsubscribe'), giving good coverage rather than the partial coverage of score 2.

3 / 3

Distinctiveness Conflict Risk

Every trigger is prefixed with 'instantly', carving a clear niche unlikely to collide with other skills, matching the score-3 'clear niche with distinct triggers' anchor rather than the overlapping score-2 case.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-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.