CtrlK
BlogDocsLog inGet started
Tessl Logo

ideogram-core-workflow-a

Execute Ideogram primary workflow: text-to-image generation with text rendering. Use when generating images from text prompts, creating designs with embedded text, or building the main image generation pipeline. Trigger with phrases like "ideogram generate image", "ideogram text to image", "create image with ideogram", "ideogram primary workflow".

65

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./plugins/saas-packs/ideogram-pack/skills/ideogram-core-workflow-a/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%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.

The body is highly actionable with complete, executable code for both API versions, but the batch workflow lacks explicit validation/feedback loops and substantial reference data is inlined rather than split into reference files.

Suggestions

Add an explicit validation/verification checkpoint to the batch workflow (e.g. check each image's safety status and success, retry on 429/422) so the batch operation has a validate-fix-retry loop.

Move the 50+ V3 style presets and the parameter/enum tables into a reference file (e.g. references/style-presets.md) and link to it from SKILL.md, keeping the main file as a lean overview.

Tighten the Overview and use-case table to only non-obvious guidance, trimming any content Claude could derive, to push conciseness toward 5.

DimensionReasoningScore

Conciseness

The body assumes Claude's competence (no 'what is an image API' padding) and the Overview adds genuinely useful domain context (Ideogram's text-rendering edge); the inline enumeration of 50+ style presets is bulk reference data that could be trimmed or moved, keeping it at 4 rather than 5.

4 / 5

Actionability

Provides fully executable, copy-paste-ready TypeScript for both the legacy and V3 endpoints, text-in-image prompting, and batch generation, with real endpoints, parameters, and error handling covering the common cases.

5 / 5

Workflow Clarity

Steps 1-5 are clearly sequenced, but Step 5 is a batch operation with no validation/verification checkpoint or validate-fix-retry feedback loop; per the rubric, missing validation in batch workflows caps workflow clarity at 3.

3 / 5

Progressive Disclosure

Sections are well-organized with clear headers, but the skill is monolithic (~180 lines) with bulk reference content (50+ style presets, enum tables) inlined and no reference bundle files used, matching the 'content that should be separate is inline' anchor for 3.

3 / 5

Total

15

/

20

Passed

Description

87%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.

The description cleanly states both what the skill does and when to use it, with concrete, natural trigger phrases and a clear niche. Minor room to broaden trigger synonyms and distinguish the listed actions further.

DimensionReasoningScore

Specificity

Names the domain ('text-to-image generation with text rendering') and three concrete actions ('generating images from text prompts', 'creating designs with embedded text', 'building the main image generation pipeline'), matching the 3-action anchor for 4; not 5 because the actions are variations of one core capability rather than distinct capabilities.

4 / 5

Completeness

Explicitly answers what ('Execute Ideogram primary workflow: text-to-image generation with text rendering') and when ('Use when generating images from text prompts...') with concrete trigger phrases, matching the 5 anchor exactly.

5 / 5

Trigger Term Quality

Provides four natural trigger phrases ('ideogram generate image', 'ideogram text to image', 'create image with ideogram', 'ideogram primary workflow') plus 'Use when' clauses; good coverage but a few natural synonyms (e.g. 'make image', 'render text in image') are absent, so it stops short of comprehensive.

4 / 5

Distinctiveness Conflict Risk

Clearly niched to Ideogram text-to-image generation with 'ideogram'-prefixed triggers and a distinct sibling ('ideogram-core-workflow-b' for editing), giving minimal overlap risk.

5 / 5

Total

18

/

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.