一键导入
setup
Use when a repository needs AI Harness setup, repair/update, AGENTS.md refresh, AI memory refresh, vocabulary cleanup, or review after major codebase changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a repository needs AI Harness setup, repair/update, AGENTS.md refresh, AI memory refresh, vocabulary cleanup, or review after major codebase changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when reviewing Eve agent changes, auditing permissions/security, or after meaningful changes to agent instructions, tools, channels, subagents, hooks, or shared agent packages.
Use when adding a new Eve app, local Eve subagent, or reusable Eve agent package in this repository.
| name | setup |
| description | Use when a repository needs AI Harness setup, repair/update, AGENTS.md refresh, AI memory refresh, vocabulary cleanup, or review after major codebase changes |
Use this skill for first setup and later refreshes. The published CLI owns deterministic structure; this skill owns semantic repository understanding.
Humans and agents use the same deterministic entrypoint. Do not reimplement init, doctor, path repair, symlink repair, or managed file repair inside this skill. Call the CLI through npx.
Before inspecting repository meaning, announce the deterministic setup steps you are about to run.
From the repository root, run:
npx --yes @blazity-atlas/ai-harness@latest doctor
Then follow the CLI result:
npx --yes @blazity-atlas/ai-harness@latest init.doctor reports only fixable drift, run npx --yes @blazity-atlas/ai-harness@latest doctor --fix.doctor --fix refuses because of a dirty worktree, stop and ask the user whether to commit, stash, or explicitly rerun with --force. Do not use --force automatically.doctor reports manual conflicts, summarize those conflicts and stop before semantic setup.npx --yes @blazity-atlas/ai-harness@latest doctor after any init or fix command.doctor exits clean.If the current directory is not a git repository, stop and ask the user to run the skill from the repository root or initialize git first.
.ai/config.json and resolve every artifact location through it.After deterministic setup is clean and the repository has been inspected, ask whether the user wants standard setup or repository-specific AI Harness customization.
customization.md from this setup skill directory and follow that workflow.customization.md for a standard setup or refresh.Use when the harness is new or mostly empty. Build the first useful AI context for the repository.
Use after major codebase, architecture, dependency, command, or product changes. Compare existing AI context with the current repository and update only stale or missing facts.
Good questions cover: product purpose, target users, current direction, deploy/runtime expectations, architectural invariants, common pitfalls, safe commands, branch/release workflow, domain vocabulary, and external systems.
AGENTS.md concise and high-signal. Preserve human content and the AI Harness managed block..ai/LANGUAGE.md with canonical terms and avoided synonyms..ai/memory/product.md, .ai/memory/architecture.md, and .ai/memory/stack.md with stable facts only..ai/memory/lessons.md only for proven non-obvious pitfalls..ai/config.json paths.npx --yes @blazity-atlas/ai-harness@latest doctor again before reporting completion.AGENTS.md should help an agent work safely within the first minute: what this repo is, how it is structured, what commands are safe, what rules matter, and what not to touch. Prefer short factual sections over long prose.