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."