skill-creator

Create structured AI skills with SKILL.md frontmatter and optional scripts.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Wike-CHI/acquisition-agent --skill skill-creator-wike-chi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Wike-CHI/acquisition-agent/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Wike-CHI/acquisition-agent --skill skill-creator-wike-chi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Many users lack a clear process and templates for building modular AI skills, resulting in inconsistent quality and wasted tokens.

Core Features & Use Cases

  • Step-by-step guide: Detailed workflow from initialization to packaging.
  • Templates & scripts: Includes init_skill.py, example scripts, reference docs, and asset placeholders.
  • Applicable scenarios: Ideal for developers, product managers, or AI engineers adding new capabilities to Claude such as document generation, data extraction, or automation.

Quick Start

Create a new skill named “my-new-skill” in the “skills/public” folder.

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 reusable AI skill for Claude automation workflows?

To create a reusable AI skill for Claude automation workflows, you need a modular package containing a SKILL.md file with valid frontmatter, a hyphen-case skill name, and optional Python scripts or markdown references for executable code and detailed documentation.

What is the best way to structure a modular skill package for domain-specific tasks?

Structuring a modular skill package for domain-specific tasks requires a hyphen-case skill name, a SKILL.md frontmatter file, and optional asset placeholders, reference docs, and Python scripts to ensure consistent quality and reusability.

Do I need Python scripts to build a new skill with the skill-creator template?

Python scripts are optional when you build a new skill with the skill-creator template, but they are recommended if your skill includes executable code for automation, data extraction, or document generation workflows.

Can I use skill-creator to add document generation and data extraction capabilities to Claude?

Yes, you can use skill-creator to add document generation and data extraction capabilities to Claude by packaging detailed reference docs and executable scripts into a modular structure tailored for those specific domain workflows.

What are the limitations of using templates for AI skill creation?

Templates for AI skill creation require strict adherence to a hyphen-case naming convention and valid SKILL.md frontmatter, and while they provide asset placeholders, they do not automatically validate the logic of your custom Python scripts or domain-specific references.

Why does my new AI skill require a hyphen-case name and SKILL.md frontmatter?

A new AI skill requires a hyphen-case name and SKILL.md frontmatter to ensure the modular package is correctly initialized, recognized by Claude's capabilities system, and structured for consistent quality across automation workflows.