skill-create

skillscatalog/registry · updated Apr 8, 2026

$npx skills add https://github.com/skillscatalog/registry --skill skill-create
0 commentsdiscussion
summary

Use this skill to create new Agent Skills from templates. It generates a properly structured skill directory with a valid SKILL.md file and optional scripts/assets folders.

skill.md

Instructions

Use this skill to create new Agent Skills from templates. It generates a properly structured skill directory with a valid SKILL.md file and optional scripts/assets folders.

When to Use

  • Starting a new skill from scratch
  • Ensuring proper skill structure and naming
  • Quickly prototyping new skill ideas
  • Teaching others how to structure skills

How to Use

Create a new skill with a name:

Create a new skill called "pdf-tools"

Create a skill with a specific template:

Create a new skill called "data-analyzer" using the with-scripts template

Available templates:

  • basic - Just SKILL.md (default)
  • with-scripts - SKILL.md + scripts directory
  • with-assets - SKILL.md + scripts + assets directories

Output

Creates a complete skill directory:

Basic template:

pdf-tools/
├── SKILL.md
└── README.md

With-scripts template:

pdf-tools/
├── SKILL.md
├── README.md
└── scripts/
    └── main.py

With-assets template:

pdf-tools/
├── SKILL.md
├── README.md
├── scripts/
│   └── main.py
└── assets/
    └── .gitkeep

Examples

Basic skill:

User: Create a new skill called "code-formatter"
Agent: Creating skill "code-formatter" with basic template...

       Created:
       ✓ code-formatter/SKILL.md
       ✓ code-formatter/README.md

       Next steps:
       1. Edit SKILL.md with your skill's instructions
       2. Add any supporting files
       3. Run skill-validator to check compliance

Interactive mode:

User: Create a new skill
Agent: I'll help you create a new skill.

       Skill name: code-formatter
       Description: Format code in various languages
       Template: with-scripts
       License: MIT

       Creating...
       ✓ Created code-formatter with with-scripts template

With metadata:

User: Create a new skill called "api-tester" with description "Test REST APIs" and author "acme-corp"
Agent: Creating skill "api-tester"...
       ✓ Created with custom metadata:
         - Description: Test REST APIs
         - Author: acme-corp
         - License: MIT (default)

Limitations

  • Skill names must be lowercase with hyphens only (1-64 chars)
  • Names must start with a letter
  • Will not overwrite existing directories
  • Templates are minimal - intended as starting points

Dependencies

  • Python 3.9+
  • No external dependencies (uses Python stdlib)

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.472 reviews
  • Dhruvi Jain· Dec 8, 2024

    We added skill-create from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Aanya Ndlovu· Dec 8, 2024

    skill-create fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Kabir Brown· Dec 8, 2024

    Registry listing for skill-create matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Valentina Yang· Dec 4, 2024

    I recommend skill-create for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Oshnikdeep· Nov 27, 2024

    skill-create fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Mateo Diallo· Nov 27, 2024

    We added skill-create from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Zaid Perez· Nov 27, 2024

    Solid pick for teams standardizing on skills: skill-create is focused, and the summary matches what you get after install.

  • Naina Mehta· Nov 23, 2024

    Useful defaults in skill-create — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Ganesh Mohane· Oct 18, 2024

    Registry listing for skill-create matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Michael Brown· Oct 18, 2024

    Solid pick for teams standardizing on skills: skill-create is focused, and the summary matches what you get after install.

showing 1-10 of 72

1 / 8