CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

instantly-hello-world

tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill instantly-hello-world
github.com/jeremylongshore/claude-code-plugins-plus-skills

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

Review Score

66%

Validation Score

11/16

Implementation Score

42%

Activation Score

90%

SKILL.md
Review
Evals

Generated

Validation

Total

11/16

Score

Passed
CriteriaScore

description_voice

'description' should use third person voice; found second person: 'your '

allowed_tools_field

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

metadata_version

'metadata' field is not a dictionary

frontmatter_unknown_keys

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

body_steps

No step-by-step structure detected (no ordered list); consider adding a simple workflow

Implementation

Suggestions 4

Score

42%

Overall Assessment

This skill has good structure and organization but fails at its core purpose - providing a working hello world example. The code snippets are incomplete templates rather than executable examples, which defeats the purpose of a 'minimal working example'. The error handling table is useful but the actual implementation guidance is too vague to be actionable.

Suggestions

  • Replace placeholder comments with actual API calls (e.g., fetching campaigns, listing accounts, or another simple read operation) that demonstrate a complete working example
  • Add a validation step after client initialization to confirm the connection works before proceeding
  • Remove the duplicate TypeScript code block in the Examples section since it's identical to Steps 2-3
  • Show the expected API response structure so users can verify their implementation is correct
DimensionScoreReasoning

Conciseness

2/3

Contains some redundancy - the TypeScript example is duplicated in both Step 2/3 and the Examples section. The structure is reasonable but could be tightened by removing duplicate code blocks.

Actionability

1/3

The code examples are incomplete placeholders with '// Your first API call here' comments instead of actual executable API calls. A hello world should show a real working API call, not a template to fill in.

Workflow Clarity

2/3

Steps are listed sequentially but lack validation checkpoints. There's no way to verify the setup works until the end, and the 'Make Your First API Call' step doesn't actually contain a real API call to execute.

Progressive Disclosure

3/3

Good structure with clear sections, appropriate external references to documentation and next steps. Content is well-organized for a simple skill with one-level-deep references.

Activation

Suggestions 1

Score

90%

Overall Assessment

This is a well-structured skill description with excellent trigger terms and completeness. The explicit 'Use when' clause and trigger phrases make it easy for Claude to select appropriately. The main weakness is that the specific capabilities could be more concrete - it describes the purpose but not the specific actions performed.

Suggestions

  • Add specific concrete actions like 'Creates authentication boilerplate, sends test API requests, demonstrates campaign creation' to improve specificity
DimensionScoreReasoning

Specificity

2/3

Names the domain (Instantly integration) and mentions some actions (testing setup, learning API patterns), but lacks concrete specific actions like 'authenticate', 'send campaign', or 'fetch leads'.

Completeness

3/3

Clearly answers both what ('Create a minimal working Instantly example') and when ('Use when starting a new Instantly integration, testing your setup, or learning basic Instantly API patterns') with explicit trigger guidance.

Trigger Term Quality

3/3

Explicitly lists natural trigger phrases users would say: 'instantly hello world', 'instantly example', 'instantly quick start', 'simple instantly code' - good coverage of variations.

Distinctiveness Conflict Risk

3/3

Very specific niche targeting Instantly API specifically with distinct triggers like 'instantly hello world' and 'instantly example' - unlikely to conflict with other skills.