用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-creating-instructions命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | fabrico-creating-instructions |
| description | Author root or nested `AGENTS.md` and `AGENTS.override.md` guidance. |
Encode durable working agreements in the smallest AGENTS.md layer that matches their scope.
Codex can load:
~/.codex/AGENTS.md for personal defaults across repositoriesAGENTS.md at the repository root for shared project guidanceAGENTS.md files between the repository root and current working directory for narrower guidanceAGENTS.override.md in place of AGENTS.md at the same directory levelAt each directory level, Codex selects at most one instruction file: AGENTS.override.md first, then AGENTS.md, then configured fallback filenames. It combines selected files from broadest to closest, so later guidance can refine earlier guidance.
Project instruction discovery follows the current working directory. Place nested files where sessions for that subtree are launched, and keep essential repository-wide rules at the root.
Markdown links are references for a reader; they do not load another file as instructions. Keep shared rules in the broadest applicable AGENTS.md and put only deltas in nested files.
.codex/config.toml for models, sandboxing, MCP, hooks, feature flags, and fallback filename configuration.Prioritize:
Avoid biographies, generic engineering advice, stale architecture summaries, secrets, and exhaustive documentation copies. Keep combined guidance under Codex's configured document budget; the default is 32 KiB.
Use agents-md.template.md for a repository root and nested-agents-md.template.md for a scoped delta or override.