CtrlK
BlogDocsLog inGet started
Tessl Logo

instantly-deploy-integration

Deploy Instantly.ai webhook receivers and API integrations to cloud platforms. Use when deploying to Vercel, Cloud Run, or Fly.io, or setting up production webhook endpoints. Trigger with phrases like "deploy instantly", "instantly cloud run", "instantly vercel", "instantly webhook deployment", "instantly production deploy".

68

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

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.

The body is highly actionable and concise, dominated by executable, copy-paste-ready code and commands across three platforms. Its weaknesses are a verification/recovery loop that is not woven into the step sequence and a monolithic structure with no progressive disclosure via bundle files.

Suggestions

Integrate an explicit feedback loop into the deploy workflow (e.g., after Step 3 verification: 'If the webhook test returns non-2xx, re-check the secret env var and re-run the test') instead of relegating recovery to a separate error-handling table, and fix the numbering so Options A/B/C map to a labeled Step 1.

Apply progressive disclosure by moving each platform's full implementation (Vercel/Cloud Run/Fly.io) into separate files under ./references/ and keeping SKILL.md as an overview that links to them, reducing the monolithic ~240-line body.

Resolve the inconsistency between the Vercel handler (handles reply_received, email_bounced, lead_interested, lead_unsubscribed) and the Cloud Run handler (handles only reply_received) so actionability is consistent across platforms.

DimensionReasoningScore

Conciseness

The body is lean executable code, Dockerfiles, config, and commands with minimal prose; it assumes Claude's competence and avoids explaining concepts Claude already knows, so every token earns its place.

3 / 3

Actionability

It provides fully executable TypeScript handlers, a Dockerfile, an Express server, fly.toml, and copy-paste deploy/verify commands (vercel deploy --prod, gcloud run deploy, fly deploy, curl health check), matching the copy-paste-ready score-3 anchor.

3 / 3

Workflow Clarity

The deploy → register → verify sequence exists with an explicit Step 3 verification checkpoint, but the error-recovery feedback loop lives in a detached table rather than being integrated inline, and numbering skips (Options A/B/C then Step 2/3 with no Step 1), so it falls short of the score-3 anchor requiring integrated feedback loops.

2 / 3

Progressive Disclosure

No bundle files exist and the ~240-line body keeps all three full per-platform implementations inline; sections are well organized but content that could be split into reference files is monolithic, matching the 'content that should be separate is inline' score-2 anchor rather than the appropriately-split score-3 anchor.

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-structured description that clearly states what the skill does, when to use it, and provides natural trigger phrases within a distinct Instantly.ai deployment niche. Its only weakness is limited verb diversity in stating capabilities.

DimensionReasoningScore

Specificity

The description names the domain and a couple of concrete actions ("Deploy Instantly.ai webhook receivers and API integrations to cloud platforms"), but relies on a single verb (deploy) and is not comprehensive, matching the 'names domain and some actions, but not comprehensive' anchor rather than the multi-verb score-3 example.

2 / 3

Completeness

It answers both what (deploy webhook receivers and API integrations to cloud platforms) and when via an explicit "Use when deploying to Vercel, Cloud Run, or Fly.io, or setting up production webhook endpoints" clause, matching the score-3 anchor with explicit triggers.

3 / 3

Trigger Term Quality

It lists natural phrases a user would actually say ("deploy instantly", "instantly cloud run", "instantly vercel", "instantly webhook deployment", "instantly production deploy"), giving good coverage of natural trigger terms.

3 / 3

Distinctiveness Conflict Risk

The Instantly.ai webhook/integration-to-specific-platforms niche is clear with distinct triggers, making it unlikely to fire for the wrong 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.