Open Infra Skills 是一个面向 AI 基础设施的、可移植的智能体技能库,专注于构建、运行、剖析和优化,目前以加速器训练优化为主。

Stars

138

7 天增长

暂无数据

Fork 数

1

开放 Issue

0

开源协议

Apache-2.0

最近更新

2026-07-10

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它将可重复的、基于证据的工程工作流封装为独立的智能体技能,强调可复现性、正确性验证以及跨多种 AI 基础设施环境的可移植编排。

适合谁使用

  • AI 基础设施工程师
  • 机器学习性能工程师
  • AI 系统集群运维人员
  • 从事 GPU/加速器部署与优化的开发者

典型使用场景

  • 在系统变更前建立可复现的基线
  • 对 MUSA GPU 上的分布式训练进行性能剖析和优化
  • 跨应用、系统追踪和内核层级诊断性能问题
  • 在提升性能的同时验证数值正确性

项目优势

  • 基于证据的设计,明确测量并区分事实与假设
  • 支持本地、SSH、调度器、容器和云环境,不依赖客户端操作系统
  • 渐进式信息展示:主技能文件简洁,仅在需要时加载深层参考资料
  • 质量标准要求可操作的工作流、验证步骤以及诚实的负面结果记录

使用前须知

  • 处于早期开发阶段,目前仅有一个已发布的技能(MUSA 训练优化)
  • 依赖 Skills CLI 及兼容的智能体,限制了在 Open Agent Skills 生态系统之外的直接采用
  • 当前加速器范围较窄;其他类别(分布式训练、推理等)尚在规划中,尚未实现

README 快速开始

Open Infra Skills

Open, portable agent skills for building, operating, profiling, and optimizing AI infrastructure.

This repository is intended to grow into a comprehensive, vendor-aware library for the full AI systems lifecycle: accelerator bring-up, distributed training, inference serving, kernels and compilers, data pipelines, observability, benchmarking, and cluster operations.

Why This Repository Exists

AI infrastructure work is full of environment-specific details, expensive experiments, and performance claims that are easy to mismeasure. Open Infra Skills packages repeatable engineering workflows as self-contained agent skills so that an assistant can:

  • establish a reproducible baseline before changing a system;
  • choose the right diagnostic layer, from application timing to system traces and kernel counters;
  • preserve numerical behavior while optimizing performance;
  • distinguish measured evidence from hypotheses;
  • work across local machines, SSH hosts, schedulers, containers, and clouds without assuming one client operating system.

Skill Catalog

SkillCategoryWhat it helps with
optimize-musa-trainingAcceleratorsProfile, debug, and optimize AI training on Moore Threads MUSA GPUs, including MFU/HFU, Moore Perf, FA2, torch.compile, FSDP, MCCL, and kernel-level analysis.

The machine-readable catalog is available in catalog.json.

Install

The repository follows the open Agent Skills directory convention. Use the Skills CLI to inspect or install it:

# List all skills in the repository.
npx skills add open-infra-skills/infra-skills --list

# Install one skill interactively.
npx skills add open-infra-skills/infra-skills --skill optimize-musa-training

# Install one skill globally for Codex without prompts.
npx skills add open-infra-skills/infra-skills \
  --skill optimize-musa-training \
  --global \
  --agent codex \
  --yes

You can also clone the repository and point a compatible agent at a skill directory directly. Each skill keeps its instructions and optional scripts, references, and agent metadata together.

Repository Layout

infra-skills/
|-- skills/
|   `-- /
|       `-- /
|           |-- SKILL.md
|           |-- agents/       # Optional agent-facing metadata
|           |-- references/

项目描述

Open, portable agent skills for AI infrastructure engineering.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

lopopolo
精选
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI 与机器学习AI 智能体
2,390
slvDev
精选
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI 与机器学习大语言模型
1,960
littledivy
精选
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI 与机器学习
1,482