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".
Install with Tessl CLI
npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill instantly-hello-world71
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
TypeScript client initialization
Correct SDK package
0%
100%
Named import syntax
0%
100%
Env var for API key
0%
100%
Client constructor shape
0%
100%
Async main function
100%
100%
main().catch pattern
46%
100%
Success console message
0%
100%
SDK in dependencies
0%
100%
Without context: $0.2773 · 59s · 16 turns · 15 in / 2,782 out tokens
With context: $0.3420 · 1m 1s · 23 turns · 56 in / 3,173 out tokens
Python client initialization
Correct Python module
100%
100%
Correct import statement
0%
100%
No-arg client constructor
100%
100%
Success console message
0%
100%
Package in requirements
100%
100%
Without context: $0.4158 · 1m 50s · 29 turns · 2,087 in / 5,565 out tokens
With context: $0.3329 · 1m 2s · 25 turns · 24 in / 3,183 out tokens
Error handling documentation
Import error coverage
0%
100%
npm list mentioned
0%
100%
pip show mentioned
0%
100%
Auth error coverage
100%
100%
Env var check for auth
66%
100%
Timeout error coverage
100%
100%
Timeout remediation
100%
100%
Rate limit coverage
100%
100%
Exponential backoff
100%
100%
Wait before retry
100%
100%
Without context: $0.4099 · 2m 24s · 18 turns · 18 in / 7,969 out tokens
With context: $0.4344 · 2m 1s · 21 turns · 53 in / 6,546 out tokens
Table of Contents
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.