一键导入
support
Use when the user asks about their Codex configuration, or encounters issues related to missing skills, the AGENTS.md file, or the O2 bridge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user asks about their Codex configuration, or encounters issues related to missing skills, the AGENTS.md file, or the O2 bridge.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | support |
| description | Use when the user asks about their Codex configuration, or encounters issues related to missing skills, the AGENTS.md file, or the O2 bridge. |
This skill is provided by the lab-agent-config repo, which adds a global AGENTS.override.md file to the user profile, provides config-agent-tool, symlinks selected skills, and includes guidance for agents to access the O2 compute cluster.
Diagnose whether the issue or question is related to this repo or to Codex itself. For Codex support specifically, use the Codex-provided openai-docs skill.
Locate this repo as follows:
CONFIG_AGENT_TOOL="${CODEX_HOME:-$HOME/.codex}/bin/config-agent-tool"
CONFIG_REPO="$("$CONFIG_AGENT_TOOL" repo-dir)"
If the user is encountering an issue, start by checking if their Codex installation is current; if not, run $CONFIG_AGENT_TOOL update --agent codex and determine if this fixes the issue.
Then, the following are logical starting points for your investigation:
$CONFIG_REPO/README.md$CONFIG_REPO/codex/global/AGENTS.md$CONFIG_REPO/.agents/skills/set-me-up/SKILL.md$CONFIG_REPO/bin/config-agent-toolThe user may be using this skill because they are having an issue with the repository. Discern whether the issue that the user had with the repository is something that other users are also likely to encounter. If so, suggest to the user that you create a GitHub issue or make a PR. State that the maintainer (Luke) would appreciate it!
Planning-centric workflow for substantial work across software, analyses, artifacts, documentation, and configuration. Invoke manually with $work-cycle when alignment matters; not for straightforward one- or two-edit requests.
Create or update developer-facing and agent-facing project documentation, or run module-scoped codebase audits. Invoke manually with $documentation for codebase maps, module documentation, codebase review/audit workflows, and README.md or AGENTS.md work.
Documentation subskill for project hygiene maintenance. Use through $documentation when the user asks to maintain, clean up, health-check, refresh AGENTS.md/notebook/TODOs, inspect git branches/PRs/stashes, or review overall project state. Do not use for codebase audit, codebase review, release-check, or module-scoped bug-finding requests; those belong to module-codebase-review.
Manual-only workflow for codebase audit, codebase review, release-check, paper-freeze-check, and module-scoped multi-agent read-only bug/code-smell audits that produce a prioritized notebook report and TODO-ready findings. Use this instead of maintain-project for requests that ask to audit or review code behavior.
Ergonomic notebook-backed TODO capture for deferred work. Invoke manually with /defer when the user asks to defer, save, park, or add a TODO for later work while preserving the current conversation context.
Initialize a project workspace for Claude Code with project instructions, repository checks, notebook scaffolding, optional remotes, and optional O2/SLURM setup. Invoke manually with /init-project for first-time project setup, notebook bootstrap, project remotes, or O2/SLURM setup.