skill-builder

Generate a compliant Amazon Quick skill directory scaffold with SKILL.md and optional resources.

47|2|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Amazon-Quick/Amazon-Quick-official-catalog --skill skill-builder-amazon-quick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/Amazon-Quick/Amazon-Quick-official-catalog/tree/main/skills/skill-builder
Command: npx skills add https://github.com/Amazon-Quick/Amazon-Quick-official-catalog --skill skill-builder-amazon-quick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build a guided, standards-compliant Skill Unit directory for Amazon Quick, converting user intent into a full SKILL.md scaffold with optional resources.

Core Features & Use Cases

  • Generates SKILL.md with required frontmatter and a compliant Markdown body including Overview and Workflow.
  • Creates optional directories scripts/, references/, assets/, and evals/ with sensible defaults and placeholders.
  • Enforces Quick Skills standards, including XML block structure, validation checks, and an audit/save workflow.
  • Useful for engineers authoring new skills, consultants templating skill implementations, and teams enforcing consistent skill quality.

Quick Start

Describe the desired skill and the builder will generate a complete skill directory scaffold ready for review.

Frequently Asked Questions about skill-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a SKILL.md scaffold for an Amazon Quick automation workflow?

To create a SKILL.md scaffold, describe your desired workflow and the builder generates a compliant skill directory with required frontmatter, XML block structure, and workflow rules. It includes optional scripts, references, assets, and evals directories with sensible placeholders.

What validation standards does the skill directory builder enforce for SKILL.md files?

The skill directory builder enforces Quick Skills standards by requiring all frontmatter fields like name, description, created_date, last_updated, and tools to be defined. It validates the SKILL.md body follows the XML block structure with deterministic validation checkpoints.

Can I generate optional directories like scripts and evals when building a skill unit?

Yes, the skill builder creates optional scripts, references, assets, and evals directories alongside the SKILL.md file. These directories include sensible defaults and placeholders to help engineers and consultants template skill implementations efficiently.

Do I need to manually format the XML block structure in my SKILL.md workflow?

No, you do not need to manually format the XML block structure. The builder applies deterministic steps to generate a compliant Markdown body that automatically adheres to the required XML block structure and workflow rules.

What's the best way to convert user prompts into reusable skill units for Amazon Quick?

The best way to convert user prompts into reusable skill units is to describe the target skill's goals to the builder. It then generates a complete standards-compliant skill directory scaffold ready for review and audit.

Why does my Amazon Quick skill directory require specific frontmatter fields before validation?

Your skill directory requires specific frontmatter fields to enforce consistent skill quality and meet Quick Skills standards. The builder ensures fields like name, description, created_date, last_updated, and tools are defined before passing validation checkpoints.