skill-creator

Create or update Claude skills with standardized SKILL.md frontmatter and resource structure.

1|2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/matchojecki/logistiko-celny --skill skill-creator-matchojecki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/matchojecki/logistiko-celny/tree/main/.ai/skills/skill-creator
Command: npx skills add https://github.com/matchojecki/logistiko-celny --skill skill-creator-matchojecki

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a clear, repeatable framework for creating and updating Claude skills, ensuring consistency in structure, frontmatter, and bundled resources.

Core Features & Use Cases

  • Modular templates and guidance for SKILL.md frontmatter and body content.
  • Bundled resource patterns (scripts/, references/, assets/) with example templates and workflows.
  • Step-by-step workflows for initializing and packaging skills (init_skill.py and package_skill.py).

Quick Start

Initialize a new skill with the provided tooling and customize SKILL.md and resource folders.

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 Claude skill with a standardized frontmatter structure?

To create a Claude skill with standardized frontmatter, use the init_skill.py script to generate a self-contained directory structure, then customize the SKILL.md template and bundled resource folders like scripts, references, and assets.

What is the recommended structure for packaging Claude skills into a portable format?

The recommended structure for packaging Claude skills involves organizing modular templates, SKILL.md frontmatter, and bundled resources into specific directories, then running package_skill.py to produce a consistent, portable .skill package.

Can I update an existing Claude skill without breaking its bundled resource patterns?

Yes, you can update existing Claude skills by refining the SKILL.md body content and adding optional resources to the scripts, references, or assets directories while maintaining the original frontmatter structure.

What is the best way to automate skill creation and packaging for Claude?

The best way to automate skill creation and packaging is to follow the provided initialization and packaging workflows using init_skill.py and package_skill.py, ensuring consistent structure and portable .skill outputs.

Does the skill-creator framework require external dependencies to build skill packages?

No, the skill-creator framework relies on self-contained bundled tooling and templates without external dependencies, ensuring portable .skill packages can be generated entirely through the local scripts.

When should I not use the standardized skill template for building Claude skills?

You should not use the standardized skill template if your project requires a non-standard directory structure or bypasses the required frontmatter, as the packaging tooling depends on this consistent layout.