create-skill

Generate standardized Agent Skill directories with SKILL.md frontmatter and validation.

124|25|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill create-skill-jinzhezenggroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/jinzhezenggroup/computational-chemistry-agent-skills/tree/main/.github/skills/create-skill
Command: npx skills add https://github.com/jinzhezenggroup/computational-chemistry-agent-skills --skill create-skill-jinzhezenggroup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation of new Agent Skills by generating a compliant skeleton (SKILL.md) and optional supporting directories, reducing manual setup time and errors.

Core Features & Use Cases

  • Generates a properly structured skill folder with SKILL.md frontmatter and a clear directory layout (scripts/, references/, assets/).
  • Validates essential frontmatter fields (name, description, license) and enforces naming rules to ensure discoverability and consistency across skills.
  • Provides a template-driven workflow to bootstrap new skills for rapid deployment in OpenClaw-enabled environments.

Quick Start

To create a new skill, initiate the scaffold process and provide a name and description, then let the tool generate the directory, frontmatter, and optional components.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I scaffold a new Agent Skill directory from scratch?

Scaffolding an Agent Skill requires providing a name and description to trigger automated generation of a compliant directory structure, including SKILL.md frontmatter and optional scripts, references, and assets folders.

What frontmatter validation rules are enforced when creating an Agent Skill?

Frontmatter validation enforces essential fields including name, description, and license, while applying strict naming rules to ensure discoverability and consistency across all generated Agent Skills.

What is the best way to automate Agent Skill setup without manual folder configuration?

Automating Agent Skill setup uses a template-driven workflow to bootstrap new skills, generating a standardized skeleton with proper frontmatter and directory layout to reduce manual configuration errors.

Can I include optional scripts and assets when I scaffold an Agent Skill?

Yes, scaffolding an Agent Skill supports generating optional supporting directories for scripts, references, and assets alongside the required SKILL.md file within a compliant directory layout.

Why does my Agent Skill fail validation during the template-driven setup process?

Agent Skill validation fails when required frontmatter fields like name, description, or license are missing or violate naming rules, preventing proper discoverability and consistency in OpenClaw-enabled environments.