skill-creator

Generate standardized AI agent skill structures with SKILL.md frontmatter and directories.

Updated Feb 5, 2025
One-click install
npx skills add https://github.com/CrisGO0510/My-Linux-Dotfiles --skill skill-creator-crisgo0510
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/CrisGO0510/My-Linux-Dotfiles/tree/main/.config/opencode/skill/skill-creator
Command: npx skills add https://github.com/CrisGO0510/My-Linux-Dotfiles --skill skill-creator-crisgo0510

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill automates the creation of new AI agent skills following a standardized spec, reducing manual boilerplate work and ensuring consistency across projects.

Core Features & Use Cases

  • Skill skeleton generation: Produces a complete SKILL.md frontmatter and structure (assets, references) for a new skill.
  • Template provisioning: Provides a ready-to-use SKILL.md template and optional assets/templates for rapid skill deployment.
  • Documentation scaffolding: Creates local references/docs scaffolding to support future maintenance.
  • Use Case: When onboarding new agent capabilities, use this skill to scaffold a repeatable skill structure in minutes.

Quick Start

Ask me to create a new skill named <skill-name> with a short description, and I will generate the skeleton files under skills/<skill-name>/ including SKILL.md and supporting assets.

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 and generate consistent frontmatter?

You can automate AI agent skill creation by using a scaffolding tool that generates standardized frontmatter and directory structures. This ensures consistent metadata like name, description, and license across all new agent skills while reducing manual boilerplate work.

What is the best way to scaffold multiple agent skills from templates?

Scaffolding multiple agent skills from templates is best handled by generating a complete directory structure with required SKILL.md frontmatter and optional folders for assets, references, and scripts. This provides a ready-to-use skill skeleton for rapid deployment.

How do I create a new AI agent skill with the correct documentation structure?

To create a new AI agent skill, prompt the generator with a skill name and short description. It will produce a complete SKILL.md file with standardized metadata and supporting directories under the specified skill path.

Do I need to manually set up directories for assets and references when documenting conventions?

No, you do not need to manually set up directories for assets and references. The scaffolding process automatically provisions optional directories for assets, references, and scripts alongside the required frontmatter to support future maintenance.

What is included in the standardized frontmatter for a generated agent skill?

The standardized frontmatter for a generated agent skill includes the skill name, description, license, and other required metadata. This structured frontmatter ensures the skill is complete and ready for immediate use.