skill-creator

Generate standardized scaffolded skills with bundled resources and documentation.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/HanLi0705/lead_agent --skill skill-creator-hanli0705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/HanLi0705/lead_agent/tree/main/Mini-Agent-main/mini_agent/skills/skill-creator
Command: npx skills add https://github.com/HanLi0705/lead_agent --skill skill-creator-hanli0705

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating consistent, reusable skill templates for Claude requires time and discipline. This skill provides a standardized scaffold and examples to accelerate building new skills and updating existing ones.

Core Features & Use Cases

  • Provides a robust SKILL.md scaffold with frontmatter and guidance.
  • Includes example resource directories (scripts/, references/, assets/) to demonstrate bundling resources.
  • Demonstrates a repeatable packaging and initialization workflow for new skills.

Quick Start

Initialize a new skill using the included init script. Example: python scripts/init_skill.py my-new-skill --path skills/public

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate skill creation with a standardized template?

Automating skill creation involves using a standardized scaffold that validates frontmatter and generates a structured SKILL.md file, ensuring consistent design and packaging workflows across projects.

What is the best way to package modular skill units for Claude?

Packaging modular skill units is best handled by bundling the core SKILL.md template with optional resource directories like scripts, references, and assets, enabling immediate use and consistent deployment.

How do I initialize a new skill using a command-line script?

Initializing a new skill uses a Python command-line script, such as running `python scripts/init_skill.py my-new-skill --path skills/public`, to automatically generate the scaffold and directory structure.

Can I bundle scripts and references directly inside a skill template?

Bundling scripts and references directly inside a skill template is fully supported, allowing you to include example resource directories for assets, scripts, and references to demonstrate bundled resources.

Why does frontmatter validation matter when building reusable skills?

Frontmatter validation matters because it enforces required metadata structure within the SKILL.md template, ensuring that reusable skills maintain consistency and integrate properly across different projects.

Does this skill creation workflow require any external dependencies?

This skill creation workflow requires no external dependencies, operating entirely with the included Python scripts and standardized templates to initialize and package new skill units.