skill-creator

Scaffold Claude Skills with standardized SKILL.md templates and bundled resources.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/chuwenWu/Auto-Company --skill skill-creator-chuwenwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/chuwenWu/Auto-Company/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/chuwenWu/Auto-Company --skill skill-creator-chuwenwu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This guide provides a standardized template and starter resources to accelerate the creation, organization, and packaging of Claude Skills. It helps teams define SKILL.md structure and bundle reusable components (scripts, references, and assets) to ensure consistency and repeatability.

Core Features & Use Cases

  • Structured SKILL.md templates with required frontmatter and concise body guidance.
  • Bundled resources scaffolding including scripts/, references/, and assets/ to support deterministic tasks and on-demand context.
  • Workflow for creation and packaging including initialization, editing, packaging, and iteration to ship skills rapidly.

Quick Start

Run the init_skill.py script to generate a new skill scaffold, then customize SKILL.md and example resources to fit your needs.

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 custom Claude skill from scratch?

To create a custom Claude skill, run the init_skill.py script to generate a standardized scaffold, then customize the SKILL.md frontmatter and bundled resources to fit your specific task.

What is the required structure for packaging and organizing Claude skills?

The required structure for packaging Claude skills includes a SKILL.md file with clear frontmatter, alongside bundled scripts/, references/, and assets/ directories to support deterministic tasks and context.

Can I use this skill scaffolding template for automating team workflows?

Yes, you can use this skill scaffolding template for automating team workflows by applying its standardized structure and reusable components to ensure consistency and repeatability across your organization.

What's the best way to define metadata and frontmatter for a new skill?

The best way to define metadata and frontmatter for a new skill is to follow the standardized template provided in SKILL.md, ensuring all required fields are populated for consistent packaging and iteration.

When do I need to include scripts and references directories in my skill?

You need to include scripts and references directories in your skill when your task requires deterministic execution or on-demand context, bundling them within assets to support complex automation.

Does this skill creation guide work without external dependencies?

Yes, this skill creation guide works without external dependencies, providing a self-contained template and starter resources to accelerate the initialization, editing, and packaging of your skills.