CtrlK
BlogDocsLog inGet started
Tessl Logo

terraform-tfvars

Creates the terraform.tfvars file for the Buildkite build agent Terraform stack. Documents how to retrieve the Buildkite agent token from Buildkite UI (via Chrome DevTools MCP) and AWS SSM Parameter Store, validate tokens, and populate the tfvars file. Use when users say "create tfvars", "set up terraform variables", "deploy buildkite agents", "configure buildkite token", or need to recreate the terraform.tfvars after a fresh checkout.

76

Quality

94%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

88%Weight 40%Scale 1-5

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 skill body with executable commands, a clear validated workflow, and good organization. Minor conciseness trimming and a small amount of over-explanation keep it just below the top mark.

Suggestions

Trim justifying prose like 'it's the same token the legacy CloudFormation stack uses and has been validated in production' — Claude can act on the 'authoritative' label alone.

Consider moving the variable reference table and security reminders into a separate reference file to keep the core workflow leaner.

DimensionReasoningScore

Conciseness

Mostly lean with executable commands and no basic-concept padding, but a few explanatory asides ('it's the same token the legacy CloudFormation stack uses and has been validated in production') could be trimmed.

4 / 5

Actionability

Provides copy-paste-ready commands throughout — `aws ssm get-parameter`, `cp`, `grep min_size`, `terraform output`, and `./run.sh apply` — covering the common cases concretely.

5 / 5

Workflow Clarity

Clear sequence (Prerequisites → Token Retrieval → Create tfvars → Deploy → Verify) with explicit validation checkpoints: token match/differ/fail branches, a `min_size = 0` cost check, and post-deploy verification.

5 / 5

Progressive Disclosure

Well-organized single-file structure with clear section headers and a clearly signaled one-level reference ('See the `browser-auth` skill'); no nested references, though all content lives inline with no bundle split.

4 / 5

Total

18

/

20

Passed

Description

100%Weight 40%Scale 1-5

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 description that clearly states concrete capabilities and provides explicit, natural trigger phrases. It answers both what and when with minimal conflict risk.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Creates the terraform.tfvars file', 'retrieve the Buildkite agent token from Buildkite UI (via Chrome DevTools MCP) and AWS SSM Parameter Store', 'validate tokens', and 'populate the tfvars file' — giving comprehensive coverage.

5 / 5

Completeness

Explicitly answers both 'what' (creates/populates tfvars, retrieves and validates the token) and 'when' via a clear 'Use when users say...' clause with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases users would say — 'create tfvars', 'set up terraform variables', 'deploy buildkite agents', 'configure buildkite token', and 'recreate the terraform.tfvars after a fresh checkout' — with good synonym coverage.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (Buildkite agent tfvars) with distinct, specific triggers that minimize overlap with other skills.

5 / 5

Total

20

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
mock-server/mockserver-monorepo
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.