skill-creator

Generate standardized SKILL.md scaffolds with required frontmatter and resource directories.

Updated Jun 22, 2024
One-click install
npx skills add https://github.com/KilloconQ/dotfiles --skill skill-creator-killoconq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/KilloconQ/dotfiles/tree/main/opencode/.config/opencode/skills/skill-creator
Command: npx skills add https://github.com/KilloconQ/dotfiles --skill skill-creator-killoconq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a repeatable blueprint for creating AI agent skills that comply with the Agent Skills spec, reducing manual setup time and ensuring consistency across skills.

Core Features & Use Cases

  • Automated SKILL.md scaffolding: Generates the required frontmatter (name, description, license, metadata) and the standard directory structure.
  • Template-driven structure: Outlines optional assets (assets/), references (references/), and scripts (scripts/) to support real-world skill development.
  • Onboarding & governance: Helps teams document patterns and standardize skill creation for new contributors.

Quick Start

Create a new skill by asking me to generate a full SKILL.md scaffold with metadata and structure.

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 for the Agent Skills spec?

You can automate AI agent skill creation by using a template-driven generator to produce a standardized SKILL.md scaffold, complete with required frontmatter and optional resource directories, ensuring spec compliance and reducing manual setup.

What is included in a standard SKILL.md scaffold for AI agents?

A standard SKILL.md scaffold includes required frontmatter like name, description, license, and metadata, alongside optional directory structures for assets, references, and scripts to support real-world skill development.

How do I enforce frontmatter integrity when generating agent skill definitions?

You enforce frontmatter integrity during skill generation by applying an automated scaffolding process that validates required fields such as name, description, license, and metadata before finalizing the SKILL.md file.

Can I use automated scaffolding to standardize contributor onboarding for agent skills?

Yes, you can use automated scaffolding to standardize contributor onboarding by providing a repeatable blueprint that documents patterns and enforces consistent skill creation across new contributors.

Does the skill-generation process support optional assets and script dependencies?

Yes, the skill-generation process supports optional assets, references, and script dependencies by generating the appropriate directory structure within the SKILL.md scaffold when these components are present.

Why use a templating approach for generating AI agent skills instead of manual setup?

Using a templating approach for generating AI agent skills ensures repeatable structures, enforces frontmatter integrity, and significantly reduces the manual setup time required to comply with the Agent Skills spec.