skill-create

Generate a complete skill package with SKILL.md and manifest.json.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/linchuncheng/skill-hub --skill skill-create-linchuncheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-create
Source: https://github.com/linchuncheng/skill-hub/tree/main/skill-create
Command: npx skills add https://github.com/linchuncheng/skill-hub --skill skill-create-linchuncheng

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines turning ideas into publish-ready skills by generating compliant SKILL.md, manifest.json, and scaffolding, reducing revision cycles and ensuring market readiness.

Core Features & Use Cases

  • End-to-end scaffolding from concept to SKILL.md and manifest.json.
  • Optional support for scripts, references, and assets to extend functionality.
  • Built-in validation and structure guidance to pass skill-check reliably.

Quick Start

描述一个想要创建的新技能的需求即可开始生成完整的技能包。

Frequently Asked Questions about skill-create

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

FAQPage Schema
How do I create a publish-ready skill package from an idea?

To create a publish-ready skill package from an idea, you need to generate a compliant skill directory containing SKILL.md and manifest.json, alongside optional scripts and references. This scaffolding process ensures frontmatter validation, workflow sections, and compatibility checks pass reliably.

What is skill scaffolding and when do I need it for automation workflows?

Skill scaffolding is the automated generation of a complete skill directory structure from a concept. You need it for automation workflows when you want to turn ideas into market-ready skills quickly, reducing manual revision cycles and ensuring structural compliance for frontmatter and documentation.

Do I need to manually write manifest.json and SKILL.md to pass skill validation?

You do not need to manually write manifest.json and SKILL.md to pass validation. By describing your skill idea, the scaffolding process automatically generates these required files with proper frontmatter, workflow sections, usage instructions, and error handling to satisfy validation checks.

Can I include optional scripts and references when generating a skill directory?

Yes, you can include optional scripts and references when generating a skill directory. The scaffolding process supports extending the core SKILL.md and manifest.json with these additional assets to enhance functionality and provide supplementary documentation for your automation workflows.

What's the best way to reduce revision cycles when turning concepts into skills?

The best way to reduce revision cycles when turning concepts into skills is using an end-to-end scaffolding process that applies built-in validation and structure guidance. This ensures the generated SKILL.md and manifest.json meet market readiness and compliance standards reliably from the start.

Why does my generated skill fail compatibility checks during publication?

Generated skills fail compatibility checks during publication if the SKILL.md lacks required frontmatter, workflow sections, usage instructions, or error handling. Applying built-in structure validation during the initial scaffolding phase ensures your manifest.json and skill package pass these checks reliably.