CtrlK
BlogDocsLog inGet started
Tessl Logo

aws-ami-builder

Build Amazon Machine Images (AMIs) with Packer using the amazon-ebs builder. Use when creating custom AMIs for EC2 instances.

66

Quality

80%

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

82%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, highly actionable skill body built around executable HCL and commands, with a validation checkpoint in the build sequence. Main gaps are minor redundancy in the source_ami_filter blocks and the absence of an explicit validate-fix-retry feedback loop.

Suggestions

Deduplicate the ubuntu source_ami_filter block — define it once and reference it from the Basic Template, Common Source AMI Filters, and Multi-Region sections to reduce repetition.

Add an explicit feedback loop after `packer validate` (e.g., 'If validation fails, fix the template and re-run validate before building') since AMI builds are long-running and cost-incurring.

Consider moving the catalog of source_ami_filter examples (Ubuntu, Amazon Linux, multi-region) into a references file and keeping only one inline example in SKILL.md to improve progressive disclosure.

DimensionReasoningScore

Conciseness

The body is lean and mostly code with no padding about what AMIs or Packer are, though the ubuntu source_ami_filter block is repeated across three sections and could be trimmed.

4 / 5

Actionability

Provides a fully executable, copy-paste-ready HCL template plus concrete packer init/validate/build commands covering the common cases.

5 / 5

Workflow Clarity

The Build Commands section sequences init, validate, then build with `packer validate` as an explicit checkpoint, but there is no explicit error-recovery feedback loop for this long-running, cost-incurring operation.

4 / 5

Progressive Disclosure

Well-organized into clear sections with external references clearly signaled in a References list, but no bundled reference files exist and some content (repeated filters, multi-region variant) is inlined that could be split out.

4 / 5

Total

17

/

20

Passed

Description

78%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, concise description that clearly states the capability and an explicit use-when trigger with natural terms. It is slightly limited on action breadth (one main action) and has minor overlap risk with general AWS skills.

DimensionReasoningScore

Specificity

Names the domain (AMIs), tool (Packer), and builder (amazon-ebs) with the concrete action 'Build', but coverage is limited to a single main action rather than multiple specific actions, matching the anchor that names the domain and 1-2 concrete actions.

3 / 5

Completeness

Explicitly answers both what ('Build Amazon Machine Images (AMIs) with Packer using the amazon-ebs builder') and when ('Use when creating custom AMIs for EC2 instances') with a concrete trigger phrase.

5 / 5

Trigger Term Quality

Includes natural terms a user would say — 'AMIs', 'Packer', 'EC2 instances', 'custom AMIs' — giving good keyword coverage, though a few synonyms or phrasings are absent.

4 / 5

Distinctiveness Conflict Risk

The Packer + amazon-ebs + AMI + EC2 combination is a clear, mostly distinct niche with minimal conflict risk, though it could marginally overlap with broader AWS provisioning skills.

4 / 5

Total

16

/

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

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
hashicorp/agent-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.