skill-creator

Create modular AI skills with standardized SKILL.md frontmatter and packaging tooling.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Vikaash-dev/phoenix_v2 --skill skill-creator-vikaash-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Vikaash-dev/phoenix_v2/tree/main/.kilocode/skills/skill-creator
Command: npx skills add https://github.com/Vikaash-dev/phoenix_v2 --skill skill-creator-vikaash-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamline creation and packaging of AI skills by providing a standardized scaffold (SKILL.md frontmatter, optional resource folders) and automated tooling for init, validate, and package.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter and folder structure to ensure consistency across skills
  • Automated scaffolding and tooling (scripts/init_skill.py, scripts/package_skill.py, scripts/quick_validate.py) to speed up skill creation and validation
  • Ready-to-package outputs with built-in templates for scripts/, references/, and assets/ to accelerate distribution

Quick Start

Run the skill initializer to create a new skill directory, then customize SKILL.md and resources before packaging.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package modular AI skills with consistent frontmatter?

To create and package modular AI skills, you use standardized scaffolding for SKILL.md frontmatter and folder structures, then run automated scripts for initialization, validation, and packaging to ensure consistency.

What is the best way to automate validation for reusable skill templates?

Automating validation for reusable skill templates involves running a quick validation script that checks your skill's structure against mandatory SKILL.md frontmatter requirements and optional resource directories before packaging.

Does skill-creator work with bundled resources like scripts and assets?

Yes, skill-creator works with bundled resources by providing built-in templates for scripts, references, and assets directories, allowing teams to accelerate distribution with ready-to-package outputs.

Can I use automated scaffolding to speed up domain-specific skill creation for teams?

You can use automated scaffolding to speed up domain-specific skill creation for teams by running an initializer script to generate a new skill directory, then customizing SKILL.md and resources before packaging.

What are the mandatory frontmatter requirements for a Skill Unit?

The mandatory requirements for a Skill Unit include standardized SKILL.md frontmatter and a consistent folder structure, while resource directories for scripts, references, and assets remain optional.