Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
skillscatalog avatar

Skill Create

  • 587 installs
  • 1 repo stars
  • Updated January 3, 2026
  • skillscatalog/registry

skill-create is an Agent Skill that scaffolds a new Agent Skill folder with SKILL.md, manifest integrity hashing, and optional script templates for developers who need to ship reusable coding-agent capabilities faster.

About

skill-create is a version 1.0.0 Agent Skill from skillscatalog/registry that automates bootstrapping compliant skill directories for Agent Skills-compatible tools. The bundled create_skill.py script (11,814 bytes) generates folder structure, a 2,796-byte SKILL.md manifest entry, and optional templates while recording sha256 integrity hashes per agentskills.io manifest v1.0. Developers reach for skill-create when standardizing new agent capabilities across Claude Code, Cursor, or Codex instead of hand-authoring YAML frontmatter and hash manifests. The generator skill-manifest-generator/1.0.0 produced the registry metadata, giving teams a repeatable path from idea to installable skill package with verified file integrity.

  • Scaffolds skills from 3 templates: basic, with-scripts, and with-assets
  • Ships create_skill.py CLI with interactive and flag-based usage
  • Emits agentskills.io-style manifest metadata with per-file SHA-256 integrity
  • Supports custom descriptions and naming via command-line arguments

Skill Create by the numbers

  • 587 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #91 of 782 Skill Development skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/skillscatalog/registry --skill skill-create

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs587
repo stars1
Security audit3 / 3 scanners passed
Last updatedJanuary 3, 2026
Repositoryskillscatalog/registry

How do you scaffold Agent Skills with manifest integrity?

Scaffold a new Agent Skill folder with SKILL.md, manifest integrity, and optional script templates so your coding agent can ship reusable capabilities faster.

Who is it for?

Agent skill authors in skillscatalog/registry who want compliant SKILL.md folders with sha256 manifests instead of manual boilerplate.

Skip if: Developers building application features who do not author Agent Skills or need runtime MCP server configuration instead of skill scaffolding.

When should I use this skill?

The user wants to create a new Agent Skill folder with SKILL.md, manifest integrity, and optional script templates in a registry repository.

What you get

SKILL.md file, manifest v1.0 integrity hashes, skill folder structure, and optional scripts/create_skill.py scaffolding.

  • SKILL.md scaffold
  • Manifest v1.0 with sha256 hashes
  • Optional helper scripts

By the numbers

  • skill-create version 1.0.0 with manifest v1.0 schema
  • Bundles create_skill.py at 11,814 bytes and SKILL.md at 2,796 bytes
  • Records per-file sha256 integrity hashes in the registry manifest

Files

SKILL.mdMarkdownGitHub ↗

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)

Related skills

How it compares

Choose skill-create to bootstrap compliant skill folders with integrity manifests instead of meta skills that only describe conventions without a generator script.

FAQ

What files does skill-create generate?

skill-create generates a skill folder with SKILL.md, agentskills.io manifest v1.0 metadata, and sha256 integrity hashes per file. The registry bundles create_skill.py at 11,814 bytes to automate scaffolding and optional script templates.

Which manifest schema does skill-create use?

skill-create uses the agentskills.io manifest v1.0 schema with sha256 integrity hashing. The skill-create package itself is version 1.0.0 and was generated by skill-manifest-generator/1.0.0 in skillscatalog/registry.

Is Skill Create safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Skill Developmentagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.