CtrlK
BlogDocsLog inGet started
Tessl Logo

groq-multi-env-setup

Configure Groq across dev, staging, and production with environment-specific model selection, rate limits, and API keys. Trigger with phrases like "groq environments", "groq staging", "groq dev prod", "groq environment setup", "groq multi-env", "groq config by env".

71

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

77%

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 well-sequenced with a real validation step, but it is a monolithic single-file skill with no progressive disclosure into bundle files and some table/code duplication. Splitting platform-specific or advanced detail into reference files would improve structure and token economy.

Suggestions

Move the per-platform secret-management commands (AWS/GCP/Vault) and the Docker Compose block into a references/ file referenced one level deep, keeping SKILL.md as an overview.

Remove the duplicated environment-config values from the "Environment Strategy" table or the configs object to eliminate redundancy and reduce tokens.

Consider extracting the verify-groq-env.ts and rate-limit-check scripts into a scripts/ bundle referenced from the main body.

DimensionReasoningScore

Conciseness

Mostly lean — executable code with terse inline comments and little concept-explanation filler — but the "Environment Strategy" table duplicates values already encoded in the configs object, which could be tightened.

2 / 3

Actionability

Fully executable TypeScript, bash (aws/gcloud/vault/gh), and YAML with concrete file paths, model names, and values — copy-paste ready rather than pseudocode.

3 / 3

Workflow Clarity

Steps 1–6 are clearly sequenced and Step 5 is an explicit verification checkpoint (verify-groq-env.ts runs a live connection test and exits 1 on failure), with an error-handling table for recovery feedback.

3 / 3

Progressive Disclosure

Content is a single monolithic ~265-line SKILL.md with no bundle files (references/scripts/assets absent) and no one-level-deep references to split detail out; sections are organized but nothing is offloaded to supporting files.

2 / 3

Total

10

/

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 strong: it states concrete capabilities, supplies an explicit trigger clause with natural terms, answers both what and when, and occupies a distinct niche tied to the Groq tool. Voice is correctly third person.

DimensionReasoningScore

Specificity

States concrete actions in a specific domain — "Configure Groq across dev, staging, and production with environment-specific model selection, rate limits, and API keys" — listing multiple specific capabilities rather than vague language.

3 / 3

Completeness

Explicitly answers both what (configure Groq across environments with model selection, rate limits, API keys) and when via the explicit "Trigger with phrases like..." clause.

3 / 3

Trigger Term Quality

Provides natural trigger phrases a user would actually say — "groq environments", "groq staging", "groq dev prod", "groq environment setup", "groq multi-env", "groq config by env" — with good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

A clear niche (Groq multi-environment setup) with tool-specific triggers rooted in "groq", making it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation13 / 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

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

13

/

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.