skill-creator

Create AI agent skills with SKILL.md frontmatter and folder structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates reusable, well-structured AI agent skills that follow the Agent Skills spec, reducing ad-hoc creation and ensuring discoverability.

Core Features & Use Cases

  • Provides a standard SKILL.md frontmatter with name, description, license, metadata, and allowed-tools.
  • Supports optional assets/ references directories to store templates, docs, and examples.
  • Guides users on registering new skills in AGENTS.md for consistent discovery and reuse.

Quick Start

Provide a skill name and a brief description, and I will generate a starter SKILL.md and the recommended folder structure.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create AI agent skills that are standardized and discoverable?▼

To create AI agent skills, you need a standard SKILL.md frontmatter with name, description, license, metadata, and optional assets/references directories. This structure ensures skills are consistently defined and safely executed.

What is the Agent Skills spec for skill creation?▼

The Agent Skills spec standardizes skill creation by requiring a SKILL.md frontmatter containing name, description, license, and metadata. It enables consistent discovery and safe execution of reusable automation templates.

How do I structure a reusable AI skill template for project onboarding?▼

Structure a reusable AI skill template by generating a starter SKILL.md and a recommended folder structure with optional assets and references directories. This supports project onboarding and pattern libraries.

How do I register new agent skills in AGENTS.md for consistent discovery?▼

You register new agent skills in AGENTS.md to ensure consistent discovery and reuse. The skill creation process guides you through defining the SKILL.md frontmatter and updating the registry.

Can I use skill templates for reusable workflow automation?▼

Yes, you can use skill templates for reusable workflow automation. The spec applies to pattern libraries and project onboarding where consistent structure and documentation are required for safe execution.

What do I need to generate a starter SKILL.md file?▼

To generate a starter SKILL.md file, provide a skill name and a brief description. The output includes the file with required frontmatter and the recommended folder structure with optional assets.