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
1---2name: hello3description: hello-world4---5# hello-world67A minimal Python-shaped Arnold workflow that greets and responds.89## Purpose1011Demonstrate a shipped, V1-grammar workflow that is authored as `workflow.py`12with typed component imports.1314## Inputs1516- `name` (str): who to greet.1718## Outputs1920- `respond` produces a greeting artifact.2122## Capabilities2324- `examples.workflow_authoring.hello.components:greet`25- `examples.workflow_authoring.hello.components:respond`2627## Usage2829```bash30arnold workflow check examples/workflow_authoring/hello/workflow.py31arnold workflow compile examples/workflow_authoring/hello/workflow.py --out manifest.json32arnold workflow explain examples/workflow_authoring/hello/workflow.py33arnold workflow graph examples/workflow_authoring/hello/workflow.py --format mermaid34```
Run npx skillmds@latest add peteromallet/hello in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
hello-world It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
peteromallet (@peteromallet) published this skill. Their other Agent Skills are listed on their SkillMD profile.