diff --git a/README.md b/README.md index 5795910..12f43a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,32 @@ +
+
+ +
+ +
+ +### Announcement: Piebald is released! +We've released **Piebald**, the ultimate agentic AI developer experience. \ +Download it and try it out for free! **https://piebald.ai/** + +[Scroll down for Claude Code's system prompts.](https://github.com/Piebald-AI/claude-code-system-prompts#claude-code-system-prompts) :point_down: + +
+
+ +
+ + + + + hero + + +
+ # Claude Code System Prompts -This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v2.0.59](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.59) (December 4th, 2025).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 40 versions since v2.0.14. +This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v2.0.59](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.59) (December 4th, 2025).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 40 versions since v2.0.14. From the team behind [ **Piebald.**](https://piebald.ai/) Why multiple "system prompts?" diff --git a/tools/updatePrompts.js b/tools/updatePrompts.js index f65912e..722bac3 100644 --- a/tools/updatePrompts.js +++ b/tools/updatePrompts.js @@ -416,7 +416,7 @@ function updateReadme(promptsByFilename, version, releaseDate, versionCount) { const npmUrl = `https://www.npmjs.com/package/@anthropic-ai/claude-code/v/${version}`; const dateStr = releaseDate ? ` (${releaseDate})` : ''; - lines[2] = `This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v${version}](${npmUrl})${dateStr}.** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across ${versionCount} versions since v2.0.14.`; + lines[2] = `This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v${version}](${npmUrl})${dateStr}.** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across ${versionCount} versions since v2.0.14. From the team behind [ **Piebald.**](https://piebald.ai/)`; // Organize prompts by category const categories = {