skill-creator

Create and validate Storybook Astro skills from SKILL.md frontmatter.

54|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/storybook-astro/storybook-astro --skill skill-creator-storybook-astro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/storybook-astro/storybook-astro/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/storybook-astro/storybook-astro --skill skill-creator-storybook-astro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and validate Storybook Astro skills from SKILL.md frontmatter as the authoritative metadata.

Core Features & Use Cases

  • Defines a standardized SKILL.md frontmatter with required fields (name, description) and a structured body that outlines purpose, context, workflow, and references.
  • Guides creation of optional supporting files (references/, scripts/, assets/) to enable reproducible skill behavior and testing.
  • Supports integration with monorepo practices (Yarn workspaces, ES modules, framework references) and CI patterns for linting and testing.

Quick Start

Create a new skill by adding .claude/skills/[skill-name]/SKILL.md with the required frontmatter and the structured sections.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create Storybook Astro skills using SKILL.md frontmatter?

You create Storybook Astro skills by authoring a SKILL.md file with required YAML frontmatter fields (name, description) and structured sections outlining purpose, context, workflow, and references to ensure project-aware definitions.

What is the required structure for SKILL.md frontmatter in a monorepo?

Required SKILL.md frontmatter needs explicit name and description fields. The body needs structured sections, project references, and alignment with ESLint and TS configurations for valid monorepo skill definitions.

Does this skill creation process support Yarn 4 workspaces and portable stories?

Yes, the skill creation process supports Yarn 4+ workspaces and portable stories. It applies to monorepo contexts with ES modules, framework references, and CI patterns for testing-ready patterns across six supported frameworks.

How do I validate Storybook Astro skill definitions against CI patterns?

You validate Storybook Astro skills by checking SKILL.md frontmatter against explicit requirements. Validation ensures structured sections, project references, and alignment with ESLint and TS configurations for CI patterns.

What optional supporting files can I add when creating skills for testing-ready patterns?

When creating skills for testing-ready patterns, you can add optional supporting files in references/, scripts/, and assets/ directories. These enable reproducible skill behavior and integration with monorepo CI testing practices.

When should I not use SKILL.md frontmatter for skill creation?

You should not use SKILL.md frontmatter for skill creation outside the six supported Storybook Astro frameworks, or when operating without Yarn 4+ workspaces and ES module configurations required for portable stories.