skill-creator

Scaffold Claude skills with SKILL.md, scripts/, references/, and assets/.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/wibbydashboard-code/kontify-brain --skill skill-creator-wibbydashboard-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/wibbydashboard-code/kontify-brain/tree/main/fabrica-de-saas/.claude/skills/skill-creator
Command: npx skills add https://github.com/wibbydashboard-code/kontify-brain --skill skill-creator-wibbydashboard-code

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating consistent, scalable Claude skills by applying SaaS Factory templates and frontmatter guidelines.

Core Features & Use Cases

  • Scaffold a new skill structure (SKILL.md, scripts/, references/, assets/) for rapid deployment
  • Enforce naming conventions, frontmatter requirements, and packaging steps
  • Use as a blueprint to onboard new skill authors and codify best practices

Quick Start

Initialize a new skill scaffold using the SaaS Factory templates and customize SKILL.md with your details.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a custom Claude skill with a standard directory structure?

Scaffolding a custom Claude skill requires generating a modular structure with SKILL.md, scripts/, references/, and assets/ directories. This standardized workflow enforces naming conventions and YAML frontmatter to ensure rapid, consistent deployment.

What is YAML frontmatter and why is it needed for skill creation?

YAML frontmatter is metadata at the top of a file that defines configuration parameters. Skill creation enforces YAML frontmatter to codify best practices, apply templates, and maintain consistent packaging steps across newly authored workflows.

Can I use these templates to onboard new skill authors on my team?

Yes, you can use the templates as a blueprint to onboard new skill authors. The scaffolding workflow codifies best practices, enforces naming conventions, and provides a standardized structure for building domain-specific skills.

What's the best way to package domain-specific Claude workflows for rapid deployment?

Packaging domain-specific Claude workflows is best done by applying SaaS Factory templates to generate a modular structure. This standardizes frontmatter requirements and organizes scripts, references, and assets for rapid deployment.

Do I need YAML dependencies to build skills with SaaS Factory templates?

Yes, YAML dependencies are required to build skills with SaaS Factory templates. The workflow relies on YAML to enforce frontmatter requirements and apply naming conventions across the generated skill scaffolding.