CtrlK
BlogDocsLog inGet started
Tessl Logo

instantly-multi-env-setup

Configure Instantly.ai across development, staging, and production environments. Use when setting up multi-workspace deployments, isolating test from production, or managing per-environment API keys and webhook endpoints. Trigger with phrases like "instantly environments", "instantly staging", "instantly dev prod", "instantly multi-env", "instantly workspace isolation".

71

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

77%

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

A well-structured, actionable multi-environment setup with executable code, embedded safety guards, and clear sequencing. Its main weaknesses are a missing client dependency that prevents the code from being fully self-contained, inline verbosity that could be trimmed, and a monolithic layout with no split reference files.

Suggestions

Define or link the InstantlyClient (./instantly/client) used in Steps 3-5 so the code examples are fully executable rather than referencing an undefined module.

Trim the restated Overview paragraph and explanatory inline comments (e.g. 'Guard: ...') to tighten token usage; the guards' behavior is evident from the code.

Move the longer code listings (e.g. webhook registration, workspace verification) into reference files under references/ and link to them from SKILL.md to improve progressive disclosure.

DimensionReasoningScore

Conciseness

The body is mostly efficient and assumes Claude's competence (no explaining of env vars or API basics), but the five full code blocks plus the Overview paragraph that restates the description and explanatory inline comments ('Guard: ...') could be tightened; not 3 because the volume of inline code and restated overview add tokens that don't all earn their place, not 1 because it avoids basic-concept padding.

2 / 3

Actionability

Provides concrete TypeScript with specific values and API calls, but the code depends on an undefined './instantly/client' InstantlyClient so it is not fully executable as written — a key dependency is missing; not 3 because it isn't copy-paste self-contained, not 1 because the guidance is concrete rather than abstract.

2 / 3

Workflow Clarity

Five clearly sequenced steps plus a promotion-workflow diagram and an error-handling table with cause/solution feedback loops, with explicit validation checkpoints (env-prefix and daily-limit guards, never-auto-activate-in-production, a dedicated verifyWorkspaceIsolation step); matches the clear-sequence-with-explicit-validation anchor, not 2 because checkpoints are explicit rather than implicit.

3 / 3

Progressive Disclosure

No bundle files (references/, scripts/, assets/) exist, and the skill keeps all code inline in a single monolithic SKILL.md with only a one-level pointer to the instantly-observability skill; it is well-sectioned but content that could be split into one-level-deep reference files is inline, matching the some-structure-but-inline anchor rather than the well-signaled-reference-files anchor.

2 / 3

Total

9

/

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.

A strong, third-person description that concisely states the capability, gives explicit 'Use when' triggers, and supplies natural trigger phrases. It clearly answers what the skill does and when to invoke it with minimal fluff.

DimensionReasoningScore

Specificity

Names the domain plus multiple concrete actions — 'Configure Instantly.ai across development, staging, and production environments', 'setting up multi-workspace deployments', 'isolating test from production', 'managing per-environment API keys and webhook endpoints' — matching the multiple-specific-actions anchor; not 2 because it goes beyond a domain and 'some actions'.

3 / 3

Completeness

Explicitly answers both what ('Configure Instantly.ai across development, staging, and production environments') and when ('Use when setting up multi-workspace deployments, isolating test from production, or managing per-environment API keys and webhook endpoints') plus explicit trigger phrases, matching the both-what-and-when-with-triggers anchor.

3 / 3

Trigger Term Quality

Provides natural trigger phrases a user would say — 'instantly environments', 'instantly staging', 'instantly dev prod', 'instantly multi-env', 'instantly workspace isolation' — with good coverage of variations; not 2 because it lists several natural terms rather than just one or two generic ones.

3 / 3

Distinctiveness Conflict Risk

Scoped to Instantly.ai multi-environment setup with distinctive instant-prefix trigger phrases, giving it a clear niche unlikely to conflict with unrelated skills.

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.