skill-creator

Create structured SKILL.md frontmatter and resources for Universe Agent skills.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/lovebirdsx/universe-agent --skill skill-creator-lovebirdsx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/lovebirdsx/universe-agent/tree/main/apps/examples/skills/skill-creator
Command: npx skills add https://github.com/lovebirdsx/universe-agent --skill skill-creator-lovebirdsx

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Create a streamlined blueprint and workflow for designing, validating, and maintaining modular universe-agent skills, reducing ambiguity and accelerating delivery.

Core Features & Use Cases

  • Structured frontmatter and modular resource layout to standardize skill creation.
  • Templates and tooling for naming, description quality, and directory organization.
  • Validation and initialization steps that speed up onboarding and deployment.

Quick Start

Run the initialization script to scaffold a new skill and then customize SKILL.md to fit your domain.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new universe-agent skill with the correct frontmatter?

Scaffold a new universe-agent skill by running the initialization script to generate the directory structure, then customize the SKILL.md frontmatter to fit your domain. This standardizes skill creation and enforces frontmatter constraints for consistent deployments.

What's the best way to validate a SKILL.md file before deployment?

Validate a SKILL.md file using the built-in validation and safety checks to enforce frontmatter constraints and directory structure. This ensures consistent, secure skill deployments by catching formatting and metadata errors early.

Do I need yaml installed to create and maintain universe-agent skills?

Yes, you need the yaml dependency installed to parse and manage SKILL.md frontmatter. It supports the validation tooling that enforces metadata constraints during skill creation and maintenance.

How does frontmatter validation improve skill design for universe-agent?

Frontmatter validation improves skill design by enforcing naming conventions, description quality, and directory organization. This reduces ambiguity in modular skill creation and accelerates delivery through standardized templates.

Can I use skill-creator templates for both new and existing skill maintenance?

Yes, the templates and tooling work across both skill creation and maintenance scenarios. They support metadata curation, resource packaging, and safety checks to ensure consistent updates during ongoing skill maintenance.

Why does my universe-agent skill fail safety checks during initialization?

Safety checks fail when the skill directory structure or frontmatter does not meet enforced constraints. Review the SKILL.md metadata curation and directory layout to ensure they align with the standardized modular resource organization.