CtrlK
BlogDocsLog inGet started
Tessl Logo

clay-local-dev-loop

Set up a local development loop for building and testing Clay integrations. Use when iterating on Clay webhook handlers, testing enrichment pipelines, or building scripts that push data into Clay tables. Trigger with phrases like "clay local dev", "clay development setup", "clay testing locally", "clay dev workflow", "iterate clay integration".

65

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

60%

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

The body is highly actionable with complete, executable code and a clear dev-loop sequence, but it is monolithic (no reference files despite its length) and lacks explicit validation checkpoints for the batch webhook push.

Suggestions

Add an explicit validation checkpoint before Step 3's webhook push (e.g., confirm the receiver is listening and the ngrok URL is reachable) to lift workflow_clarity above 2.

Move the three large code blocks (receiver, test sender, mock test) into scripts/ or references/ files and link to them from SKILL.md so the body stays a lean overview.

Trim the inline error-handling table and iteration-cycle commentary into a short reference or condense it, since the guidance largely restates what the code already shows.

DimensionReasoningScore

Conciseness

Mostly efficient and free of beginner-concept padding, but three full inline code blocks (receiver, sender, mock test) plus verbose error-handling and iteration commentary could be trimmed or moved to reference files to better respect the token budget.

2 / 3

Actionability

Provides fully executable TypeScript/bash snippets (ngrok http 3000, the express receiver, the test sender, npx tsx commands) with concrete Clay column-config steps and a mock payload, all copy-paste ready.

3 / 3

Workflow Clarity

The dev loop is sequenced as Steps 1–6 with a multi-terminal run recipe, but there are no explicit validation/verification checkpoints before pushing data to Clay (a batch webhook operation), so workflow clarity is capped at 2.

2 / 3

Progressive Disclosure

No bundle files exist (references/scripts/assets absent), yet ~180 lines of code-heavy material live inline in SKILL.md rather than being split into one-level-deep reference files, matching the monolithic/wall-of-text score-1 anchor.

1 / 3

Total

8

/

12

Passed

Description

100%

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 specific, complete, and distinctive, with an explicit 'Use when' clause and a strong set of natural trigger phrases. It is the strongest part of the skill.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions across domain coverage: 'building and testing Clay integrations', 'iterating on Clay webhook handlers', 'testing enrichment pipelines', and 'building scripts that push data into Clay tables', mirroring the score-3 anchor.

3 / 3

Completeness

Clearly answers both 'what' (set up a local development loop...) and 'when' via an explicit 'Use when...' clause plus concrete trigger phrases, satisfying the score-3 anchor for explicit triggers.

3 / 3

Trigger Term Quality

Provides good coverage of natural trigger phrases a user would say ('clay local dev', 'clay development setup', 'clay testing locally', 'clay dev workflow', 'iterate clay integration'), matching the score-3 anchor for natural terms.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche (Clay-specific local dev loop with webhook/HTTP-API feedback) with distinct Clay-branded triggers, making accidental triggering of unrelated skills unlikely.

3 / 3

Total

12

/

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.