CtrlK
BlogDocsLog inGet started
Tessl Logo

ideogram-core-workflow-b

Execute Ideogram secondary workflows: edit (Magic Fill), remix, upscale, describe, and reframe. Use when modifying existing images, applying style transfer, upscaling, or building image-to-image pipelines. Trigger with phrases like "ideogram edit image", "ideogram remix", "ideogram upscale", "ideogram inpaint", "ideogram magic fill", "ideogram reframe".

72

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

80%

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

A highly actionable, token-efficient reference for five Ideogram endpoints with executable code and a useful error table. Its weaknesses are the absence of validation/retry feedback loops in the workflows and the lack of any progressive file structure — everything lives inline in a single ~215-line SKILL.md.

Suggestions

Add explicit validation checkpoints and a retry/backoff loop for transient failures (e.g., 429 rate limits), since the error table already documents rate limiting but the code does not implement it.

Split the per-endpoint detailed implementations or the error-handling/catalog material into reference files and link to them one level deep, keeping SKILL.md as a concise overview.

Remove the duplication between the per-step code blocks and the Endpoint Quick Reference table, or explicitly frame the table as a lookup index to justify its presence.

DimensionReasoningScore

Conciseness

The body is lean operational content — executable TypeScript and lookup tables — with no pedagogical padding about what inpainting or upscaling is; API-specific facts (image_weight 1-100, resemblance 0-100) earn their place. It is not level 2 because there is no unnecessary explanation, though the Quick Reference table lightly duplicates the per-step code.

3 / 3

Actionability

Each of the five endpoints has fully executable, copy-paste-ready TypeScript with concrete examples and an error-handling table mapping statuses to specific solutions, matching the highest anchor.

3 / 3

Workflow Clarity

Steps 1-5 are clearly sequenced per endpoint, but there are no explicit validation checkpoints or validate-fix-retry feedback loops, and the documented 429 rate-limit handling is not reflected in the code. It is not 3 because the anchor requires explicit validation steps and feedback loops, and not 1 because the sequence and code are unambiguous.

2 / 3

Progressive Disclosure

The body is well-sectioned (Overview, Prerequisites, Step 1-5, Quick Reference, Error Handling, Output, Resources) but entirely monolithic with all content inline and no bundle files present; at ~215 lines it exceeds the under-50-line simple-skill exception, so it falls short of the one-level-deep reference structure required for 3. It is not 1 because organization is good, not nested or wall-of-text.

2 / 3

Total

10

/

12

Passed

Description

100%

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 strong, third-person description that concisely states what the skill does, when to use it, and the natural trigger phrases a user would say. The odd mid-sentence line breaks are a cosmetic formatting artifact but do not impair the content.

DimensionReasoningScore

Specificity

The description names multiple concrete actions — "edit (Magic Fill), remix, upscale, describe, and reframe" — matching the anchor for listing several specific actions rather than vague language.

3 / 3

Completeness

It answers both "what" ("Execute Ideogram secondary workflows…") and "when" ("Use when modifying existing images, applying style transfer, upscaling, or building image-to-image pipelines") with explicit trigger guidance, satisfying the highest completeness anchor.

3 / 3

Trigger Term Quality

It provides natural trigger phrases users would say — "ideogram edit image", "ideogram remix", "ideogram upscale", "ideogram inpaint", "ideogram magic fill", "ideogram reframe" — giving good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

It carves a clear Ideogram-only niche with distinct, brand-qualified triggers, making it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

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.