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".

68

Quality

84%

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

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.

Executable, well-structured guidance for all five endpoints with strong actionability. The main gap is the absence of validation/verification steps around destructive output writes, which caps workflow clarity.

Suggestions

Add a validation checkpoint before writing output (e.g., confirm the output path does not clobber an existing file, or verify the response succeeded and seed is present before writeFileSync).

Insert a verify step after each endpoint call — check response.ok and inspect result.data shape before downloading/writing.

Make the output filename unique per call rather than reusing './output/edited-<seed>.png' so repeated edits do not silently overwrite prior results.

DimensionReasoningScore

Conciseness

Mostly lean and assumes Claude's competence, with code-first sections and minimal padding; a few inline comments and the overview slightly exceed what a 5 would carry.

4 / 5

Actionability

Each of the five endpoints ships complete, copy-paste-ready TypeScript with real endpoints, headers, and form fields, covering the common cases.

5 / 5

Workflow Clarity

Per-endpoint steps are sequenced, but there are no validation or verify-output checkpoints, and edits write to a fixed output path that silently overwrites — the destructive-overwrite cap applies.

3 / 5

Progressive Disclosure

A single self-contained file with well-organized sections and a quick-reference table; no bundle files exist, so all content is inline, which is appropriate but keeps it at 4 rather than 5.

4 / 5

Total

16

/

20

Passed

Description

92%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 strong, well-targeted description that names concrete capabilities and supplies explicit natural-language triggers. Only the trigger-term breadth falls slightly short of fully comprehensive.

DimensionReasoningScore

Specificity

Lists five concrete, named actions — 'edit (Magic Fill), remix, upscale, describe, and reframe' — with comprehensive coverage of the skill's scope.

5 / 5

Completeness

Explicitly answers both what (the five secondary workflows) and when (the 'Use when modifying existing images...' clause plus a concrete 'Trigger with phrases like...' list).

5 / 5

Trigger Term Quality

Good natural phrases such as 'ideogram edit image', 'ideogram magic fill', and 'ideogram inpaint', but coverage stops short of the exhaustive synonym/extension-level breadth of a 5.

4 / 5

Distinctiveness Conflict Risk

The 'Ideogram' brand combined with the five distinct endpoint names gives it a clear niche with minimal conflict risk against other skills.

5 / 5

Total

19

/

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.