What problem does it solve?
Nuxt UI Skill metadata generation standardizes how skills are documented by pulling the name, description, and references from SKILL.md and related Nuxt UI docs, enabling consistent searchability.
Core Features & Use Cases
- Frontmatter and content extraction from SKILL.md to derive the skill's name, description, and license information.
- On-demand discovery and mapping of optional resources (scripts/ references/ assets) to reflect actual Skill components.
- Dependency and version awareness by scanning scripts for external dependencies and version hints in frontmatter.
- Safety and risk assessment by evaluating the Skill for prompt injections, data exfiltration, or malicious code and returning toxicity metadata.
Quick Start
Run the generator script to refresh metadata from SKILL.md and the Nuxt UI docs.