skill-creator

Generate standardized SKILL.md files with frontmatter and optional assets directories.

Updated Jul 10, 2025
One-click install
npx skills add https://github.com/SoyJuanMa/Nvim_Back --skill skill-creator-soyjuanma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/SoyJuanMa/Nvim_Back/tree/main/opencode/skill/skill-creator
Command: npx skills add https://github.com/SoyJuanMa/Nvim_Back --skill skill-creator-soyjuanma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

## What problem does it solve? Creating consistent, ready-to-use Skill units by providing a reusable SKILL.md template and directory structure, reducing setup time and human error when adding new agent capabilities.

## Core Features & Use Cases

  • Generates a standards-compliant SKILL.md frontmatter and body based on the provided template.
  • Includes an optional assets/ directory for templates, schemas, and examples.
  • Standardizes naming, licensing, and metadata to streamline AGENTS.md registration and discovery.

### Quick Start Create a new skill named skill-name using the SKILL.md template and fill in the required frontmatter.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate AI agent skill creation from a template?

Automate AI agent skill creation by generating a standards-compliant SKILL.md file with required frontmatter and a directory structure, reducing manual setup time. It uses a reusable template to standardize metadata and naming conventions.

What is the best way to scaffold a new agent skill directory?

Scaffold a new agent skill directory by using a standardized template that includes a SKILL.md file and an optional assets folder for schemas and examples. This ensures structural consistency across recurring project workflows.

How does frontmatter standardization work for agent skills?

Frontmatter standardization enforces required metadata fields like naming and licensing within the SKILL.md template. This ensures compliance for AGENTS.md registration and streamlines capability discovery.

Do I need a specific directory structure to create agent skills?

A specific directory structure is needed to organize the SKILL.md file alongside an optional assets directory for templates and schemas. This layout standardizes skill skeletons and minimizes human error when adding capabilities.

Can I include reference schemas when scaffolding skill templates?

Include reference schemas and examples by utilizing the optional assets directory provided in the skill template structure. This organizes supplementary reference materials directly within the generated skill skeleton.