skill-creator

Generate SKILL.md templates and package skills into .skill files.

79|9|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/RikyZ90/ShibaClaw --skill skill-creator-rikyz90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/RikyZ90/ShibaClaw/tree/main/shibaclaw/skills/skill-creator
Command: npx skills add https://github.com/RikyZ90/ShibaClaw --skill skill-creator-rikyz90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

Create and update AgentSkills skeletons to standardize skill development, metadata quality, and packaging workflow for repeatable agent capabilities.

Core Features & Use Cases

  • Generate SKILL.md templates with proper frontmatter and structured guidance for new skills.
  • Create and organize optional resource directories (scripts/, references/, assets/) and populate with starter content or examples.
  • Validate skill structure and package skills into distributable .skill files, enabling easy sharing and deployment.

Quick Start

Run the init_skill.py script with a skill name and a target path to generate a ready-to-edit skill skeleton.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a standardized skill structure for agent development?

Skill scaffolding generates a standardized directory layout with a SKILL.md template, scripts, references, and assets. This standardizes metadata quality and packaging workflows for repeatable agent capabilities during development.

How do I package skills into distributable files for deployment?

Package skills into distributable .skill files using the built-in packaging workflows. This validates the skill structure and bundles the SKILL.md, scripts, and assets into a single deployable file for easy sharing.

What is included in a generated skill skeleton?

A generated skill skeleton includes a template SKILL.md with proper frontmatter, optional resource directories for scripts, references, and assets, plus example content. These elements provide structured guidance for new skill development.

Do I need pyyaml to validate and scaffold skill templates?

Yes, pyyaml is a required dependency for this scaffolding tool. It is needed to parse and validate the frontmatter metadata within the SKILL.md template during the skill creation and packaging process.

What's the best way to organize resource directories when building agent skills?

The best way to organize resources is using the standardized directory structure provided by the skill skeleton. It automatically creates separate scripts, references, and assets directories, which you populate with starter content or examples.