skill-creator

Creates and packages new Agent Skills with YAML frontmatter and instructions.

1|Updated Jul 10, 2026
One-click install
npx skills add https://github.com/360org/vuaassistant --skill skill-creator-360org
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/360org/vuaassistant/tree/main/skills/skill-creator
Command: npx skills add https://github.com/360org/vuaassistant --skill skill-creator-360org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building a new Skill for an AI agent requires knowing the exact Agent Skills format—kebab-case naming, YAML frontmatter fields, and structured instructions—which is easy to get wrong by hand. This Skill guides the design process and packages the result directly into the app's skill library. ## Core Features & Use Cases - Guided Skill Design: Walks through requirement analysis, naming (kebab-case), and step-by-step instruction writing. - Standard Frontmatter Generation: Produces the required name, description, and VuaAssistant metadata fields (title, emoji, category, tagline, prompt). - One-Call Packaging: Invokes the create_skill tool to save and register the finished Skill directly in the app's library. - Use Case: You want an agent that writes weekly sales reports. Describe the requirement, and this Skill drafts the instructions, builds the frontmatter, and installs the new Skill ready to use. ## Quick Start Ask the agent to create a new Skill for your task, for example: "Help me create a Skill that summarizes meeting notes into action items."

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new Skill for an AI agent?▼

Define the skill's purpose, choose a kebab-case name, write YAML frontmatter with name and description, then add step-by-step Markdown instructions. This Skill automates that flow and packages the result via the create_skill tool.

What fields are required in a SKILL.md frontmatter?▼

At minimum, the frontmatter needs a name in kebab-case and a description of one to two sentences. VuaAssistant also uses optional metadata fields like vua-title, vua-emoji, vua-category, vua-tagline, and vua-prompt for display.

What naming convention should Agent Skills use?▼

Skill names should use kebab-case, such as odoo-blog-writer or excel-report-builder. The name acts as the skill's identifier, so it should be short and describe the skill's task.

Can I package a Skill directly into the app library?▼

Yes. After drafting the frontmatter and instructions, the Skill calls the create_skill tool with the name, description, title, emoji, category, prompt, and instructions to save and register it in the app's skill library.

What are the limitations of generated Skills?▼

A generated Skill is only as good as its written instructions; vague steps produce inconsistent agent behavior. Complex skills may still need manual refinement of edge cases and output formatting rules after creation.