CtrlK
BlogDocsLog inGet started
Tessl Logo

ideogram-hello-world

Create a minimal working Ideogram image generation 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", "first ideogram image".

65

Quality

79%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/saas-packs/ideogram-pack/skills/ideogram-hello-world/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

76%Weight 40%Scale 1-5

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

A highly actionable, well-organized hello-world skill with strong code examples and reference tables. Its main weakness is workflow clarity: external API calls lack explicit validation checkpoints and error-recovery feedback loops.

Suggestions

Add an explicit validation/feedback step to the workflow: check $IDEOGRAM_API_KEY is set before calling, verify HTTP status, and on 429 retry with backoff rather than just listing it in a table.

Collapse the three near-identical generate-and-download examples into one primary language with compact variants, or split the extra language examples into a referenced file to tighten the body.

Add a one-line pre-flight check (e.g., 'curl returns 401 → confirm API key') so the workflow has a concrete checkpoint between steps.

DimensionReasoningScore

Conciseness

Mostly efficient with concrete code in three languages plus compact reference/error tables and no concept over-explanation, but the three near-duplicate generate-and-download examples add some redundancy that could be trimmed.

4 / 5

Actionability

Fully executable, copy-paste ready curl, TypeScript, and Python examples plus a parameter quick-reference table, response shape, and error/cause/solution table covering the common cases.

5 / 5

Workflow Clarity

Steps are labeled (Step 1/2/3) but lack explicit validation checkpoints (no pre-flight API-key check, no HTTP-status verify before download in curl), and the network/batch-style API calls have no retry/feedback loop, which caps workflow clarity per the destructive/batch guideline.

3 / 5

Progressive Disclosure

Self-contained, well-sectioned file (Overview, Prerequisites, Instructions, reference tables, Output, Resources, Next Steps) with one-level external links and no bundle files; minor organization gaps from the three redundant code examples.

4 / 5

Total

16

/

20

Passed

Description

82%Weight 40%Scale 1-5

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 clear, well-structured description with explicit what/when guidance and natural trigger phrases. The only real gap is action specificity, which is somewhat thin relative to the comprehensive trigger and completeness coverage.

Suggestions

Expand the 'what' clause with 1-2 more concrete actions (e.g., 'generate images, download results, and inspect seed/resolution metadata') to lift specificity toward comprehensive coverage.

Consider adding a file-extension or format cue (e.g., '.png output') to round out trigger-term synonyms.

DimensionReasoningScore

Specificity

Names the domain and a couple concrete actions ('Create a minimal working Ideogram image generation example', 'image generation') but stops short of comprehensive action coverage; not first/second person so no voice penalty.

3 / 5

Completeness

Explicitly answers both 'what' (create a minimal working Ideogram image generation example) and 'when' (Use when starting a new integration, testing setup, or learning patterns) with concrete trigger phrases.

5 / 5

Trigger Term Quality

Lists five natural trigger phrases users would actually say ('ideogram hello world', 'ideogram example', 'ideogram quick start', 'simple ideogram code', 'first ideogram image'); good keyword coverage though a few synonyms/extensions are absent.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (Ideogram image generation) with distinct, brand-specific triggers and minimal overlap risk with other skills.

5 / 5

Total

17

/

20

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.