hello-world

Provide a Hello World template with SKILL.md frontmatter and directory structure.

8|3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ydnikolaev/antigravity-factory --skill hello-world-ydnikolaev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hello-world
Source: https://github.com/ydnikolaev/antigravity-factory/tree/main/.agent/skills/skill-creator/examples/hello-world
Command: npx skills add https://github.com/ydnikolaev/antigravity-factory --skill hello-world-ydnikolaev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a concise reference to illustrate the required SKILL.md frontmatter and a lightweight directory structure, enabling new skills to be created quickly.

Core Features & Use Cases

  • Reference Template: Shows the required name/description frontmatter and a simple workflow for new skill authors.
  • Educational Example: Serves as a drop-in example for understanding how to organize scripts/ and how to structure a skill’s doc.
  • Use Case: A developer wants a minimal, shareable blueprint to model their own skill after; they copy the skeleton into a new skill directory and customize it.

Quick Start

Run the example greet script to see a friendly hello message.

Frequently Asked Questions about hello-world

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

FAQPage Schema
How do I create a skill template using SKILL.md frontmatter?

A skill template requires a frontmatter-defined name and description in the SKILL.md file. This reference provides a minimal, ready-to-use directory layout including scripts/ to scaffold new skills quickly.

What is the required directory structure for skill creation?

The required directory structure for skill creation includes a SKILL.md file for documentation and a scripts/ directory for execution logic. This template demonstrates scaffolding both components for deterministic task execution.

How do I structure a basic skill for deterministic task execution?

You structure a basic skill for deterministic task execution by placing a minimal script inside the scripts/ directory. The template includes an example greet script to illustrate how to run a deterministic hello message.

Do I need any dependencies to use a minimal skill template?

No dependencies are required to use this minimal skill template. It operates independently with only a frontmatter-defined name and description, making it an accessible educational example for onboarding new skill creators.

What is the best way to onboard new skill creators using a reference template?

The best way to onboard new skill creators is providing a drop-in reference template they can copy. This skeleton demonstrates the required frontmatter and directory layout, allowing developers to customize a new skill directory immediately.