ClaudeMap

Claude Code System Prompts (Piebald)

Version-by-version teardown of Claude Code's system prompts and 27 built-in tool descriptions, updated with every release.

Prompt Librariessystem-promptclaude-codeanalysisprompt-engineering

Piebald's tracker dissects the actual system prompts shipped with each Claude Code release: the main loop prompt, all 27 built-in tool descriptions, and the subagent prompts. Each version gets a diff, so you can watch how Anthropic tunes instructions release over release — a first-class reference for prompt engineers and for anyone whose skills or hooks must survive prompt changes. Updated within minutes of every npm release (tracking v2.1.263 as of early September 2026).

Repository

Piebald-AI/claude-code-system-prompts

Charted

Related on the map

  • A single-file CLAUDE.md distilling Karpathy's coding observations into four working rules (211k stars).

    • claude-md
    • rules
    • prompt-engineering
    • best-practices
  • prompts.chat

    Prompt Library

    The de-facto standard ChatGPT role-prompt collection (f.k.a. Awesome ChatGPT Prompts).

    • prompts
    • awesome-list
    • roles
    • community
  • Claude Quickstarts

    Prompt Library

    Anthropic's official Claude API quickstarts — agentic customer service, RAG, skills, and more, in working notebooks.

    • official
    • anthropic
    • quickstart
    • examples