skill-creator

Create and package modular AgentSkills with standardized SKILL.md templates and resource scaffolds.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/timothyckl/nano-hermes --skill skill-creator-timothyckl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/timothyckl/nano-hermes/tree/main/nano_hermes/skills/skill-creator
Command: npx skills add https://github.com/timothyckl/nano-hermes --skill skill-creator-timothyckl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill Creator provides a standardized way to design, structure, and package modular agent skills, enabling consistent SKILL.md frontmatter and bundled resources for reliable deployment.

Core Features & Use Cases

  • Scaffold new skills with a consistent SKILL.md frontmatter.
  • Create resource directories (scripts, references, assets) and placeholder templates.
  • Package skills into distributable .skill files and validate integrity with the included tooling.

Quick Start

Run the init_skill.py tool to create a new skill scaffold, then customize SKILL.md and add resources as needed.

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 modular agent skills with standardized templates?

To create and package modular agent skills, use a scaffolding tool to generate a standardized SKILL.md frontmatter and resource directories for scripts, references, and assets. This ensures consistent structure and reliable deployment for your skill development.

What is the best way to scaffold a new skill for reliable deployment?

The best way to scaffold a new skill is running the init_skill.py tool to produce a standardized template with placeholder directories. This creates a consistent structure for scripts and assets, ensuring compatibility with downstream packaging and validation tools.

How do I validate skill integrity before packaging into a distributable file?

You validate skill integrity by running the quick_validate.py tool before packaging. This checks your standardized SKILL.md frontmatter and bundled resources to ensure they meet the required structure for reliable deployment.

Does the skill packaging process support bundling scripts and reference assets together?

Yes, the packaging process supports bundling scripts and reference assets together. The resource scaffold creates dedicated directories for these components, allowing the package_skill.py tool to compile them into a single distributable .skill file.

Can I customize the SKILL.md frontmatter after generating the initial scaffold?

Yes, you can customize the SKILL.md frontmatter after generating the initial scaffold. After running the init_skill.py tool to create the standardized template, you modify the frontmatter and add resources as needed before validation and packaging.

Why does my skill validation fail when packaging a distribution?

Skill validation fails when the SKILL.md frontmatter or bundled resources do not match the standardized template structure. Ensure your resource directories for scripts, references, and assets are correctly populated before running the validation tool.