CtrlK
BlogDocsLog inGet started
Tessl Logo

instantly-hello-world

Create a minimal working Instantly.ai example with real API calls. Use when starting a new Instantly integration, testing your setup, or learning basic Instantly API v2 patterns. Trigger with phrases like "instantly hello world", "instantly example", "instantly quick start", "simple instantly code", "test instantly api".

68

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

77%

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

A strong, action-oriented hello-world skill: real endpoints, runnable curl, sequenced steps, and an error-recovery table. The main gaps are mild redundancy between the TypeScript and curl forms and a lack of any progressive-disclosure split despite a body longer than a minimal example.

Suggestions

Move the full TypeScript examples into a referenced script file (e.g. scripts/hello-world.ts) and keep only the curl quick-test inline to reduce duplication and shrink the body.

Trim STATUS_LABELS to the four documented statuses, or document the extra ones, so the code does not carry unexplained entries.

Add a one-line validation cue (e.g. 'expect a 200 and a non-empty campaign list; if 401, check INSTANTLY_API_KEY') so the run has an explicit success check.

DimensionReasoningScore

Conciseness

The body is mostly executable code with little conceptual padding, but the TypeScript and curl sections duplicate the same calls and STATUS_LABELS carries several statuses not documented in the inline comment, so it could be tightened.

2 / 3

Actionability

It provides concrete TypeScript hitting real Instantly v2 endpoints and a fully copy-paste curl quick-test section, all with specific request shapes.

3 / 3

Workflow Clarity

Steps 1–4 are clearly sequenced, a main() runner shows execution order, and an error→cause→solution table provides recovery feedback; the operations are read-only so no validation checkpoint is required.

3 / 3

Progressive Disclosure

Sections are well-organized (Overview, Prerequisites, Steps, Output, Error Handling, Resources, Next Steps), but all content is inline with no bundle references, and the body exceeds the ~50-line simple-skill threshold where inline-only would be ideal.

2 / 3

Total

10

/

12

Passed

Description

90%

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 well-constructed description with explicit trigger guidance, third-person voice, and clear domain scoping. Its only weakness is that the capability statement stays at the 'minimal example' level rather than naming the concrete API operations the skill actually performs.

Suggestions

Expand the capability sentence to list the concrete operations (e.g. 'list campaigns, check email account health, and pull campaign analytics') so specificity matches the body.

DimensionReasoningScore

Specificity

It names the domain ('Instantly.ai', 'Instantly API v2') and one concrete action ('Create a minimal working... example with real API calls'), but does not enumerate the multiple specific actions the skill performs (list campaigns, check account health, pull analytics).

2 / 3

Completeness

It explicitly states what the skill does and follows with an explicit 'Use when...' clause plus trigger phrases, answering both what and when.

3 / 3

Trigger Term Quality

Phrases like 'instantly hello world', 'instantly quick start', 'simple instantly code', and 'test instantly api' are natural terms a user would say when wanting a quick example.

3 / 3

Distinctiveness Conflict Risk

All triggers and the domain are scoped to 'instantly', giving it a clear niche unlikely to collide with other skills.

3 / 3

Total

11

/

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.