skill-creator

Create Agent Skills definitions with templates and standard directory structure.

1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/BrunoAlan/agents-skills --skill skill-creator-brunoalan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/BrunoAlan/agents-skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/BrunoAlan/agents-skills --skill skill-creator-brunoalan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the creation of new AI agent skills by providing a consistent template, directory layout, and frontmatter requirements so teams can reproduce viable SKILL.md definitions quickly.

Core Features & Use Cases

  • Provides a ready-to-use SKILL.md structure and optional assets/references patterns for new skills.
  • Enforces required frontmatter fields such as name, description, license, and metadata to ensure discoverability.
  • Speeds up onboarding for teams adopting the Agent Skills spec by offering a repeatable workflow for skill scaffolding.

Quick Start

Start by using the SKILL.md template as a reference to populate a new skill under skills/{skill-name}, fill in the name and description, and follow the recommended directory structure (SKILL.md, assets/, references/ as needed).

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create agent skills with a consistent directory structure?

Required frontmatter fields for a SKILL.md file include name, description, license, metadata, and version to ensure proper skill discoverability and spec compliance.

What is the best way to scaffold a new SKILL.md definition for an AI agent?

The best way to scaffold a SKILL.md definition is to populate a ready-to-use template under the skills/{skill-name} directory, filling in the required name and description fields first.

Can I use this skill scaffolding template for team onboarding with the Agent Skills spec?

Yes, you can use this skill scaffolding template for team onboarding to provide a repeatable workflow that speeds up the adoption of the Agent Skills spec across new projects.

Do I need specific components or dependencies to generate skill definitions?

No specific components or dependencies are required to generate skill definitions, as the scaffolding relies entirely on standard frontmatter fields and a basic directory layout.

What limitations exist when using templates to create AI agent skills?

A limitation of using templates to create AI agent skills is that the basic implementation depth enforces a rigid structure, which may not accommodate highly custom asset patterns beyond the standard SKILL.md and references directories.