Create a minimal working Ideogram example. Use when starting a new Ideogram integration, testing your setup, or learning basic Ideogram API patterns. Trigger with phrases like "ideogram hello world", "ideogram example", "ideogram quick start", "simple ideogram code".
Install with Tessl CLI
npx tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill ideogram-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 setup
Correct package import
0%
100%
Named import style
0%
100%
Client constructor used
0%
100%
apiKey property
0%
100%
API key from env var
100%
100%
Async main function
100%
100%
main().catch pattern
0%
100%
Success console message
0%
100%
Without context: $0.3393 · 1m 20s · 27 turns · 25 in / 3,486 out tokens
With context: $0.4429 · 1m 27s · 28 turns · 26 in / 4,715 out tokens
Python client setup
Correct Python import
0%
0%
No import alias
0%
0%
Client with no args
0%
0%
No hardcoded credentials
100%
100%
Success console message
0%
100%
IdeogramClient class used
0%
0%
Without context: $0.2914 · 1m 25s · 22 turns · 20 in / 4,046 out tokens
With context: $0.4611 · 1m 35s · 28 turns · 60 in / 4,354 out tokens
Error handling and troubleshooting
Rate limit: exponential backoff
40%
100%
Rate limit: retry logic present
100%
100%
Import error: npm list diagnostic
0%
0%
Import error: pip show diagnostic
100%
100%
Auth error: env var check
100%
100%
No hardcoded credentials
100%
100%
Timeout: connectivity guidance
0%
100%
Troubleshooting doc present
100%
100%
Without context: $0.2214 · 1m 11s · 14 turns · 15 in / 4,000 out tokens
With context: $0.3846 · 1m 31s · 20 turns · 19 in / 5,339 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.