skill-creator

Generate Claude skill scaffolds with templates and validation hooks.

1|1|Updated Jul 24, 2025
One-click install
npx skills add https://github.com/dyoshikawa/ghactivities --skill skill-creator-dyoshikawa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/dyoshikawa/ghactivities/tree/main/.rulesync/skills/skill-creator
Command: npx skills add https://github.com/dyoshikawa/ghactivities --skill skill-creator-dyoshikawa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured, reusable framework and templates to help teams create, standardize, and package Claude skills efficiently.

Core Features & Use Cases

  • Templates for SKILL.md frontmatter and naming conventions
  • Bundled resource scaffolding (scripts, references, assets) with example files
  • Packaging and validation guidance to ensure skills are production-ready
  • Use cases include creating new skills, updating existing ones, and enforcing consistent quality across Skill units

Quick Start

Run the initializer to generate a new skill scaffold in your project directory, then customize SKILL.md and any bundled 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 a Claude skill with a consistent package structure?

To create a Claude skill with a consistent package structure, use an initializer script to generate a scaffold with standard SKILL.md frontmatter, naming conventions, and bundled resource directories like scripts and references.

What is the standard frontmatter format needed for a Claude skill?

The standard frontmatter format for a Claude skill includes defined naming conventions and metadata fields generated by a skill creation template, ensuring consistent packaging and reproducible behavior across team-authored skills.

Can I use this skill creator to update and validate existing skills?

Yes, you can use this skill creator to update and validate existing skills by applying its validation hooks and packaging guidance to ensure your current SKILL.md and resources meet production-ready standards.

Do I need pyyaml installed to generate skill scaffolds?

Yes, you need pyyaml installed as a dependency to parse and generate the YAML frontmatter required by the skill scaffolding and validation workflows.

What's the best way to organize scripts and references when packaging a skill?

The best way to organize scripts and references when packaging a skill is to use the bundled resource scaffolding feature, which creates separate directories with example files for each asset type.

Why does my skill workflow need validation hooks for deployment?

Your skill workflow needs validation hooks for deployment to enforce reproducible behavior and ensure that naming conventions, frontmatter, and resource organization meet consistent quality standards before packaging.