hello-world

Provide a minimal SKILL.md template with YAML frontmatter for new skills.

42|1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/everruns/everruns --skill hello-world-everruns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hello-world
Source: https://github.com/everruns/everruns/tree/main/examples/skills/hello-world
Command: npx skills add https://github.com/everruns/everruns --skill hello-world-everruns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This simple example demonstrates how to structure a Skill Unit using the Agent Skills specification, providing a ready-to-use template for new skills.

Core Features & Use Cases

  • Provides a minimal SKILL.md with required fields (name and description) to guide new skill authors.
  • Serves as a template to quickly bootstrap new skills that conform to Agent Skills.
  • Demonstrates how the Markdown body contains activation instructions loaded into context.

Quick Start

Greet the user warmly and mention that the response is powered by the hello-world skill.

Frequently Asked Questions about hello-world

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

FAQPage Schema
How do I structure a portable AI agent skill using a SKILL.md template?

To structure a portable AI agent skill, create a SKILL.md file at the root directory with YAML frontmatter containing the required name and description fields, then add activation instructions in the Markdown body.

What is a Skill Unit in the Agent Skills specification?

A Skill Unit in the Agent Skills specification is a standards-compliant portable package that defines an AI skill, requiring a root SKILL.md with YAML frontmatter and supporting optional scripts, references, and assets directories.

How do I create a minimal skill template for onboarding new contributors?

Create a minimal skill template for onboarding by providing a ready-to-use SKILL.md file with required name and description frontmatter, which serves as a quick bootstrap for new skill authors to conform to Agent Skills standards.

Do I need any dependencies to build an Agent Skills template?

No dependencies are required to build an Agent Skills template. You only need a root SKILL.md file with YAML frontmatter containing the name and description, along with optional scripts, references, and assets directories.

Can I include scripts and references directories when building portable AI skills?

Yes, you can include optional scripts, references, and assets directories when building portable AI skills. The core requirement remains a SKILL.md file at the root with YAML frontmatter specifying the name and description.