amp-skill-creator

Create Amp-specific skills with standardized YAML frontmatter and modular structure.

Updated Dec 21, 2025
One-click install
npx skills add https://github.com/thurstonsand/ansiblonomicon --skill amp-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amp-skill-creator
Source: https://github.com/thurstonsand/ansiblonomicon/tree/main/agents/amp/skills/amp-skill-creator
Command: npx skills add https://github.com/thurstonsand/ansiblonomicon --skill amp-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Amp Skill Creator standardizes the process of creating Amp-specific skills, enforcing frontmatter conventions and workflow patterns to accelerate skill development.

Core Features & Use Cases

  • Defines Amp frontmatter fields (name, description, argument-hint, etc.)
  • Guides load of agent-skill-creator and application of overrides
  • Supports AMP-specific features (mcp.json, OAuth) and modular skill structure

Quick Start

Load the agent-skill-creator skill and follow its six-phase workflow to implement a new Amp skill.

Frequently Asked Questions about amp-skill-creator

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

FAQPage Schema
How do I create an Amp skill with the correct frontmatter fields?

Amp skills require YAML frontmatter with at minimum a name and description field. The skill creator workflow enforces these conventions to standardize development and ensure proper integration across environments.

What is the standard workflow for building Amp skills?

The standard workflow for building Amp skills involves a six-phase process that guides you through defining frontmatter, establishing a modular structure, and integrating optional scripts, references, and assets.

Can I include OAuth and MCP server configurations in an Amp skill?

Yes, Amp skills support optional mcp.json server configurations and OAuth features. The skill creator workflow explicitly guides you through integrating these AMP-specific capabilities during development.

Does the Amp skill creator support modular skill structures with scripts and references?

Yes, the skill creator enforces a modular structure that supports optional scripts, references, and assets. This allows you to build scalable skills alongside the required frontmatter and workflow.

What frontmatter fields are required for an Amp skill to function properly?

Amp skills require YAML frontmatter with name and description fields at minimum. Additional fields like argument-hint can be included to further specify behavior and integration points.