skill-creator

Guide teams to design, structure, and package agent skills with standardized frontmatter.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/HuaGCS/Hahobot --skill skill-creator-huagcs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/HuaGCS/Hahobot/tree/main/hahobot/skills/skill-creator
Command: npx skills add https://github.com/HuaGCS/Hahobot --skill skill-creator-huagcs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and maintaining modular agent skills is a complex, error-prone process that this guide streamlines.

Core Features & Use Cases

  • Workflow guidance for skill creation and packaging
  • Templates and best practices for naming, frontmatter, and resource layout
  • Step-by-step guidance to initialize, edit, and package skills for distribution and reuse

Quick Start

Run the Skill Creator to scaffold a new skill with SKILL.md and optional resource directories, then customize the template to fit your project needs.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold and package agent skills with a standardized frontmatter schema?

Scaffolding agent skills requires initializing a project structure with a validated frontmatter schema, a required SKILL.md body, and optional resource directories containing scripts, references, and assets for distribution and reuse.

What is the best way to structure resources and templates when designing agent skills?

Structuring resources for agent skills involves applying a reusable framework that organizes templates, scripts, references, and assets into dedicated directories while maintaining the required SKILL.md body and standardized frontmatter schema.

How do I initialize a new skill in a local hahobot workspace?

To initialize a skill in a local hahobot workspace, run a scaffolding process that generates the base SKILL.md file, applies the standardized frontmatter schema, and sets up optional resource directories for scripts, references, and assets.

Does skill packaging require frontmatter validation before distribution?

Skill packaging requires frontmatter validation to ensure the standardized schema is correctly applied alongside the required SKILL.md body before the skill is packaged for distribution and reuse.

Can I add optional scripts and references when creating agent skills?

You can add optional scripts and references when creating agent skills by utilizing the reusable resource framework, which organizes these assets into dedicated directories alongside the required SKILL.md body and validated frontmatter.

Why use a standardized template for agent skill creation instead of manual setup?

Using a standardized template for agent skill creation prevents errors from manual setup by enforcing a consistent frontmatter schema, required SKILL.md body, and organized resource layout for reliable packaging and distribution.