skill-creator

Create and register reusable AI skills with validated SKILL.md files.

195|12|Updated Jul 19, 2026
One-click install
npx skills add https://github.com/ZJU-REAL/HugAgentOS --skill skill-creator-zju-real
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ZJU-REAL/HugAgentOS/tree/main/src/backend/plugin_bundles/marketplace/skill-manager/skills/skill-creator
Command: npx skills add https://github.com/ZJU-REAL/HugAgentOS --skill skill-creator-zju-real

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill turns repeatable workflows and user requests into reusable, validated AI skills that can be stored in a private skill library and activated in future conversations.

Core Features & Use Cases

  • Skill Creation: Scaffold a new skill with compliant YAML frontmatter and operational instructions.
  • Skill Validation: Check skill names, descriptions, frontmatter structure, and body content before registration.
  • Packaging and Registration: Package skill resources, import skills from web links, and register new or updated skills in the private library.
  • Skill Management: List, update, delete, publish, search, and install skills through the available skill management tools.
  • Use Case: When a user wants to turn a recurring process into an AI capability, use this Skill to create the directory, write its instructions, validate it, package it, and register it.

Quick Start

Use the skill creator to build, validate, package, and register a new skill for the requested workflow.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create reusable AI skills from repeatable workflows?

To create reusable AI skills, use the skill creator to scaffold a directory with valid YAML frontmatter, operational instructions, and optional scripts. It packages and registers your workflow into a private skill library for future activation.

What is skill validation and how does it check YAML frontmatter structure?

Skill validation checks skill names, descriptions, and YAML frontmatter structure before registration. It ensures the root SKILL.md contains a compliant name and non-empty description, verifying body content meets marketplace publishing requirements.

How to package and register AI skills in a private skill library?

Package and register AI skills by grouping resources like scripts, references, and assets into a directory. The skill creator validates the SKILL.md frontmatter and imports or registers the package into your private skill library for reuse.

Can I install external skill packages from web links into my workflow?

Yes, you can install external skill packages from web links. The skill creator imports these packages, validates their YAML frontmatter and directory structure, then registers them in your private skill library for immediate workflow automation use.

Does skill marketplace publishing require specific frontmatter and directory structure?

Yes, marketplace publishing requires a root SKILL.md with valid YAML frontmatter containing a compliant name and non-empty description. Optional scripts, references, and assets directories can be included to support the skill's core processing logic.

What are the limitations when managing AI agents in a private skill library?

Management is limited to skills with valid YAML frontmatter and a compliant name. You can list, update, delete, publish, and search skills, but skills failing validation checks cannot be registered or activated in future conversations.