skill-creator

Create AI agent skills with standardized SKILL.md frontmatter and directory structure.

Updated Dec 28, 2025
One-click install
npx skills add https://github.com/DevXoje/gerocare --skill skill-creator-devxoje
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/DevXoje/gerocare/tree/main/.cursor/skills/skill-creator
Command: npx skills add https://github.com/DevXoje/gerocare --skill skill-creator-devxoje

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a guided framework to create new AI agent skills that conform to a standard spec, ensuring consistent structure and metadata across projects.

Core Features & Use Cases

  • Standardized templates: Enforces a SKILL.md frontmatter with name, description, license, and metadata, plus a consistent body for instructions.
  • Reusable patterns: Enables rapid wiring of new skills from templates, references, and optional assets.
  • Documentation workflow: Supports organizing assets, references, and scripts to streamline skill creation and onboarding.

Quick Start

Create a new skill by using the SKILL.md template and placing it at skills/{skill-name}/SKILL.md, including 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 create new AI agent skills with consistent metadata?

To create AI agent skills with consistent metadata, use a standardized SKILL.md template placing it at skills/{skill-name}/SKILL.md, including required frontmatter for name, description, license, and metadata. This enforces consistent structure across projects.

What is a SKILL.md frontmatter and when do I need it for AI agents?

A SKILL.md frontmatter is a standardized metadata block containing name, description, license, and metadata fields required for AI agent skill creation. You need it when authoring reusable skills to ensure consistent documentation and onboarding across projects.

What's the best way to structure AI agent skill documentation?

The best way to structure AI agent skill documentation is organizing directories for assets, references, and scripts alongside a SKILL.md file with standardized frontmatter and a consistent instruction body. This streamlines skill creation and onboarding.

Can I use custom templates for skill creation without enforcing a strict spec?

No, this framework enforces a strict standardized spec for skill creation. It requires a SKILL.md frontmatter with specific name, description, license, and metadata fields to ensure reusable patterns and consistent metadata across all projects.

Does skill-creation support organizing scripts and references for onboarding?

Yes, skill-creation supports organizing scripts and references. It provides a documentation workflow that streamlines skill creation and onboarding by utilizing dedicated directories for assets, references, and scripts alongside the SKILL.md template.