CtrlK
BlogDocsLog inGet started
Tessl Logo

integrate-atlas-chat

Exception path. Use integrate-fusion-agent for Atlas/chat/agent. Only when the user explicitly requires in-app useAtlasChat and connectToHostApp cannot provide the EOS sidebar (standalone app, always rejects). Triggers: useAtlasChat, in-app atlas chat, embedded chat, vendored atlas-agent. Not for generic "add a chat".

70

Quality

86%

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

86%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 tight, decision-oriented body that gates a rare exception path with concrete probes and guardrails. It assumes Claude's competence and avoids padding, with only minor actionability gaps from deferring wiring detail to an external doc.

Suggestions

Add a minimal inline useAtlasChat wiring snippet so the core step is executable without loading the external doc.

Add an explicit verify/observe step after wiring (e.g., confirm the chat renders in-app and the product UI is preserved) to close the batch/completions feedback loop.

State the expected failure signal when connectToHostApp rejects so the 'standalone-only' branch is unambiguous to detect.

DimensionReasoningScore

Conciseness

Lean and directive throughout — no padding, no explaining what Atlas/EOS/sidebar are; every line is a decision or guardrail that earns its place.

5 / 5

Actionability

Provides concrete probe criteria, the hook to wire (useAtlasChat), a doc URL, and explicit numeric limits/cache key, but the actual wiring implementation is deferred to the external doc rather than shown inline.

4 / 5

Workflow Clarity

Numbered gating workflow with an explicit probe checkpoint ("do not continue" if the sidebar works; "ask" if unsure) and default-to-sidebar fallback; the secondary batch-completions guidance has guardrails but no explicit validate/verify loop.

4 / 5

Progressive Disclosure

Under 50 lines with well-organized numbered structure and no bundle files needed; references are one-level (external doc URL, sibling skill) and clearly signaled.

5 / 5

Total

18

/

20

Passed

Description

87%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 sharply scoped routing/exception description that clearly states what it does, when to use it, and how it differs from the primary skill. It is concise, third-person, and uses explicit trigger terms with good negative boundary guidance.

DimensionReasoningScore

Specificity

Names concrete APIs and actions ("wire useAtlasChat", "connectToHostApp cannot provide the EOS sidebar", "Keep the product UI") rather than vague language, though it routes to another skill rather than listing a comprehensive action set.

4 / 5

Completeness

Clearly answers both what (exception in-app useAtlasChat path) and when ("Only when the user explicitly requires...", "Triggers:", "Not for generic 'add a chat'") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Explicit Triggers list ("useAtlasChat, in-app atlas chat, embedded chat, vendored atlas-agent") covers natural developer phrasings and synonyms, missing only a few common variations.

4 / 5

Distinctiveness Conflict Risk

Explicitly redirects to integrate-fusion-agent for the common case and carves a narrow exception niche, with a clear negative trigger ("Not for generic 'add a chat'") minimizing conflict risk.

5 / 5

Total

18

/

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

metadata_version

'metadata.version' is missing

Warning

Total

14

/

16

Passed

Repository
cognitedata/builder-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.