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

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

92%

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

The body is a high-quality, actionable code-patterns skill: lean, fully executable, with a clear numbered structure, response validation, and retry feedback loops. Its main weakness is progressive disclosure — all detail lives in one large file with no reference files to split out the full implementations.

Suggestions

Move the complete client class implementations (Steps 1, 4, 5) into a `references/` file such as `references/client-implementations.md`, keeping SKILL.md as a concise overview that links to it.

Extract the full `generate`/`describe` option tables and Zod schemas into a `references/api-reference.md` so the main body can stay a short pattern catalog.

Trim the redundant "Output" section, which restates the "Error Handling" patterns table, to reduce token overlap.

DimensionReasoningScore

Conciseness

The body is lean and almost entirely executable code with minimal prose; it does not explain concepts Claude already knows (fetch, async/await, Zod). The only minor redundancy is the "Output" list restating the "Error Handling" pattern table, but it does not rise to verbosity.

3 / 3

Actionability

It provides fully executable, copy-paste-ready TypeScript and Python code targeting real `api.ideogram.ai` endpoints, with complete class implementations, a retry wrapper, and a Zod schema. There is no pseudocode or vague direction.

3 / 3

Workflow Clarity

Patterns are organized as a clear numbered sequence (Step 1–5), and the skill includes explicit validation (Zod `parse`) plus a retry-with-backoff feedback loop with error classification. Not score 2 because checkpoints and error-recovery loops are present rather than implicit.

3 / 3

Progressive Disclosure

The skill is a ~237-line monolithic SKILL.md containing full client implementations inline, with no reference files to offload detail; external links (Ideogram API reference, Zod) are one-level and well-signaled, but the body is not an overview pointing to detailed materials. It is not score 1 because sections are well-organized with no nested references, and not score 3 because content that could be split (full client code, option references) is kept inline.

2 / 3

Total

11

/

12

Passed

Description

90%

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 strong: it states what the skill does, gives an explicit "Use when" clause, and lists natural trigger phrases for a well-scoped Ideogram niche. Its only weakness is specificity — it says "apply patterns" rather than naming the concrete patterns it provides.

Suggestions

Replace the abstract "Apply production-ready Ideogram API patterns" with the concrete capabilities, e.g. "Build type-safe Ideogram API clients with retry logic, response validation, auto-download, and multi-tenant support for TypeScript and Python."

DimensionReasoningScore

Specificity

The description says "Apply production-ready Ideogram API patterns for TypeScript and Python," naming the domain and languages but not enumerating the concrete patterns (type-safe wrappers, retry, validation, multi-tenant) that appear in the body. It is not score 3 because it does not list multiple specific concrete actions, and not score 1 because it does name a concrete domain and an action.

2 / 3

Completeness

It answers both what ("Apply production-ready Ideogram API patterns for TypeScript and Python") and when ("Use when implementing Ideogram integrations, refactoring API usage, or establishing team coding standards") with an explicit "Use when" clause and explicit trigger phrases.

3 / 3

Trigger Term Quality

It explicitly lists natural trigger phrases users would say — "ideogram SDK patterns", "ideogram best practices", "ideogram code patterns", "idiomatic ideogram", "ideogram wrapper" — giving good coverage of likely user phrasings.

3 / 3

Distinctiveness Conflict Risk

It targets a clear niche (Ideogram API) with distinct, brand-specific trigger terms, making it unlikely to fire for unrelated skills.

3 / 3

Total

11

/

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.