Source Intelligence
Sweep 28 Aug 2026 · 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

22 pages for /help.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

PDF Processing Claude Developer Platform · in the page agents-and-tools/agent-skills/best-practices …orward slashes in file paths, even on Windows: * ✓ **Good:** `scripts/helper.py`, `reference/guide.md` * ✗ **Avoid:** `scripts\helper.py`, `reference\guide.md` Unix-style paths work across all platf… mcp-connector Claude Developer Platform · in the page agents-and-tools/mcp-connector …cpResourceToContent, mcpResourceToFile } from "@anthropic-ai/sdk/helpers/beta/mcp"; ``` ```csharp C# using Anthropic.Helpers.Beta; using Anthropic.Helpers.Beta.Mcp; ``` ```go Go… build-a-tool-using-agent Claude Developer Platform · in the page agents-and-tools/tool-use/build-a-tool-using-agent …"@anthropic-ai/sdk"; import { betaZodTool } from "@anthropic-ai/sdk/helpers/beta/zod"; import { z } from "zod"; const client = new Anthropic(); const createCalendarEvent = betaZodTool({… memory-tool Claude Developer Platform · in the page agents-and-tools/tool-use/memory-tool …anthropic-ai/sdk"; import { betaMemoryTool } from "@anthropic-ai/sdk/helpers/beta/memory"; import { BetaLocalFilesystemMemoryTool } from "@anthropic-ai/sdk/tools/memory/node"; const client = ne… text-editor-tool Claude Developer Platform · in the page agents-and-tools/tool-use/text-editor-tool …Review my helper file" **Better prompt:** "Can you check my utils/helpers.py file for any performance issues?" </Accordion> <Accordion title="Create backups before editing"> Implement a… Log at info level Claude Developer Platform · in the page agents-and-tools/tool-use/tool-runner …SDK](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/helpers.md#tool-helpers), [C# SDK](https://github.com/anthropics/anthropic-sdk-csharp/blob/main/examples/ToolRunnerExample/Progra… structured-outputs Claude Developer Platform · in the page build-with-claude/structured-outputs …{ z } from "zod"; import { zodOutputFormat } from "@anthropic-ai/sdk/helpers/zod"; const ContactInfoSchema = z.object({ name: z.string(), email: z.string(), plan_interest: z.string(),… typescript Claude Developer Platform · in the page cli-sdks-libraries/sdks/typescript …erview). ```typescript import { betaZodTool } from "@anthropic-ai/sdk/helpers/beta/zod"; import { z } from "zod"; const anthropic = new Anthropic(); const weatherTool = betaZodTool({ name: "get_w… spawn.sh: called once per claimed work item Claude Developer Platform · in the page managed-agents/self-hosted-sandboxes …i/sdk"; import { EnvironmentWorker } from "@anthropic-ai/sdk/helpers/beta/environments"; const environmentKey = process.env.ANTHROPIC_ENVIRONMENT_KEY!; const environment… overview Claude Developer Platform · in the page release-notes/overview …SDK](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/helpers.md#tool-helpers). ### September 16, 2025 * We've unified our developer offerings under the Claude brand. You should see… Claude Code changelog Claude Code CLI · in the page changelog …used while Claude is working; `/add-dir`, `/autocompact`, `/theme`, `/help`, `/config` and `/advisor` dialogs open mid-turn in the fullscreen TUI * `/goal` now clears itself with a notice when a tu… Commands Claude Code CLI · in the page commands …screen), Claude Code also opens dialog commands such as `/theme` and `/help` immediately. Before v2.1.234, Claude Code queued those dialogs until the turn finished. ## Commands across a typical workf… Error reference Claude Code CLI · in the page errors …anything: ```text theme={null} Unknown command: /hepl. Did you mean /help? ``` Claude Code suggests the closest command name or alias that the menu lists in this session. When nothing is close, the… Interactive mode Claude Code CLI · in the page interactive-mode …r text. It also skips text that looks like code: * Commands such as `/help`, `@` mentions, URLs, file paths, and flags such as `--verbose` * Words with digits, underscores, or a capital letter after… Set up Claude Code in a monorepo or large codebase Claude Code CLI · in the page large-codebases …Watch mode: `npm test -- --watch` ## Test utilities - `src/__tests__/helpers/db.ts`: provides `setupTestDb()` and `teardownTestDb()` for database tests - `src/__tests__/helpers/auth.ts`: provides `c… Create plugins Claude Code CLI · in the page plugins …in:hello ``` You'll see Claude respond with a greeting. Run `/help` and open the **Custom commands** tab to see your skill listed under the plugin namespace. <Note> **Why namespaci… Quickstart Claude Code CLI · in the page quickstart …e version, current model, and working directory shown above it. Type `/help` for available commands or `/resume` to continue a previous conversation. ## Step 4: Ask your first question Let's start w… Extend Claude with skills Claude Code CLI · in the page skills …most nothing until you need it. <Note> For built-in commands like `/help` and `/compact`, and bundled skills like `/debug` and `/code-review`, see the [commands reference](/docs/en/commands). **… Tools reference Claude Code CLI · in the page tools-reference …new session (or /clear) to continue.`, and only `/clear`, `/resume`, `/help`, `/exit`, and `/feedback` still run. Claude Code records the end in the session's transcript, so resuming an ended session… Connect Gong Claude Documentation · in the page claude-tag/admins/connections/gong …g's own guide for creating the credential is at [help.gong.io](https://help.gong.io/docs/receive-access-to-the-api). ## Add the connection to a bundle In the bundle, click **Connect** next to **Gong… Connect Salesforce Claude Documentation · in the page claude-tag/admins/connections/salesforce …ure a Connected App for the OAuth 2.0 Client Credentials Flow](https://help.salesforce.com/s/articleView?id=xcloud.remoteaccess_oauth_client_credentials_flow.htm\&type=5). You'll need from Salesforce… Enterprise Managed Auth for connectors Claude Documentation · in the page connectors/building/enterprise-managed-auth …Okta's [Cross App Access participation guide](https://support.okta.com/help/s/article/claude-enterprise-managed-auth-with-okta-cross-app-access-xaa-beta-participation-guide?language=en_US) and configu…