skill-creator

Scaffold modular AgentSkills with templates and resource folders.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DaTingLi/heimaclaw --skill skill-creator-datingli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/DaTingLi/heimaclaw/tree/main/reference/nanobot/nanobot/skills/skill-creator
Command: npx skills add https://github.com/DaTingLi/heimaclaw --skill skill-creator-datingli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This guide provides a structured approach to creating, organizing, and packaging modular AgentSkills for Nanobot, reducing boilerplate and ensuring consistent quality across skills. The template and tooling help teams bootstrap new skills with a standard SKILL.md frontmatter, optional resources, and automated packaging workflows.

Core Features & Use Cases

  • Scaffold a complete skill skeleton (SKILL.md plus optional scripts/, references/, and assets/).
  • Provide templates and example resources to accelerate Skill design, packaging, and validation.
  • Use with the packaging and validation scripts to produce distributable .skill packages for distribution and reuse.

Quick Start

Run the init_skill.py script to create a new skill skeleton in your workspace, then customize SKILL.md and add resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package an AgentSkill for Nanobot?

To create and package an AgentSkill, run the init_skill.py script to scaffold a modular skill skeleton with a standard SKILL.md frontmatter, then use the validation and packaging scripts to produce a distributable .skill package.

What is the best way to scaffold a skill with standard frontmatter and resource folders?

Scaffolding a skill with standard frontmatter uses the init_skill.py script to generate a complete skeleton, automatically creating optional scripts/, references/, and assets/ folders alongside the SKILL.md file.

Does the skill-creation template enforce frontmatter validation?

Yes, the skill-creation template enforces frontmatter validation to ensure consistent quality across skills, checking that the SKILL.md metadata meets standard requirements before packaging.

Can I automate the packaging workflow for modular agent capabilities?

You can automate the packaging workflow by applying the provided packaging scripts to your scaffolded project, which safely bundles your scripts and resources into a distributable .skill package for reuse.

Do I need any dependencies to build a skill unit scaffold?

No dependencies are required to build a skill unit scaffold. The tooling operates independently to bootstrap new skills with standardized templates and automated packaging workflows.

What should I do if my skill packaging workflow is not working?

If your skill packaging workflow is not working, verify that your SKILL.md passes frontmatter validation and that all optional resources are correctly organized in their respective scripts, references, and assets folders before running the packaging script.