skill-creator

Generate standardized SKILL.md frontmatter and templates for AI agent skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates new AI agent skills that adhere to the Agent Skills spec, streamlining standardization and repeatable onboarding of AI capabilities.

Core Features & Use Cases

  • Generates SKILL.md frontmatter templates and guidance
  • Provides reusable templates for assets and references
  • Enforces naming conventions and project-scoped guidelines
  • Supports registration in AGENTS.md for discovery

Quick Start

Provide the skill name and description, and I will generate a complete SKILL.md frontmatter and template for a new agent skill.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an AI agent skill that follows the specification?

Creating an AI agent skill requires a compliant SKILL.md file with standardized frontmatter. This tool generates templates enforcing required metadata fields like name, description, license, author, and version to ensure specification adherence.

What is the required frontmatter for a SKILL.md file?

Required SKILL.md frontmatter includes name, description, license, metadata.author, and metadata.version. Enforcing these fields ensures standardization and allows the agent skill to be properly discovered and registered in AGENTS.md.

How do I register a new agent skill for discovery?

You register a new agent skill for discovery by adding it to the AGENTS.md file. This skill provides guidance on the registration process to ensure your project-specific capabilities are easily found and onboarded.

Can I generate reusable templates for agent skill assets and references?

Yes, you can generate reusable templates for agent skill assets and references. This streamlines repeated patterns and documentation workflows, ensuring structural consistency across multiple skills within a project.

What is the best way to standardize documentation workflows for multiple agent skills?

The best way to standardize documentation workflows is to use a template generator for SKILL.md files. This enforces naming conventions and frontmatter requirements, ensuring structural consistency across all project-specific agent skills.