skill-creator

Creates and updates Claude skills with standardized SKILL.md frontmatter and body layout.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a repeatable, guided framework for creating and updating Claude skills, helping teams standardize structure and enable rapid onboarding.

Core Features & Use Cases

  • Structured skill template: defines the required SKILL.md frontmatter and body layout to ensure discoverability and consistency.
  • Reference-driven development: includes a references directory to house documentation, patterns, and best practices.
  • Governance and onboarding: supports a repeatable process for publishing, reviewing, and updating skills across teams.

Quick Start

Create a new skill directory under .claude/skills/ and add a SKILL.md frontmatter with name and description. Then populate the Markdown body with clear instructions and add optional references if 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 a standardized Claude skill template for my team?

To create a standardized Claude skill template, define the required SKILL.md frontmatter with name and description, populate the Markdown body with instructions, and add optional references to ensure discoverability and consistency across your team.

What is the best way to structure documentation for Claude skills onboarding?

The best way to structure documentation for Claude skills onboarding is using a reference-driven directory to house patterns and best practices, enforcing a standardized section structure for rapid team adoption and governance.

Can I use a guided workflow to update existing Claude skills across an organization?

Yes, you can use a guided workflow to update existing Claude skills across an organization by applying a repeatable process for publishing and reviewing, ensuring standardized frontmatter and consistency.

Does skill creation require a specific frontmatter format for discoverability?

Skill creation requires a standardized frontmatter format in the SKILL.md file to ensure discoverability and consistency. You must include name and description fields in the frontmatter before populating the body layout.

What are the limitations of using reference-driven development for skill governance?

Reference-driven development for skill governance relies on maintaining a references directory for documentation and patterns. Limitations include the need to manually update references and ensure teams follow the standardized section structure during skill creation.