skill-creator

Generate SKILL.md frontmatter and scaffold directories for standardized agent skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of standardized agent skills by generating the required SKILL.md frontmatter and a clean project structure, enabling consistent skill diffusion across projects.

Core Features & Use Cases

  • Generates a ready-to-fill SKILL.md frontmatter with required fields (name, description, license, metadata).
  • Creates an initial scaffold (directories like assets/, references/, scripts/ when needed) to organize skill resources.
  • Enforces naming conventions and provides a reusable template for new skills.

Quick Start

Create a new skill scaffold using the SKILL.md template and populate its directories.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate an AI agent skill template from a specification?▼

To generate an AI agent skill template, you can automate the creation of a standardized scaffold. This produces a SKILL.md file with required frontmatter and a project structure to organize your skill resources.

What frontmatter fields are required when creating agent skills?▼

Required frontmatter fields for creating agent skills include name, description, license, and metadata. Validating these fields ensures your skill capabilities are formalized and documented in a consistent format.

What is the best way to scaffold a project structure for new agent skills?▼

The best way to scaffold a project structure for new agent skills is to use an automated template generator. This creates a clean directory layout with folders like assets/, references/, and scripts/ when applicable.

How do I enforce naming conventions when generating skill scaffolds?▼

You can enforce naming conventions when generating skill scaffolds by applying a standardized template. This ensures required frontmatter fields are present and validates the directory layout for future skills.

Do I need to manually create directories like assets and scripts when formalizing agent capabilities?▼

No, you do not need to manually create directories like assets and scripts when formalizing agent capabilities. An automated skill scaffold creates these initial directories to organize skill resources automatically.

Can I reuse the same template for multiple agent skills across different projects?▼

Yes, you can reuse the same template for multiple agent skills across different projects. This provides a reusable template that enforces naming conventions and ensures consistent skill diffusion throughout your workflow.