skill-creator

Create and initialize modular Amplifier skills with structured templates.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/michaeljabbour/amplifier-bundle-letsgo --skill skill-creator-michaeljabbour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/michaeljabbour/amplifier-bundle-letsgo/tree/main/skills/skill-creator
Command: npx skills add https://github.com/michaeljabbour/amplifier-bundle-letsgo --skill skill-creator-michaeljabbour

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new, modular skills for the Amplifier AI platform, enabling users to extend agent capabilities with specialized knowledge and tools.

Core Features & Use Cases

  • Skill Anatomy Guidance: Provides a clear understanding of the structure and components of a valid Amplifier skill.
  • Progressive Disclosure: Explains how to manage context efficiently using metadata, skill body, and bundled resources.
  • Step-by-Step Process: Guides users through the entire skill creation lifecycle, from planning to iteration.
  • Use Case: A developer wants to add a new skill to manage API keys securely. They use this Skill Creator to understand the SKILL.md structure, create the necessary directories, and write the initial documentation and script placeholders.

Quick Start

Use the skill-creator to initialize a new skill named 'api-key-manager' in the 'skills/security' directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create new modular skills for the Amplifier platform?

To create new Amplifier skills, use a structured template that guides you through the skill anatomy, progressive disclosure, and initialization process to build self-contained packages. It provides step-by-step guidance for the entire creation lifecycle.

What is progressive disclosure in agent skill development?

Progressive disclosure in skill development is the practice of managing context efficiently by separating metadata, the skill body, and bundled resources. This structure ensures the agent loads only the necessary information for specific tasks.

How do I structure a valid skill package with scripts and references?

A valid skill package is structured as a modular, self-contained directory using a SKILL.md file, optional scripts, references, and assets. The creator outlines this anatomy to ensure proper initialization and documentation.

Can I add developer tools to extend agent capabilities without dependencies?

Yes, you can extend agent capabilities by building self-contained skill packages with optional scripts and references. The creation process supports modularity without requiring external dependencies.

What is the best way to initialize a new skill named in a specific directory?

The best way to initialize a new skill in a specific directory is using the skill-creator template to generate the required folder structure and SKILL.md documentation placeholders automatically.