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.
Instalação
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
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.