skill-creator

Generate standardized AI agent skill skeletons with SKILL.md templates and starter folders.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/galafis/fonte --skill skill-creator-galafis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/galafis/fonte/tree/main/_kilo_marketplace_temp/skills/skill-creator
Command: npx skills add https://github.com/galafis/fonte --skill skill-creator-galafis

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the creation of standardized skill skeletons for AI agents by generating SKILL.md templates and starter resource folders.

Core Features & Use Cases

  • Generates a complete skill scaffold including SKILL.md frontmatter and example resource directories (scripts/, references/, assets/)
  • Enforces naming conventions and provides guidance to ensure the skill is ready for packaging and deployment
  • Includes sample resources and templates to accelerate skill creation and iteration

Quick Start

Run scripts/init_skill.py <skill-name> --path <output-directory> to generate a ready-to-edit skill scaffold.

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 standardized SKILL.md template for an AI agent?

To create a standardized SKILL.md template, you can use a scaffolding tool that automatically generates the frontmatter and starter resource folders like scripts, references, and assets for your AI agent's skill package.

What is the best way to structure skill directories for packaging and deployment?

The best way to structure skill directories is to use a scaffold generator that enforces naming conventions and creates example resource directories like scripts, references, and assets to ensure ready-to-package output.

How do I validate frontmatter when generating skill skeletons?

To validate frontmatter when generating skill skeletons, you should use a template-generation tool that enforces naming conventions and checks frontmatter validity during the initial scaffolding process.

Do I need to manually set up scripts, references, and assets folders for skill creation?

You do not need to manually set up scripts, references, and assets folders. An automated skill scaffolder can generate these starter resource directories along with the SKILL.md template instantly.

What are the limitations of automated skill scaffolding for AI agents?

Automated skill scaffolding provides the skeleton structure and example resources, but you still need to manually edit the generated files and follow the printed next steps to finalize your deployable skill package.