hello-world

Validate minimal skill loading and frontmatter metadata parsing in UniKit AI.

16|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/NintendaDev/unikit-ai --skill hello-world-nintendadev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hello-world
Source: https://github.com/NintendaDev/unikit-ai/tree/main/examples/extensions/unikit-ext-hello/skills/hello-world
Command: npx skills add https://github.com/NintendaDev/unikit-ai --skill hello-world-nintendadev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill demonstrates a minimal, runnable example shipped with extensions to verify loading, activation, and basic metadata parsing.

Core Features & Use Cases

  • Basic invocation to confirm extension integration.
  • Smoke testing of frontmatter and skill activation within UniKit AI.
  • Serves as a blueprint for building more complex extension skills in the future.

Quick Start

Install the unikit-ext-hello extension, then invoke the hello-world skill to see the greeting.

Frequently Asked Questions about hello-world

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

FAQPage Schema
How do I smoke-test a minimal skill from an extension in UniKit AI?

To smoke-test a minimal skill from an extension in UniKit AI, invoke the hello-world skill to validate loading, activation, and basic frontmatter metadata parsing.

What is a hello-world skill used for during extension development?

A hello-world skill is used during extension development to verify loading, activation, and frontmatter metadata parsing by running a minimal, lightweight execution example.

How do I validate frontmatter parsing for a new extension skill?

You validate frontmatter parsing for a new extension skill by invoking a minimal hello-world skill, which confirms that the UniKit AI environment correctly reads and activates the provided metadata.

Do I need external dependencies to run a minimal skill for extension integration testing?

No external dependencies are required to run a minimal skill for extension integration testing, as it relies solely on the skill's own frontmatter and a running UniKit AI environment.

Can I use a hello-world skill as a blueprint for building more complex extension skills?

Yes, you can use a hello-world skill as a blueprint for building more complex extension skills, as it demonstrates the minimal runnable example needed to verify loading and activation.

Why is my extension skill not loading correctly in the game-engine environment?

If your extension skill is not loading correctly in the game-engine environment, use a hello-world smoke test to verify that your frontmatter metadata is parsed correctly and activation succeeds.