repo-skill-creator

Scaffold skills, generate agents/openai.yaml, and validate repository skills.

2|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Adonis0123/adonis-skills --skill repo-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-skill-creator
Source: https://github.com/Adonis0123/adonis-skills/tree/main/.agents/skills/repo-skill-creator
Command: npx skills add https://github.com/Adonis0123/adonis-skills --skill repo-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the creation and management of repository skills, streamlining scaffolding, validation, and index updates.

Core Features & Use Cases

  • Scaffold new skills under skills/ with templates and SKILL.md
  • Generate agents/openai.yaml for integration and UI metadata
  • Validate skills and refresh the web index to keep the catalog up to date

Quick Start

Run pnpm skills:new to scaffold a new skill, then finalize and validate with pnpm skills:finalize -- skills/<skill> and pnpm skills:validate.

Frequently Asked Questions about repo-skill-creator

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

FAQPage Schema
How do I scaffold a new skill in a repository with templates and SKILL.md?

To scaffold a new skill, run pnpm skills:new to generate the directory structure under skills/, complete with standard templates and a SKILL.md file for authoring workflow standardization.

How do I generate openai.yaml for skill integration and UI metadata?

Generate the agents/openai.yaml file during the skill lifecycle management process to enable UI integration, handle interface overrides, and produce required metadata for the Skills catalog.

How do I validate skills and refresh the web index?

Validate skills and refresh the web index by running pnpm skills:finalize -- skills/<skill> followed by pnpm skills:validate to discover, finalize, and keep the skill catalog up to date.

Do I need pyyaml to automate repository skill lifecycle management?

Yes, pyyaml is a required dependency for this automation skill, as it processes the openai.yaml configuration files needed for skill validation, scaffolding, and metadata generation.

What is the best way to standardize skill authoring workflows in a repository?

Standardize skill authoring workflows by using an automation skill to scaffold new entries under skills/, generate openai.yaml files, validate configurations, and refresh the web index automatically.