Use when answering questions about current Claude Code behavior, configuration, CLI features, hooks, skills, plugins, sessions, compaction, permissions, or other Claude Code-specific interfaces from official documentation.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when answering questions about current Claude Code behavior, configuration, CLI features, hooks, skills, plugins, sessions, compaction, permissions, or other Claude Code-specific interfaces from official documentation.
Claude Code Docs
Work in clikernel. Fetch https://code.claude.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. Claude Code ships no public source; when the docs do not answer the question, check the changelog and What's New pages for recent changes, and investigate observed behavior directly (settings files, --help, /doctor).
Base the answer on the strongest applicable evidence: documented contracts for public behavior, and direct observation for runtime behavior. Distinguish among them when it matters.