Claude Code System Prompts — Summary
claude-code-system-prompts by Piebald AI is a reverse-engineering reference repository that extracts and publishes all of Claude Code's internal system prompts, tool descriptions, agent prompts, and system reminders — updated within minutes of each Claude Code release, tracking 187+ versions since v2.0.14. At Claude Code v2.1.150 (May 22, 2026), the repo documents 220+ named prompt strings grouped into: Agent Prompts (general-purpose, plan mode, explore, code review 8-part series), Data files (API references, managed agents docs), Skills (35+ skill definitions), System Prompts (60+ behavioral instructions), System Reminders (40+ context-injection messages), and Tool Descriptions (75+ tool parameter specs). The companion product is tweakcc — a tool that patches users' local Claude Code installations with custom versions of individual system prompt strings. The project is published by Piebald AI, which also ships a commercial IDE product (Piebald).
Differs from seeds: This is a unique archetype not represented in the 11 seeds — a system-prompt observatory rather than a user-facing framework. It ships zero runnable Claude Code primitives (no commands, skills, hooks, MCP servers) and has no user workflow. Its value is entirely informational: showing what Claude Code's internal instructions look like, enabling security research, prompt tuning, and the tweakcc patching tool. Closest architectural analog might be ccmemory (infrastructure-level tool) but the purpose is documentation not augmentation.