bemoskill-generator

Generate standardized BemoSkill skeleton files with meta.yaml and skill.md.

Updated May 19, 2026
One-click install
npx skills add https://github.com/Mengbooo/BemoSkills --skill bemoskill-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bemoskill-generator
Source: https://github.com/Mengbooo/BemoSkills/tree/main/skills/development/bemoskill-generator
Command: npx skills add https://github.com/Mengbooo/BemoSkills --skill bemoskill-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool eliminates the manual effort of creating a new BemoSkill by generating standardized skeleton files and ensuring catalog consistency.

Core Features & Use Cases

  • Automatically generate skill directories under skills/{category}/{skill-id}/ with meta.yaml and skill.md
  • Update catalog entries to reflect the new skill and maintain naming conventions
  • Assist in building the repository-ready skill package for quick commits and reviews

Quick Start

Ask to generate a new BemoSkill and output the required files in the correct directory.

Frequently Asked Questions about bemoskill-generator

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

FAQPage Schema
How do I generate a new skill skeleton with meta.yaml and skill.md automatically?

To generate a new skill skeleton, use this tool to automatically create the required meta.yaml and skill.md files in the correct directory. It enforces naming conventions and produces a ready-to-commit skill package for the catalog.

What's the best way to ensure my new skill follows catalog naming conventions and structure?

The best way to ensure catalog naming conventions is to use an automated generator that enforces the meta.yaml structure, file naming, and frontmatter requirements. This prevents manual errors and maintains catalog consistency across new skill packages.

Do I need to manually update the BemoSkills catalog after creating a new skill?

No, you do not need to manually update the BemoSkills catalog. This generation process automatically updates catalog entries to reflect the newly created skill while maintaining proper naming conventions within the skills directory.

When should I use an automated skill generator instead of manually creating skill files?

You should use an automated skill generator when you need to eliminate the manual effort of creating standardized skeleton files. It ensures proper directory placement under skills/{category}/{skill-id}/ and enforces structural requirements for quick commits.

What files are required to build a repository-ready BemoSkill package?

Building a repository-ready BemoSkill package requires metadata and executable instructions formatted as meta.yaml and skill.md. These files must be placed in the correct skills directory and follow strict frontmatter and naming conventions to be ready for review.