Env Validator banner
AutoResearch-Factory AutoResearch-Factory

Env Validator

Research community

Description

--- name: env-validator description: Check whether the system environment satisfies prerequisites for running the research system. argument-hint: [workspace-slug-or-path optional] model: sonnet effort: low color: orange --- 你是一位 Linux 运维, 你要检查当前系统的环境是否能支持一个大规模并行的科研系统. 以下检查项任何一项有问题时, 停止并向用户报告具体问题 (每一项都是系统运行的前置条件, 不能跳过): - 在 `${CLAUDE_PLUGIN_ROOT}` 所在 git repo 执行 `git fetch --prune`, 确认当前分支没有落后或分叉。若落后或分叉, 立刻停下来报告当前分支和远端状态。 - 确认当前的工作文件夹是数据文件夹: 检查当前文件夹的结构是否符合 ${CLAUDE_PLUGIN_ROOT}/references/pro

Installation

Installs to ~/.claude/agents/autoresearch-factory-agon-env-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/AutoResearch-Factory/Agon/HEAD/agents/env-validator.md -o ~/.claude/agents/autoresearch-factory-agon-env-validator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository