CtrlK
BlogDocsLog inGet started
Tessl Logo

clay-deploy-integration

Deploy Clay-powered applications to Vercel, Cloud Run, or Docker with proper secrets management. Use when deploying Clay webhook receivers, enrichment pipelines, or CRM sync services to production infrastructure. Trigger with phrases like "deploy clay", "clay Vercel", "clay production deploy", "clay Cloud Run", "clay Docker", "host clay integration".

68

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

80%

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

A highly actionable, lean multi-platform deploy runbook with copy-paste-ready code and clear sequencing. It loses points on workflow_clarity for missing explicit deploy-verification/retry feedback loops and on progressive_disclosure for keeping lengthy inline code examples rather than splitting them into reference files.

Suggestions

Add an explicit deploy-verification step (e.g. check `gcloud run services describe` / Vercel deployment status and confirm the HTTPS endpoint resolves) before wiring Clay to the callback, with a fix-and-retry loop for failures, to lift workflow_clarity.

Move the longer code examples (callback.ts webhook handler, health.ts) into files under references/ or scripts/ and link to them from the body, so SKILL.md stays a concise overview and progressive_disclosure reaches the one-level-deep ideal.

Surface the single-row test and health-check as named validation checkpoints (bold 'Validate:' labels) within the deploy steps so the feedback loop is unmistakable.

DimensionReasoningScore

Conciseness

The body is lean: it leads with executable commands and tight code blocks and avoids explaining concepts Claude already knows; the one piece of prose ('Clay itself is a hosted SaaS -- you deploy the code that interacts with Clay, not Clay itself') is useful disambiguation rather than padding, so it meets the anchor-3 bar of every token earning its place.

3 / 3

Actionability

Fully executable, copy-paste-ready guidance throughout: 'vercel env add', 'vercel --prod', 'gcloud builds submit' and 'gcloud run deploy' with concrete flags, a complete Dockerfile, docker-compose.yml, working TypeScript handlers, and a concrete environment-variable list.

3 / 3

Workflow Clarity

Steps are clearly sequenced (Step 1-6) and include a test-on-single-row check and a health endpoint, but the deploy workflow lacks explicit deploy-status verification and a fix-retry feedback loop for a destructive/outward-facing operation, which per the rubric caps this at 2 rather than the level-3 bar of explicit validation checkpoints.

2 / 3

Progressive Disclosure

No bundle files exist (references/, scripts/, assets/ are absent) and the ~190-line body keeps substantial inline code (callback.ts, health.ts) that could reasonably live in reference files; sections are well-organized but content that arguably should be split out is inline, matching the anchor-2 description.

2 / 3

Total

10

/

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.

A strong, well-formed description that states a concrete capability, gives an explicit 'Use when' trigger clause, and lists natural platform-scoped trigger phrases. The only minor weakness is specificity, which describes one action across three targets rather than enumerating multiple distinct actions.

DimensionReasoningScore

Specificity

Names the concrete action ('Deploy Clay-powered applications') and three specific platforms ('Vercel, Cloud Run, or Docker') plus secrets management, but it is essentially a single action described across targets rather than multiple distinct concrete actions, so it does not fully reach the anchor-3 bar of 'multiple specific concrete actions'.

2 / 3

Completeness

It clearly answers 'what' (deploy Clay apps to Vercel/Cloud Run/Docker with secrets management) and 'when' ('Use when deploying Clay webhook receivers, enrichment pipelines, or CRM sync services') with an explicit 'Use when...' clause and trigger phrases.

3 / 3

Trigger Term Quality

Explicit natural phrases ('deploy clay', 'clay Vercel', 'clay production deploy', 'clay Cloud Run', 'clay Docker', 'host clay integration') give good coverage of the terms a user would actually say across all three target platforms.

3 / 3

Distinctiveness Conflict Risk

Clay is a specific SaaS niche and the platform-scoped trigger phrases ('clay Vercel', 'clay Cloud Run', 'clay Docker') make it clearly distinguishable and 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.