skill-creator

Scaffold AI skill packages with templates, scripts, and references.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/alvIndieDevelop/my_care --skill skill-creator-alvindiedevelop
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/alvIndieDevelop/my_care/tree/main/.kilocode/skills/skill-creator
Command: npx skills add https://github.com/alvIndieDevelop/my_care --skill skill-creator-alvindiedevelop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creates a repeatable blueprint for building AI skills, enabling teams to rapidly instantiate well-structured skill units with templates, scripts, and references.

Core Features & Use Cases

  • Provides a SKILL.md scaffolding with required frontmatter and a clearly defined, actionable body.
  • Bundles example resources in scripts/, references/, and assets/ to illustrate typical organization and reuse across skills.
  • Supports a repeatable, iterative skill creation process from initialization to packaging, ensuring consistency and quality.

Quick Start

Run the provided init_skill.py to generate a new skill folder from the template, then customize SKILL.md and replace the example resources.

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 new AI skill package with templates and scripts?▼

You can scaffold a new AI skill by running the init_skill.py script, which generates a ready-to-use folder structure with starter templates, example scripts, and reference bundles to customize.

What is a SKILL.md file and why do I need it for AI skill creation?▼

A SKILL.md file defines your AI skill unit using required frontmatter and a descriptive Markdown body, ensuring consistent, repeatable capabilities across modular, domain-specific team workflows.

How do I structure resources like scripts and references in a skill package?▼

A skill package organizes resources into dedicated directories for scripts, references, and assets, illustrating typical folder organization and enabling reuse across multiple skills.

Can I use this skill creation template for team-based, domain-specific AI workflows?▼

Yes, this skill scaffolding process is designed for teams building modular, domain-specific capabilities, providing a repeatable blueprint from initialization to final packaging.

What is the best way to ensure consistency when creating multiple AI skills?▼

The best way to ensure consistency is using a standardized scaffolding template that provides required SKILL.md frontmatter, starter scripts, and organizational references for every new skill.

Do I need any external dependencies to bootstrap an AI skill package?▼

No external dependencies are required to bootstrap an AI skill package, as the skill creation tooling relies solely on provided internal scripts and templates to generate the structure.