add-new-skill

Generate a SKILL.md skeleton and zip package conforming to agentskills.io.

Updated Dec 27, 2025
One-click install
npx skills add https://github.com/tphummel/skills --skill add-new-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-new-skill
Source: https://github.com/tphummel/skills/tree/main/add-new-skill
Command: npx skills add https://github.com/tphummel/skills --skill add-new-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes and accelerates the creation of new Skills by providing a ready-to-use directory structure, frontmatter template, and packaging steps that conform to the agentskills.io specification.

Core Features & Use Cases

  • Template-driven SKILL.md: Generates a valid skill_name/SKILL.md with required frontmatter.
  • Validation & Packaging: Checks directory naming conventions and builds a ready zip for artifact publishing.
  • Use Case: A contributor wants to add a new Skill named 'parse-terraform-state' and needs a conforming skeleton and packaging workflow.

Quick Start

Create a new directory named parse-terraform-state and run the scaffold to generate skill files, then run the packaging workflow to produce skill-parse-terraform-state.zip.