CtrlK
BlogDocsLog inGet started
Tessl Logo

clay-sdk-patterns

Apply production-ready patterns for integrating with Clay via webhooks and HTTP API. Use when building Clay integrations, implementing webhook handlers, or establishing team coding standards for Clay data pipelines. Trigger with phrases like "clay SDK patterns", "clay best practices", "clay code patterns", "clay integration patterns", "clay webhook patterns".

64

Quality

77%

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

Fix and improve this skill with Tessl

tessl review fix ./plugins/saas-packs/clay-pack/skills/clay-sdk-patterns/SKILL.md
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.

A highly actionable, code-first skill with executable TypeScript and Python clients and solid error-handling patterns. It loses points for duplicated language implementations, missing batch-verification checkpoints, and a monolithic structure with no reference-file split.

Suggestions

Add an explicit verification step after batch sends (e.g., query the table or count accepted rows) and a validate→fix→retry loop to lift workflow_clarity above 2.

Move the full TypeScript and Python client implementations into separate reference files (e.g., references/client.ts.md, references/client.py.md) and keep SKILL.md as a concise overview with well-signaled links, rather than inlining both.

Collapse the duplicated TS/Python logic into one canonical implementation per interface or summarize the second language, reducing token redundancy and improving conciseness.

DimensionReasoningScore

Conciseness

The prose is lean and avoids explaining basics Claude knows, but the TypeScript and Python sections duplicate essentially the same client (sendToTable/send_to_table, enrichPerson/enrich_person, batch), so the body could be tightened rather than carrying two parallel full implementations.

2 / 3

Actionability

Complete, executable client classes in both TypeScript and Python with real fetch/httpx calls, retry-with-backoff, rate limiting, typed interfaces, and a singleton accessor — copy-paste ready.

3 / 3

Workflow Clarity

Steps are sequenced (Step 1–4) and an error-handling table is present, but the batch send operation has no explicit verification checkpoint or validate→fix→retry feedback loop, which caps batch-operation workflow clarity at 2 per the rubric.

2 / 3

Progressive Disclosure

The skill is a ~270-line monolithic SKILL.md with full client implementations inline and no bundle files in references/, scripts/, or assets/; content that could be split into one-level-deep reference files is not separated, so it lands at the 'some structure but content that should be separate is inline' anchor.

2 / 3

Total

9

/

12

Passed

Description

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

A well-formed description with explicit 'Use when' triggers, good natural-language trigger phrases, and a clear Clay-specific niche. Its only weakness is that the capability statement stays at the domain/interface level rather than enumerating several concrete actions.

DimensionReasoningScore

Specificity

"Apply production-ready patterns for integrating with Clay via webhooks and HTTP API" names the domain and interfaces (webhooks, HTTP API) but does not list multiple distinct concrete actions, so it sits at the 'names domain and some actions' anchor rather than the multi-action level.

2 / 3

Completeness

It answers 'what' (apply production-ready patterns for integrating with Clay via webhooks and HTTP API) and 'when' with an explicit "Use when building Clay integrations, implementing webhook handlers, or establishing team coding standards" clause plus trigger phrases.

3 / 3

Trigger Term Quality

Trigger phrases "clay SDK patterns", "clay best practices", "clay code patterns", "clay integration patterns", "clay webhook patterns" give good coverage of natural terms a user would actually say when they need this skill.

3 / 3

Distinctiveness Conflict Risk

The Clay-specific niche and clay-prefixed trigger phrases make it clearly distinguishable and unlikely to fire for an unrelated skill.

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.