# system_prompts_leaks | Ásgeir Thor Johnson | Knowledge Base | Instagit

Collection of extracted System Prompts from popular chatbots like ChatGPT, Claude & Gemini

GitHub Stars: 31.6k

Repository: https://github.com/asgeirtj/system_prompts_leaks

---

## Articles

### [Configuration Options for Grok 3's Think Mode and DeepSearch Mode](/asgeirtj/system_prompts_leaks/what-are-the-configuration-options-for-grok-3-s-think-mode-and-deepsearch-mode)

Discover Grok 3's Think mode and DeepSearch mode configuration options. Learn how these modes are activated and if user-configurable parameters exist for your use.

- Tags: configuration-guide
- Published: 2026-02-19

### [How Claude Manages Multi-Turn Conversation State in MCP Flows](/asgeirtj/system_prompts_leaks/how-does-claude-manage-multi-turn-conversation-state-for-mcp-flows)

Discover how Claude handles multi-turn conversation state in MCP flows. Learn that Claude is stateless and requires clients to send full conversation history for context management. Get insights into system prompt leaks.

- Tags: internals
- Published: 2026-02-16

### [How to Use Claude's Skill-Creator Skill to Build and Test New Skills](/asgeirtj/system_prompts_leaks/how-can-developers-use-claude-s-skill-creator-skill-to-build-and-test-new-skills)

Learn how developers use Claude's skill creator skill to efficiently build and test custom skills via API calls. Generate, evaluate, and optimize new skills with automated testing.

- Tags: how-to-guide
- Published: 2026-02-16

### [How Claude Handles PDF and Image Inputs When Making API Calls](/asgeirtj/system_prompts_leaks/how-does-claude-handle-pdf-and-image-inputs-when-making-api-calls)

Learn how Claude handles PDF and image inputs in API calls. Discover how to send documents and images as Base64-encoded blobs directly within your messages payload.

- Tags: how-to-guide
- Published: 2026-02-16

### [How Grok Handles Memory Privacy for Sensitive Personal Information](/asgeirtj/system_prompts_leaks/how-does-grok-handle-memory-privacy-concerning-sensitive-personal-information)

Learn how Grok protects memory privacy for sensitive personal information. Discover its safeguards against storing financial details and passwords, with user control over memory and conversation deletion.

- Tags: deep-dive
- Published: 2026-02-16

### [Claude's Guidelines for Developers to Avoid Unnecessary Computer Tool Usage](/asgeirtj/system_prompts_leaks/what-are-claude-s-guidelines-for-developers-to-avoid-unnecessary-usage-of-computer-tools)

Discover Claude's guidelines for developers to avoid unnecessary computer tool usage. Learn how to prevent unnecessary tool invocation as defined in its system prompts.

- Tags: best-practices
- Published: 2026-02-16

### [How Anthropic's Product-Self-Knowledge Skill Ensures Claude Accuracy](/asgeirtj/system_prompts_leaks/how-does-anthropic-s-product-self-knowledge-skill-ensure-accuracy-regarding-claude-s-product-information)

Discover how Anthropic's product-self-knowledge skill ensures Claude AI provides accurate product information by consulting an authoritative markdown file, preventing hallucinations.

- Tags: deep-dive
- Published: 2026-02-16

### [How Claude Formats Chat Links When Referencing Past Conversation Search Results](/asgeirtj/system_prompts_leaks/how-does-claude-format-chat-links-when-referencing-results-from-past-conversations-search)

Learn how Claude formats chat links from past conversation search results into clickable Markdown URLs. Discover the `https://claude.ai/chat/{uri}` format.

- Tags: internals
- Published: 2026-02-16

### [How Claude Handles Information About xAI Products, SuperGrok, and API Subscriptions](/asgeirtj/system_prompts_leaks/how-does-claude-handle-information-about-xai-products-including-supergrok-api-and-subscriptions)

Discover how Claude handles xAI product information, including SuperGrok and API subscriptions, through its guardrail layer and approved whitelist. Learn about its restrictions on pricing and unreleased features.

- Tags: deep-dive
- Published: 2026-02-16

### [Claude end_conversation Tool Rules: Complete Usage Restrictions and Safety Guidelines](/asgeirtj/system_prompts_leaks/what-are-the-specific-rules-and-restrictions-for-using-claude-s-end-conversation-tool)

Discover Claude's end_conversation tool rules. Learn usage restrictions and safety guidelines to prevent misuse and ensure responsible AI interaction.

- Tags: api-reference
- Published: 2026-02-16

### [Claude Frontend Design Skill Requirements for Production-Grade React Components](/asgeirtj/system_prompts_leaks/what-are-the-requirements-for-claude-s-frontend-design-skill-in-creating-production-grade-react-components)

Master Claude's frontend design skills for production-grade React components. Learn essential requirements like single-file JSX, Tailwind CSS, state management, and approved libraries.

- Tags: api-reference
- Published: 2026-02-16

### [How Grok 3 Balances Real-Time Search Preferences with Internal Reasoning Capabilities](/asgeirtj/system_prompts_leaks/how-are-grok-3-s-real-time-search-preferences-balanced-with-its-internal-reasoning-capabilities)

Discover how Grok 3 balances real-time search preferences with internal reasoning prioritizing core logic for efficient and accurate AI responses.

- Tags: deep-dive
- Published: 2026-02-16

### [Claude's Network and Filesystem Configuration Restrictions: A Technical Analysis](/asgeirtj/system_prompts_leaks/what-are-claude-s-network-and-filesystem-configuration-restrictions)

Discover Claude's network and filesystem configuration restrictions. Learn about its sandboxed environment, egress proxy filtering, and read-only mounts for enhanced security.

- Tags: deep-dive
- Published: 2026-02-16

### [How Claude Handles Package Management with npm and pip: The --break-system-packages Flag Explained](/asgeirtj/system_prompts_leaks/how-does-claude-handle-package-management-with-npm-and-pip-including-the-use-of-break-system-packages)

Discover how Claude manages npm and pip packages using the --break-system-packages flag. Understand its strict isolation and bypass methods for Debian systems.

- Tags: deep-dive
- Published: 2026-02-16

### [Claude Trigger Patterns for Past Conversation Detection: A Complete Technical Guide](/asgeirtj/system_prompts_leaks/what-trigger-patterns-does-claude-use-to-identify-references-to-past-conversations)

Discover Claude's four trigger patterns for past conversation detection: explicit references, temporal cues, implicit signals, and assumptive questions. Learn how these activate conversation search tools.

- Tags: deep-dive
- Published: 2026-02-16

### [How Claude Decides Whether to Use Computer Tools or Respond Directly](/asgeirtj/system_prompts_leaks/how-does-claude-decide-whether-to-use-computer-tools-or-respond-directly-in-a-conversation)

Discover how Claude decides to use computer tools or respond directly by classifying queries into stable, unknown, or rapidly-changing categories. Learn its decision tree logic.

- Tags: deep-dive
- Published: 2026-02-16

### [How Claude Artifacts Integrate with MCP Servers: A Complete Slack Integration Guide](/asgeirtj/system_prompts_leaks/how-is-claude-s-artifacts-system-integrated-with-mcp-servers-using-slack-as-an-example)

Learn how Claude artifacts integrate with MCP servers using Slack. Discover how to invoke tools and embed results in persistent artifacts for seamless workflow automation. Read our complete guide now.

- Tags: how-to-guide
- Published: 2026-02-16

### [How Grok 3 Manages Memory Across Conversation Sessions: A Technical Deep Dive](/asgeirtj/system_prompts_leaks/how-does-grok-3-manage-memory-across-different-conversation-sessions)

Explore how Grok 3 manages conversation memory using system prompts, data controls, and privacy settings. Understand the technical details of its memory retention capabilities.

- Tags: deep-dive
- Published: 2026-02-16

### [Can Claude's Persistent Storage API Be Used as a Key-Value Store for Artifacts?](/asgeirtj/system_prompts_leaks/can-claude-s-persistent-storage-api-be-used-with-a-key-value-store-for-artifacts)

Discover if Claude's Persistent Storage API functions as a key-value store for artifacts. Learn how window.storage supports get, set, delete, and list operations for artifact data.

- Tags: how-to-guide
- Published: 2026-02-16

### [How Claude Artifacts Use the Anthropic API /v1/messages Endpoint](/asgeirtj/system_prompts_leaks/which-anthropic-api-endpoint-is-used-within-claude-artifacts-specifically-v1-messages)

Discover how Claude artifacts utilize the Anthropic API v1 messages endpoint for model communication. Learn about secure POST requests and backend authentication.

- Tags: how-to-guide
- Published: 2026-02-16

### [How Claude's Artifacts System Supports React, HTML, and Markdown with Special Rendering](/asgeirtj/system_prompts_leaks/how-does-claude-s-artifacts-system-support-creating-react-html-and-markdown-including-special-rendering)

Discover how Claude's artifacts system supports React, HTML, and Markdown with special rendering including SVG and Mermaid diagrams for seamless UI integration.

- Tags: deep-dive
- Published: 2026-02-16

### [Claude Document Creation Capabilities for DOCX, PDF, PPTX, and XLSX](/asgeirtj/system_prompts_leaks/what-are-claude-s-capabilities-for-document-creation-including-docx-pdf-pptx-and-xlsx)

Explore Claude's document creation abilities for DOCX, PDF, PPTX, and XLSX. Learn how Claude generates, edits, and analyzes files with specialized skills and provides download links.

- Tags: api-reference
- Published: 2026-02-16

### [File Handling Rules for Claude's Computer Use Mode: Uploads, Outputs, and Working Directory](/asgeirtj/system_prompts_leaks/what-are-the-file-handling-rules-for-claude-s-computer-use-mode-covering-uploads-outputs-and-the-working-directory)

Understand Claude's computer use file handling rules. Learn about uploads outputs and the working directory for safe data isolation and reliable artifact delivery.

- Tags: api-reference
- Published: 2026-02-16

### [Claude conversation_search vs recent_chats: How to Search Past Conversations](/asgeirtj/system_prompts_leaks/how-does-claude-s-conversation-search-differ-from-recent-chats-for-searching-past-conversations)

Discover the difference between Claude's conversation_search and recent_chats. Learn how to effectively search past conversations using keyword full-text searches versus chronological lists.

- Tags: how-to-guide
- Published: 2026-02-16

