mainframe

Installation
SKILL.md

Mainframe

Overview

Use this skill when mainframe or legacy-system work needs shell automation, structured command output, or reusable AI-agent tooling. The upstream repository, gtwatts/mainframe, describes an AI-native Bash runtime with pure Bash functions, LSP and MCP support, safe execution patterns, and bundled skills.

Compatibility: Bash, LSP, MCP, and mainframe or legacy automation workflows.

Workflow

  1. Identify the automation target: source inventory, log parsing, dependency extraction, command orchestration, or migration support.
  2. Prefer read-only commands while discovering system state, datasets, source files, job logs, and generated artifacts.
  3. Use structured output formats for agent consumption, especially JSON, delimited tables, and deterministic file paths.
  4. Wrap fragile shell operations with explicit checks, dry-run modes, idempotency guards, and clear error reporting.
  5. For migration work, use automation to collect evidence and prepare repeatable steps rather than silently transforming source systems.

Guardrails

Installs
2
GitHub Stars
10
First Seen
Jul 16, 2026
mainframe — autohandai/community-skills