Token导航 LogoToken导航TokenDH.com
运维和基础设施执行命令github未标认证来源可访问clear审计通过

ibm-mainframeIBM 大型机

Agent Skill

ibm-mainframe 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

563

周安装

23

GitHub Stars

10

下载量

180
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ibm-mainframe(IBM 大型机)
来源仓库:https://github.com/dauquangthanh/hanoi-rainbow
仓库路径:skills/ibm-mainframe
安装命令:
npx skills add https://github.com/dauquangthanh/hanoi-rainbow --skill ibm-mainframe
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/dauquangthanh/hanoi-rainbow --skill ibm-mainframe

简介

ibm-mainframe 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 适用于大型机相关开发、运维协作和代码变更管理等任务,支持多宿主环境。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和技能功能边界。
  • 使用前建议核实维护状态、是否触发联网或文件操作,避免影响系统安全或数据完整性。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

IBM Mainframe

Overview

Comprehensive guidance for IBM Mainframe (z/OS) administration, development, operations, and modernization. Covers system programming, application development, middleware configuration, database management, and migration strategies for mainframe environments.

Quick Start Guide

Choose your task and load the appropriate reference:

  1. z/OS System Administration → Load zos-administration.md for system operations, address spaces, JES2/JES3, TSO/ISPF commands, dataset management, and USS
  2. JCL Development & Batch Processing → Load jcl-batch-processing.md for JCL syntax, utilities (IEBGENER, SORT, IDCAMS), procedures, GDG management, and job scheduling
  3. COBOL Programming → Load cobol-programming.md for COBOL structure, file handling, DB2/CICS integration, compile/link procedures, and debugging
  4. Mainframe Modernization → Load mainframe-modernization.md for migration strategies, assessment, rehost/replatform/refactor approaches, and cloud integration

Core Mainframe Concepts

z/OS Operating System

  • MVS (Multiple Virtual Storage): Core OS components
  • JES2/JES3: Job Entry Subsystems for batch processing
  • TSO/ISPF: Time Sharing Option / Interactive System Productivity Facility
  • USS: Unix System Services (POSIX environment on z/OS)
  • Address Spaces: Isolated execution environments (ASID)

Key Subsystems

  • CICS: Customer Information Control System (transaction processing)
  • IMS: Information Management System (hierarchical DB + transaction manager)
  • DB2: Relational database management system
  • MQ: Message queuing middleware
  • WebSphere: Application server for Java applications

Data Management

  • VSAM: Virtual Storage Access Method (indexed, sequential, relative record)
  • Sequential Files: PS (Physical Sequential), PDS (Partitioned Data Set), PDSE
  • GDG: Generation Data Group (versioned datasets)
  • SMS: Storage Management Subsystem (automated data management)

Security Systems

  • RACF: Resource Access Control Facility (IBM)
  • ACF2: Access Control Facility 2 (CA Technologies)
  • Top Secret: Security system (CA Technologies)

Common Mainframe Tasks

For detailed syntax, examples, and procedures, load the appropriate reference file:

Administration & Operations

Application Development

System Management

Mainframe Development Workflow

For complete development procedures, compile JCL, version control integration, and testing strategies, load cobol-programming.md.

Typical development cycle:

  1. Edit source code (ISPF or modern IDE)
  2. Compile and link programs
  3. Test in development environment
  4. Version control and promotion
  5. Deploy to production

Modern development approaches:

  • Git integration via USS (Unix System Services)
  • Zowe CLI for remote access and CI/CD
  • DBB (Dependency Based Build) for automated builds
  • Eclipse/VS Code with mainframe extensions

Mainframe Modernization Strategies

For comprehensive migration guidance, assessment procedures, and specific migration patterns, load mainframe-modernization.md.

Key approaches:

  1. Rehost (Lift & Shift): Mainframe emulators on x86/cloud (fastest, minimal changes)
  2. Replatform: Migrate to modern languages (Java, C#) with automated conversion
  3. Refactor: Redesign as microservices with modern architecture patterns
  4. Retire/Replace: Replace with COTS or modern SaaS alternatives

Integration options:

  • z/OS Connect for RESTful APIs
  • IBM MQ for messaging
  • CDC (Change Data Capture) for data replication
  • DevOps integration with Zowe, Jenkins, Git

Best Practices

Development

  1. Use structured programming (avoid ALTER, computed GO TO)
  2. Modular design with focused paragraphs/sections
  3. Comprehensive error handling (EXEC CICS HANDLE, SQL SQLCODE checks)
  4. Clear documentation with meaningful variable names
  5. Performance optimization (minimize I/O, efficient SQL, proper indexing)

Operations

  1. Automation with JCL procedures, REXX scripts, automation tools
  2. Proactive monitoring with alerts and performance baselines
  3. Regular backup & recovery with DR testing
  4. Capacity planning to monitor trends and forecast growth
  5. Security with least privilege, regular audits, compliance

Migration

  1. Phased approach to reduce risk incrementally
  2. Data integrity validation before and after migration
  3. Parallel running of old and new systems
  4. Maintain rollback plans
  5. Extensive documentation and team training

For detailed procedures, load the appropriate reference file.

Tooling Ecosystem

IBM Native Tools

  • ISPF: Primary development interface
  • SDSF: Job and output management
  • RMF/SMF: Performance monitoring and system logging
  • OMVS: Unix shell environment on z/OS

Modern Mainframe Tools

  • Zowe: Open-source framework for mainframe modernization
  • DBB: Dependency Based Build for DevOps
  • IBM Wazi: Cloud-native development environment
  • Topaz/IBM Developer for z/OS: Modern IDEs

Migration Tools

  • Micro Focus Enterprise Suite: Rehost solution
  • LzLabs/AWS Mainframe Modernization: Cloud migration platforms
  • IBM Rational/CAST: Application analysis tools

For detailed tool usage, configuration, and examples, load the appropriate reference file.

Common Issues & Solutions

Job Failures

  • S0C7 (Data exception): Invalid numeric data, uninitialized variables, data conversion errors
  • S806 (Program not found): Missing STEPLIB/JOBLIB, linking issues, wrong load library
  • S322 (Time out): Infinite loop, long-running query, insufficient TIME parameter
  • S013/S213/S413 (OPEN failure): Dataset allocation issues, DISP conflicts, missing dataset

Performance Issues

  • High CPU: Inefficient code, missing indexes, excessive I/O
  • Long response time: Network latency, database contention, poor SQL
  • Memory constraints: Virtual storage shortage, insufficient region size

Security Issues

  • Access denied: Check RACF permissions and group memberships
  • Unauthorized program: Not in APF library or not properly authorized
  • Dataset protection: Review UACC and specific permits

For detailed troubleshooting procedures, load the appropriate reference file.

Key Concepts Glossary

  • DASD: Direct Access Storage Device (disk storage)
  • ABEND: Abnormal End (program crash)
  • IPL: Initial Program Load (system boot)
  • LPAR: Logical Partition (virtual machine)
  • SYSPLEX: System Complex (cluster of z/OS systems)
  • Coupling Facility: High-speed memory for parallel sysplex
  • HCD/HCM: Hardware Configuration Dialog/Manager
  • SMP/E: System Modification Program/Extended (maintenance)
  • ISPF: Interactive System Productivity Facility
  • REXX: Restructured Extended Executor (scripting language)

Critical Considerations

Data Integrity

  • VSAM files require proper SHAREOPTIONS
  • DB2 locking and isolation levels must be configured correctly
  • GDG generation management for versioned datasets
  • Always backup before changes

System Performance

  • Batch window constraints (limited time for batch jobs)
  • Online transaction response time requirements (sub-second)
  • Resource contention management (CPU, I/O, memory)
  • Capacity planning for growth

Security & Compliance

  • RACF/ACF2 configuration and maintenance
  • Audit trails and compliance requirements (SOX, PCI-DSS, GDPR)
  • Separation of duties enforcement

High Availability

  • Parallel Sysplex for redundancy
  • GDPS (Geographically Dispersed Parallel Sysplex) for disaster recovery
  • Continuous availability requirements

Output Requirements

When analyzing or documenting mainframe systems, provide:

  1. System inventory: Operating system version, middleware, applications
  2. Architecture diagram: LPAR layout, subsystems, connectivity
  3. Dependency mapping: Job dependencies, program CALL trees, data flows
  4. Security assessment: User access, dataset protection, compliance gaps
  5. Performance baseline: CPU, I/O, response times, throughput
  6. Modernization roadmap: Assessment results, approach, timeline, risks (load mainframe-modernization.md)
  7. Migration plan: Phased approach, cutover strategy, rollback procedures
  8. Documentation: Technical specifications, runbooks, operational procedures

For specific output formats and templates, load the appropriate reference file.

Next Steps

For specific tasks, load the relevant reference file from the Quick Start Guide above. Each reference provides detailed procedures, commands, examples, and troubleshooting guidance for that specific area of mainframe operations.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.69%
按下载量换算50

windsurf

24.84%
按下载量换算45

OpenCode

16.83%
按下载量换算30

Codex

13.86%
按下载量换算25

Antigravity

8.74%
按下载量换算16

Gemini CLI

3.81%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/dauquangthanh/hanoi-rainbow --skill ibm-mainframe;npx skills add dauquangthanh/hanoi-rainbow --skill "ibm-mainframe" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills