skill-creator

Create structured Claude skill definitions with SKILL.md frontmatter and directory templates.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/TomekNocon/open-logistico --skill skill-creator-tomeknocon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/TomekNocon/open-logistico/tree/main/.ai/skills/skill-creator
Command: npx skills add https://github.com/TomekNocon/open-logistico --skill skill-creator-tomeknocon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps teams rapidly design and standardize self-contained Skill Units for Claude, ensuring consistent structure and reusable resources.

Core Features & Use Cases

  • Provides a templated SKILL.md frontmatter with required name and description fields, plus optional metadata.
  • Defines a clear directory structure for bundled resources (scripts, references, assets) and guidance on when to use them.
  • Includes a script-based initialization workflow (init_skill.py) to scaffold new skills and example resource files for quick start.

Quick Start

Initialize a new skill with scripts/init_skill.py and customize SKILL.md and the bundled resources for your domain.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create structured skill definitions for Claude?

You create structured skill definitions for Claude by using a standardized blueprint that enforces required frontmatter in SKILL.md, including name and description fields, alongside an optional directory layout for bundled resources.

What is the best way to add domain-specific workflows to Claude?

Adding domain-specific workflows to Claude is best handled by scaffolding a self-contained skill unit using an initialization script, which generates a SKILL.md file and optional directories for scripts, references, and assets.

How do I bundle scripts and templates with Claude skills?

You bundle scripts and templates with Claude skills by organizing them into a standardized directory structure that separates deterministic scripts, reference documentation, and output assets for Claude to access during task execution.

What metadata is required in a SKILL.md file for Claude?

A SKILL.md file for Claude requires frontmatter containing name and description fields, while optional compatibility metadata can be added to define further integration parameters and constraints.

Does the skill creation workflow support automated initialization?

The skill creation workflow supports automated initialization through a script-based approach, allowing you to quickly scaffold new skills and generate example resource files for immediate customization.

When should I use the references directory in a Claude skill?

You use the references directory in a Claude skill when you need to provide supplementary documentation or context that supports deterministic task execution and domain-specific knowledge delivery.