CtrlK
BlogDocsLog inGet started
Tessl Logo

ideogram-sdk-patterns

Apply production-ready Ideogram API patterns for TypeScript and Python. Use when implementing Ideogram integrations, refactoring API usage, or establishing team coding standards for Ideogram. Trigger with phrases like "ideogram SDK patterns", "ideogram best practices", "ideogram code patterns", "idiomatic ideogram", "ideogram wrapper".

67

Quality

82%

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

SKILL.md
Quality
Evals
Security

Quality

Content

65%Weight 40%Scale 1-3

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

The content is highly actionable, delivering complete executable client code across TypeScript and Python with retry, validation, and multi-tenant patterns. It is weakened by redundant summary sections, pseudo-sequential step labeling for what are independent patterns, and a monolithic structure with no progressive disclosure into referenced files.

Suggestions

Remove or merge the 'Output' and 'Error Handling' summary sections, since they restate what the code in each step already demonstrates — this tightens conciseness.

Either relabel the 'Step 1–5' headings as independent patterns (not a sequence), or add explicit validation checkpoints (e.g., verify the Zod schema against a sample response before relying on it) to justify a true workflow.

Move the longer code patterns (e.g., the full client and retry implementations) into reference files under references/ and link to them from a concise overview in SKILL.md to improve progressive disclosure.

DimensionReasoningScore

Conciseness

The body is mostly lean code with minimal pedagogical prose, but the 'Output' section and 'Error Handling' table restate what the code already demonstrates, so it does not meet 'every token earns its place'; it is above level 1 because it avoids explaining concepts Claude already knows.

2 / 3

Actionability

Each of the five steps ships complete, copy-paste-ready TypeScript or Python (singleton client, retry wrapper, Zod schema, Python client, multi-tenant factory), matching the 'fully executable code; copy-paste ready' anchor rather than the pseudocode level 2.

3 / 3

Workflow Clarity

Content is organized into labeled sections, but the 'Step 1–5' labels imply a sequence that is actually five independent patterns, and there are no validation checkpoints or validate-fix-retry feedback loops in a workflow sense; not level 1 because steps are clearly listed, not level 3 because no explicit checkpoints exist.

2 / 3

Progressive Disclosure

Sections are well organized, but the ~237-line body is monolithic with all code inline and no bundle files or one-level-deep references to split it; it is above level 1 (good organization, no nested references) but below level 3 (no progressive disclosure to separate files).

2 / 3

Total

9

/

12

Passed

Description

100%Weight 40%Scale 1-3

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 is specific, complete, and distinctive: it states concrete actions for a well-scoped domain, gives an explicit 'Use when' clause plus natural trigger phrases, and is unlikely to collide with other skills. It uses the same imperative style as the rubric's good examples with no first/second-person voice to penalize.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'implementing Ideogram integrations, refactoring API usage, or establishing team coding standards' — for a clearly scoped domain, matching the 'lists multiple specific concrete actions' anchor rather than the level-2 'some actions but not comprehensive'.

3 / 3

Completeness

Explicitly answers both what ('Apply production-ready Ideogram API patterns for TypeScript and Python') and when ('Use when implementing Ideogram integrations...') with explicit triggers, satisfying the level-3 anchor; it is not level 2 because the 'when' is stated, not merely implied.

3 / 3

Trigger Term Quality

Provides five natural trigger phrases ('ideogram SDK patterns', 'ideogram best practices', 'ideogram code patterns', 'idiomatic ideogram', 'ideogram wrapper') that a user would plausibly say, giving good coverage rather than just 'some relevant keywords'.

3 / 3

Distinctiveness Conflict Risk

Targets a narrow, vendor-specific niche (Ideogram API) with dedicated 'ideogram'-prefixed triggers, making conflict with other skills unlikely; not level 2 because it is far more specific than 'somewhat specific but could overlap'.

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.