organize-codex-project

仓库创建 2026年7月25日最近提交 5 天前SkillHot 收录 3 天前
这个 Skill 做什么

把本地工作区整理成适合 Codex 长期、可复现使用的结构:发现并修补 AGENTS.md、理清指令归属、区分全局与项目级技能、明确 Git 边界和子 agent 的角色分工,保证会话重启或切换后能恢复正确规则和状态。适合项目初始化、清理分散 agent 规则或诊断丢失技能/记忆时用,目标是让仓库变成可重复、可移植的开发单元。

▸ 展开 SKILL.md 英文原文

Audit and organize a local software workspace for reliable Codex use: AGENTS.md discovery, instruction ownership, project live state, global versus project skills/MCP/hooks, Git boundaries, custom parent/subagent roles, cross-agent handoff, and cold-start or compaction recovery. Use when initializing a project for Codex, cleaning up scattered agent rules or memory, diagnosing lost global instructions/skills/MCP, adding or repairing AGENTS.md, configuring subagents, or preparing a repo/workspace for repeatable work across sessions.

0
Stars
0
Forks
1
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/GleckusZeroFive/codex-project-organizer/main/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/GleckusZeroFive/codex-project-organizer/main/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Organize a Codex Project

Make the smallest structure that lets a fresh Codex session recover the right rules, capabilities, state, and next action without contaminating the client repository or duplicating global policy.

## 1. Inspect before changing

Resolve this skill directory, then run:

```powershell
python <skill-dir>\scripts\inspect_codex_project.py --cwd <workspace>
```

Use `--json` when another script will consume the result. Run from the exact directory the user intends to open in Codex; CWD affects instruction discovery.

Also inspect the dirty worktree, existing `AGENTS.md`, `AGENTS.override.md`, `CLAUDE.md`, `.codex/`, `.agents/skills/`, project docs, and any wrapper worksp
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有