Official guides

18 items
Claude CodeEnglish original

export const PromptLibrary = ({text = {}, labels = {}, tagLabels = {}, phaseLabels = {}, sourceLabels = {}, catLabels = {}}) => { const RAW = useMemo(() => [{ id: 'get-oriented-in-a', sdlc: 'discover', cat: 'Onboard', star

Claude CodeEnglish original

This page collects short recipes for everyday development. For higher-level guidance on prompting and context management, see Best practices.

Claude CodeEnglish original

Claude Code is an agentic coding environment. Unlike a chatbot that answers questions and waits, Claude Code can read your files, run commands, make changes, and autonomously work through problems while you watch, redirect, or step away ent

OpenAIEnglish original

OpenAI offers two types of models: reasoning models (o3 and o4-mini, for example) and GPT models (like GPT-4.1). These model families behave differently.

OpenAIEnglish original

With the OpenAI API, you can use a large language model to generate text from a prompt, as you might using ChatGPT. Models can generate almost any kind of text response—like code, mathematical equations, structured JSON data, or human-like

OpenAIEnglish original

JSON is one of the most widely used formats in the world for applications to exchange data.