skill-creator

Create and edit homeclaw skills with standardized SKILL.md frontmatter and structure.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Jayphen/homeclaw --skill skill-creator-jayphen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Jayphen/homeclaw/tree/main/homeclaw/skills/skill-creator
Command: npx skills add https://github.com/Jayphen/homeclaw --skill skill-creator-jayphen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skill creation and editing for homeclaw skills are streamlined, ensuring consistent structure and frontmatter, so new capabilities can be added with confidence and minimal friction.

Core Features & Use Cases

  • Generates and enforces a standardized SKILL.md frontmatter (name, description, metadata) and accompanying structure (data/, scripts/, references/, assets/) for every skill.
  • Guides users through building, upgrading, or cloning skills, while preserving consistent formatting and tooling hooks (read_skill, skill_create, skill_install).
  • Supports onboarding new capabilities, updating existing skills, and scaffolding skill repos for repeatable deployments.

Quick Start

Create a new skill named "skill-creator" by providing a clear description and initial instructions, then structure the repository according to the Skill specification.

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 new Homeclaw skill with the correct SKILL.md structure?

Creating a Homeclaw skill involves generating a standardized SKILL.md file with required frontmatter fields like name, description, and metadata. The process automatically scaffolds optional directories including data/, scripts/, and references/ to maintain consistent structure.

What is the correct frontmatter format for a Homeclaw SKILL.md file?

The correct frontmatter format for a SKILL.md file includes standardized fields for name, description, and metadata. This tool validates these frontmatter fields to ensure your skill integrates properly with the Homeclaw tooling suite and maintains consistent formatting.

How do I clone and update an existing Homeclaw skill without breaking tooling hooks?

To clone and update a Homeclaw skill without breaking hooks, use this tool to preserve consistent formatting and maintain integration with read_skill, skill_create, and skill_install hooks. It guides you through upgrades while validating the required frontmatter structure.

Can I validate Homeclaw skill frontmatter before deploying to a skill repo?

Yes, you can validate Homeclaw skill frontmatter before deployment. This tool supports frontmatter validation to ensure all required metadata fields are present and correctly formatted, allowing you to add new capabilities with confidence and minimal friction.

What directories do I need when scaffolding a Homeclaw skill repository?

When scaffolding a Homeclaw skill repository, you need an optional set of directories including data/, scripts/, references/, and assets/. This tool enforces this accompanying structure alongside the SKILL.md file to support repeatable deployments.