CtrlK
BlogDocsLog inGet started
Tessl Logo

ideogram-install-auth

Install and configure Ideogram API authentication. Use when setting up a new Ideogram integration, configuring API keys, or initializing Ideogram in your project. Trigger with phrases like "install ideogram", "setup ideogram", "ideogram auth", "configure ideogram API key".

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

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

A tightly written, highly actionable install/auth skill with executable code in both languages and a clear sequenced workflow including a verification step. Main room for improvement is surfacing the validate-fix-retry loop inline and considering splitting the API/error reference tables into a bundled reference file.

Suggestions

Make the feedback loop explicit inside Step 4: after a failed verify, instruct Claude to consult the Error Handling table, apply the fix, and re-run verify until it passes.

Consider moving the API Base URLs and Error Handling tables into a references/ file (e.g. API_REFERENCE.md) and linking from SKILL.md to reduce inline length now that the skill exceeds the simple-skill line count.

In Step 3, use a heredoc or create-or-overwrite form for .env instead of '>>' append, and guard against accidentally appending duplicate keys on re-runs.

DimensionReasoningScore

Conciseness

The body is lean with compact tables and no padding about what an API or library is; only minor passages (the Overview's product-feature list, billing prose) could be trimmed, fitting the efficient-with-minor-over-explanation anchor.

4 / 5

Actionability

Provides copy-paste bash commands and complete, runnable TypeScript and Python verify scripts that cover the common Node and Python cases, matching the fully-executable top anchor.

5 / 5

Workflow Clarity

Steps 1-4 are clearly sequenced with an explicit Verify Connection checkpoint and a supporting error-handling table, but the recovery feedback loop is delegated to a table rather than inline validate-fix-retry guidance, leaving a minor validation gap.

4 / 5

Progressive Disclosure

Well-organized into clear sections (Overview, Prerequisites, Instructions, API Base URLs, Billing, Error Handling, Output, Resources, Next Steps) with a one-level Next Steps pointer; the inline reference tables are appropriate for an auth-setup skill but the 155-line body is over the simple-skill threshold, so it sits just below the top anchor.

4 / 5

Total

17

/

20

Passed

Description

82%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, third-person description that clearly states purpose, use conditions, and natural trigger phrases for a distinct niche. Specificity of capabilities is the only mild gap, as it stays at two high-level actions rather than enumerating the concrete auth sub-tasks.

DimensionReasoningScore

Specificity

Names the domain and two concrete actions ('Install and configure Ideogram API authentication') but does not enumerate the fuller range of auth tasks, matching the anchor for 1-2 concrete actions without comprehensive coverage.

3 / 5

Completeness

Explicitly answers both what ('Install and configure Ideogram API authentication') and when ('Use when setting up a new Ideogram integration... Trigger with phrases like...') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

Lists several natural user phrases ('install ideogram', 'setup ideogram', 'ideogram auth', 'configure ideogram API key') with good synonym coverage, though a few natural variations are absent.

4 / 5

Distinctiveness Conflict Risk

All triggers are Ideogram-prefixed, carving a clear niche with minimal overlap risk against generic API-auth skills.

5 / 5

Total

17

/

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.