skill-creator

Scaffold, validate, and package PhyAgentOS Skill units into .skill files.

1.7k|97|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/PhyAgentOS/PhyAgentOS --skill skill-creator-phyagentos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/PhyAgentOS/PhyAgentOS/tree/main/PhyAgentOS/skills/skill-creator
Command: npx skills add https://github.com/PhyAgentOS/PhyAgentOS --skill skill-creator-phyagentos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Scaffolds, validates, and packages PhyAgentOS Skill units with standardized frontmatter and resource layouts to speed up Skill creation.

Core Features & Use Cases

  • Generates SKILL.md templates with required frontmatter and guidance
  • Creates optional resource directories (scripts/, references/, assets/) and example content
  • Validates skill structure and packages into a .skill file to share across teams

Quick Start

Run the Skill initializer to create a new skill directory with a SKILL.md template under your chosen path.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new skill with a standardized directory layout?

To scaffold a new skill, run the initializer to automatically generate a SKILL.md template, required YAML frontmatter, and optional resource directories like scripts and references under your chosen path.

What is the required frontmatter format for packaging a skill file?

The required frontmatter format for packaging a skill file uses standardized YAML validation to ensure correct metadata structure within the SKILL.md template before organizing optional scripts and assets.

How do I validate skill structure and frontmatter before sharing?

You validate skill structure by checking the standardized YAML frontmatter and directory layout, ensuring all optional scripts, references, and assets are correctly organized before packaging into a .skill file.

Can I include optional scripts and references when creating a skill?

Yes, you can include optional scripts and references when creating a skill; the scaffolding process automatically generates dedicated directories for scripts, references, and assets with example content for reuse.

What is the best way to package skills for team distribution?

The best way to package skills for team distribution is to validate the standardized YAML frontmatter and directory layout, then compile the SKILL.md template and resource folders into a .skill file.