skill-creator

Create frontmatter-driven SKILL.md files for WrongStack skills.

224|27|Updated May 12, 2026
One-click install
npx skills add https://github.com/WrongStack/WrongStack --skill skill-creator-wrongstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/WrongStack/WrongStack/tree/main/packages/core/skills/skill-creator
Command: npx skills add https://github.com/WrongStack/WrongStack --skill skill-creator-wrongstack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and standardizes the creation of new WrongStack skills by guiding users through naming, trigger extraction, and frontmatter validation.

Core Features & Use Cases

  • Interactive guidance to create a new .wrongstack/skills/<name>/SKILL.md with proper frontmatter.
  • Enforces kebab-case naming, trigger sentence parity, and actionable content rules.
  • Validates for collisions and ensures placement in the project-level skills path.

Quick Start

Propose a kebab-case skill name, then follow the prompts to generate the SKILL.md.

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 WrongStack skill with proper YAML frontmatter?

To create a new WrongStack skill, propose a kebab-case skill name and follow the interactive prompts to generate a SKILL.md file with validated YAML frontmatter, actionable content rules, and correct project placement.

What is the correct naming convention and file placement for a WrongStack SKILL.md?

WrongStack skills require kebab-case naming and must be placed in the project-level skills path at .wrongstack/skills/<name>/SKILL.md to ensure proper detection and avoid file collisions across the project structure.

How does skill-creation validation handle trigger extraction and frontmatter rules?

Skill-creation validation enforces trigger sentence parity and actionable content rules by guiding you interactively through trigger extraction, checking for collisions, and validating the YAML frontmatter before final SKILL.md generation.

Do I need any dependencies or components installed to bootstrap a WrongStack skill?

No dependencies or components are required to bootstrap a WrongStack skill. The skill-creator operates standalone to guide naming, trigger extraction, frontmatter validation, and file placement without external packages.

What's the best way to standardize workflow automation when generating new skills?

The best way to standardize skill generation workflow is using a frontmatter-driven Skill definition that enforces kebab-case naming, validates trigger extraction, and ensures consistent SKILL.md placement across your project structure.

Why does my WrongStack skill validation fail when naming or triggers don't match?

Skill validation fails when naming doesn't follow kebab-case conventions or trigger sentences lack parity. The skill-creator enforces these actionable content rules and validates for collisions before generating the final SKILL.md file.