skill-creator

Creates and maintains AI skills by structuring files and writing SKILL.md content.

19|4|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/wunki/amplify --skill skill-creator-wunki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/wunki/amplify/tree/main/skills/skill-creator
Command: npx skills add https://github.com/wunki/amplify --skill skill-creator-wunki

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation and updating of new AI skills, ensuring they are well-structured, efficient, and adhere to best practices for extending AI capabilities.

Core Features & Use Cases

  • Skill Structure Guidance: Provides a clear blueprint for organizing skill files (SKILL.md, scripts/, references/, assets/).
  • Best Practice Enforcement: Guides users on writing effective SKILL.md frontmatter and body, emphasizing conciseness and progressive disclosure.
  • Workflow Automation: Includes scripts for initializing, packaging, and validating new skills.
  • Use Case: When a user asks to "create a new skill for analyzing log files," this Skill will guide them through defining the skill's purpose, structuring its components, and writing the necessary SKILL.md content.

Quick Start

Run the init_skill.py script to create a new skill directory with a standard structure.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AI skill with a proper directory structure?

To create a new AI skill, run the `init_skill.py` script to automatically generate a standard directory structure with `SKILL.md`, `scripts/`, and `references/` folders for organized skill creation.

What is a SKILL.md file and how does it affect AI agent execution?

A SKILL.md file defines an AI skill's purpose, scope, and execution logic. Writing effective frontmatter and body content ensures the skill is discoverable and executes correctly within AI agent capabilities.

Can I use this to package and validate custom developer tools before deployment?

Yes, you can validate custom developer tools using included utility scripts. The skill provides workflow automation for initializing, packaging, and validating new AI skills to enforce best practices.

What's the best way to structure prompt engineering resources for meta-skill development?

The best way to structure prompt engineering resources is by bundling them into dedicated `references/` and `assets/` directories, ensuring progressive disclosure and concise metadata for meta-skill development.

Do I need prior knowledge of AI development to define skill scope effectively?

No prior AI development knowledge is strictly needed. The skill provides structured guidance and blueprints to assist you in defining skill scope and organizing components effectively.