ai-elements

Create AI Elements Skill Units with SKILL.md frontmatter and metadata.

1|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Nexprove-Team/hykehyre --skill ai-elements-nexprove-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-elements
Source: https://github.com/Nexprove-Team/hykehyre/tree/main/.agents/skills/ai-elements
Command: npx skills add https://github.com/Nexprove-Team/hykehyre --skill ai-elements-nexprove-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nanoid, lucide-react, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a standardized process for creating and discovering Skill Units within AI Elements projects, ensuring each unit includes a SKILL.md frontmatter and metadata for indexing and safety checks.

Core Features & Use Cases

  • Enforces SKILL.md frontmatter with a name and description to enable search and indexing.
  • Analyzes any optional resources (scripts/, references/, assets/) to determine the Skill Unit's structure and tooling.
  • Generates structured metadata for tooling, discovery, and safety validation when adding new AI Elements components.

Quick Start

Create a new Skill Unit by adding SKILL.md and any optional resources, then run the metadata generator to produce the YAML manifest.

Frequently Asked Questions about ai-elements

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

FAQPage Schema
How do I create a standardized AI Elements Skill Unit for search indexing?

To create an AI Elements Skill Unit, you must add a SKILL.md file containing YAML frontmatter with a name and description, alongside any optional scripts or assets, to generate structured metadata for discovery and safety checks.

What metadata is required in SKILL.md frontmatter for a new Skill Unit?

The required SKILL.md frontmatter metadata includes a name and description to enable search indexing, while optional fields document dependencies on scripts, references, and assets to map the unit's tooling structure.

How do I document optional scripts and references in AI Elements components?

You document optional scripts and references by placing them in their respective directories and running the metadata generator, which analyzes these resources to produce a YAML manifest detailing the component's structure and dependencies.

Does adding a new Skill Unit require a toxicity check for safety validation?

Yes, adding a new Skill Unit requires a toxicity check for safety validation, ensuring the generated metadata and component content meet safety standards before being indexed within the AI Elements project.

What is the best way to structure AI Elements component tooling directories?

The best way to structure component tooling is to organize resources into separate directories for scripts, references, and assets, allowing the metadata generator to accurately analyze dependencies and produce the YAML manifest.

Can I use lucide-react or nanoid when building AI Elements components?

Yes, you can use nanoid and lucide-react as dependencies when building AI Elements components, declaring them in the SKILL.md frontmatter so the metadata generator can map them for tooling discovery and structural analysis.