# Hello

> hello-world

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

---

# hello-world

A minimal Python-shaped Arnold workflow that greets and responds.

## Purpose

Demonstrate a shipped, V1-grammar workflow that is authored as `workflow.py`
with typed component imports.

## Inputs

- `name` (str): who to greet.

## Outputs

- `respond` produces a greeting artifact.

## Capabilities

- `examples.workflow_authoring.hello.components:greet`
- `examples.workflow_authoring.hello.components:respond`

## Usage

```bash
arnold workflow check examples/workflow_authoring/hello/workflow.py
arnold workflow compile examples/workflow_authoring/hello/workflow.py --out manifest.json
arnold workflow explain examples/workflow_authoring/hello/workflow.py
arnold workflow graph examples/workflow_authoring/hello/workflow.py --format mermaid
```

