Use when answering questions about current Codex behavior, configuration, CLI features, hooks, skills, plugins, sessions, compaction, permissions, or other Codex-specific interfaces from official documentation.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when answering questions about current Codex behavior, configuration, CLI features, hooks, skills, plugins, sessions, compaction, permissions, or other Codex-specific interfaces from official documentation.
Codex Docs
Work in clikernel. Fetch https://learn.chatgpt.com/docs/llms.txt exactly with httpx, save its text to a variable, and display the whole variable. It is the table of contents agents are meant to inspect.
Choose the link whose title matches the question. Do not replace the requested URL with a similar page.
Fetch that linked Markdown page with httpx and save its text to another variable. Never fetch llms-full.txt; select the relevant page from llms.txt instead.
Check the Markdown page's len(). If it is at most 30,000 characters, display the whole page. If it is larger, do not display it: load the toolslm.read_md pyskill, parse the page variable, inspect paths(), and retrieve the relevant sections. Fetch shared sections separately when an event-specific section refers to them.
Use the official documentation for documented interfaces and normal day-to-day behavior. Dive into the Codex source when the docs do not answer the question, when implementation details matter, or when investigating observed behavior. Prefer source matching the installed build; if the source may be newer or older, say so.
Base the answer on the strongest applicable evidence: documented contracts for public behavior, matching source for implementation details, and direct observation for runtime behavior. Distinguish among them when it matters.