# Hello World

> Example skill demonstrating proper skill structure. Use this as a template for creating your own skills. Use when this capability is needed.

- Skill: `tomevault-io/hello-world-10` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/hello-world-10`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/hello-world-10/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/hello-world-10

---


# Hello World Skill

## Overview

This is an example skill that demonstrates the proper structure and format for Claude Code skills. Use it as a starting point for creating your own skills.

## When to Use

Use this skill when:
- Learning how to create Claude Code skills
- Need a template for a new skill
- Want to test skill installation

## Instructions

### Basic Usage

When invoked with `/hello-world`, greet the user:

```
Hello, World! This is an example Claude Code skill.
```

If a name argument is provided (`/hello-world Alice`), personalize:

```
Hello, Alice! Welcome to Claude Code skills.
```

### Skill Anatomy

This skill demonstrates:

1. **YAML Frontmatter**: Required metadata
2. **Markdown Body**: Instructions for Claude
3. **When to Use**: Clear triggering conditions
4. **Instructions**: Step-by-step guidance

### Creating Your Own

To create a skill based on this template:

1. Copy this directory to `skills/<category>/<your-skill-name>/`
2. Update SKILL.md with your content
3. Add scripts/ if needed for code
4. Add references/ for documentation
5. Register in marketplace.json

## Resources

- [Contributing Guide](../../docs/CONTRIBUTING.md)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/lamtuanvu) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

