create-skill

Generate new skills with enforced naming conventions and README synchronization.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lightspeed-hospitality/skills --skill create-skill-lightspeed-hospitality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/lightspeed-hospitality/skills/tree/main/.opencode/skills/create-skill
Command: npx skills add https://github.com/lightspeed-hospitality/skills --skill create-skill-lightspeed-hospitality

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of adding new skills to the repository, ensuring consistency in naming, structure, and documentation.

Core Features & Use Cases

  • Standardized Skill Creation: Guides users through creating new skills with correct naming conventions and frontmatter.
  • Documentation Sync: Ensures the README.md is updated automatically with new skills.
  • Use Case: A developer needs to add a new skill for managing cloud deployments. They use this skill to create the manage-deployments skill, ensuring it adheres to all repository standards from the start.

Quick Start

Use the create-skill skill to generate a new skill named 'analyze-logs' with the description 'Analyze application logs for errors'.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I create new skills with consistent naming conventions and frontmatter?

To create new skills with consistent naming conventions and frontmatter, use an automation tool that enforces directory naming patterns, validates required frontmatter fields, and synchronizes the README.md table automatically.

What is the best way to standardize skill creation in a developer repository?

Standardizing skill creation in a developer repository requires enforcing specific patterns for directory names, frontmatter fields, and README table updates to maintain a standardized skill library.

How do I keep my README documentation synchronized when adding new repository skills?

To keep README documentation synchronized when adding new repository skills, apply a skill creation workflow that enforces README synchronization and automatically updates the documentation table with new entries.

Do I need any external dependencies to automate skill library standardization?

No external dependencies are needed to automate skill library standardization. The skill creation process operates independently using internal scripts to enforce repository standards and documentation synchronization.

Can I use skill creation automation for managing cloud deployment workflows?

Yes, you can use skill creation automation for managing cloud deployment workflows by generating a new skill like 'manage-deployments' that adheres to all repository standards and frontmatter requirements from the start.