write-arexx

Guide ARexx scripting and testing for AmigaOS with structured references.

30|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/bdgscotland/amiport --skill write-arexx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-arexx
Source: https://github.com/bdgscotland/amiport/tree/main/.claude/skills/write-arexx
Command: npx skills add https://github.com/bdgscotland/amiport --skill write-arexx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ARexx scripting on AmigaOS can be powerful but is easy to misuse without a clear pattern. This Skill provides disciplined guidance for writing ARexx scripts, automating workflows, and building test harnesses.

Core Features & Use Cases

  • Clear rules and examples for common ARexx scripting tasks (file I/O, IPC, and command execution).
  • Guidance for FS-UAE test harnesses and automation workflows on AmigaOS.
  • Reference to in-depth ARexx language material and best practices for robust scripts.

Quick Start

Create a simple ARexx script that reads a file, processes its lines, and prints results.

Frequently Asked Questions about write-arexx

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

FAQPage Schema
How do I write ARexx scripts for AmigaOS automation?

To write ARexx scripts for AmigaOS automation, follow structured guidance covering syntax patterns, address commands, file I/O, and error handling to ensure reliable execution and robust inter-process communication.

What is the best way to build an FS-UAE test harness for Amiga workflows?

Building an FS-UAE test harness involves applying specific testing patterns and best practices to automate Amiga workflows, validating script behavior reliably across IPC and file I/O operations.

How does inter-process communication work in ARexx?

Inter-process communication in ARexx uses address commands to send messages to host applications. Structured examples demonstrate how to execute commands reliably and handle responses within AmigaOS scripts.

Can I automate file I/O operations using ARexx on AmigaOS?

Yes, you can automate file I/O operations using ARexx on AmigaOS. The language provides specific syntax patterns for reading files, processing lines, and printing results within structured automation scripts.

Why do my ARexx scripts fail during AmigaOS command execution?

ARexx scripts often fail during AmigaOS command execution due to misused address commands or lacking error handling. Applying disciplined syntax patterns and explicit error handling guidelines prevents these automation failures.