CtrlK
BlogDocsLog inGet started
Tessl Logo

terraform-ecs

Provision production-ready AWS ECS clusters with Terraform. Covers cluster configuration, Fargate and EC2 launch types, task definitions, services, load balancer integration, auto-scaling, and deployment strategies. Use when provisioning ECS, setting up container orchestration on AWS, configuring Fargate services, or managing ECS infrastructure as code.

68

Quality

84%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

68%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.

Highly actionable, executable Terraform reference with well-signaled bundle files, but it is held back by inlined configs that duplicate the references and by the absence of an explicit validate/plan/apply/verify workflow with checkpoints.

Suggestions

Collapse the inlined cluster, task-definition, and service HCL into the existing reference files and keep the body as a concise overview that points to them, removing the duplication that currently hurts both conciseness and progressive disclosure.

Add an explicit deployment workflow section with validation checkpoints — e.g. 'terraform validate' then 'terraform plan', review the plan, 'terraform apply', then verify with 'aws ecs describe-services' — and add a validation/confirmation step before the destructive 'terraform destroy'.

Merge the 'Quick Reference' command table and the later 'Common Commands' section into a single command reference to eliminate redundancy.

DimensionReasoningScore

Conciseness

The prose is lean, but the body inlines full cluster, task-definition, service, ALB, IAM, and VPC configs that substantially overlap the provided reference files, and the 'Quick Reference' table and later 'Common Commands' section duplicate command guidance — more than minor tightening needed.

3 / 5

Actionability

Provides fully executable, copy-paste-ready HCL and concrete aws/terraform commands covering the common cases (cluster, task def, service, ALB, auto-scaling, IAM, VPC, security groups, outputs).

5 / 5

Workflow Clarity

The Quick Reference implies a rough init/plan/apply sequence, but there are no explicit validation checkpoints (no 'terraform validate', no plan-review-before-apply, no post-apply verification) and the listed 'terraform destroy' destructive operation has no validation guard, capping this dimension.

3 / 5

Progressive Disclosure

Clear section structure with a 'Detailed Documentation' block that signals three real one-level-deep reference files with short descriptions; the gap is that substantial config content is inlined in the body rather than cleanly split into those references.

4 / 5

Total

15

/

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, third-person description that crisply states capabilities and pairs them with explicit, natural-language trigger conditions. Coverage is comprehensive and the niche is clearly distinct.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Provision production-ready AWS ECS clusters', 'cluster configuration, Fargate and EC2 launch types, task definitions, services, load balancer integration, auto-scaling, and deployment strategies' — giving comprehensive coverage of the skill's capabilities.

5 / 5

Completeness

Explicitly answers both what (the provisioning capabilities enumerated) and when ('Use when provisioning ECS, setting up container orchestration on AWS, configuring Fargate services, or managing ECS infrastructure as code') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Covers natural user phrasings and synonyms including 'provisioning ECS', 'container orchestration on AWS', 'configuring Fargate services', 'managing ECS infrastructure as code', and 'Terraform'.

5 / 5

Distinctiveness Conflict Risk

Targets a clear niche (AWS ECS provisioning via Terraform) with distinct, specific triggers and minimal overlap risk with other skills.

5 / 5

Total

20

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (536 lines); consider splitting into references/ and linking

Warning

Total

15

/

16

Passed

Repository
fernandezbaptiste/Skrillz
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.