awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Piebald-AI avatar

Piebald-AI/claude-code-system-prompts

0
View on GitHub↗
4,676 stars·680 forks·JavaScript·mit·17 views

Claude Code System Prompts

This repository catalogs the system prompts used by Claude Code, organizing them into browsable categories with token-count estimates for each prompt. It functions as both a prompt library browser and a revision tracker, surfacing the size and complexity of individual prompts to support auditing and prompt engineering decisions.

The project records prompt revisions by parsing git diffs between versions, capturing additions, removals, and token-count changes in a structured changelog. Token counts are approximated from character length using a fixed heuristic ratio, avoiding the need for API calls. Each prompt file includes YAML frontmatter storing category, version, and token estimate, enabling automated browsing and changelog generation. The resulting changelog delta computation provides a clear history of how system prompts evolve over time.

Features

  • Claude Code Configurations - A browsable catalog of version-controlled system prompts used by Claude Code with token counts.
  • Heuristic Token Estimators - Provides heuristic token counts for each prompt without requiring external API calls.
  • Prompt Libraries - Provides a browsable collection of system prompts organized by category with token statistics.
  • Category Browsing - Organizes prompts into navigable categories for efficient browsing by category.
  • Revision Extraction - Records additions, removals, and token count changes across prompt versions in a changelog.
  • Prompt Version Trackers - Tracks prompt revisions and displays additions, removals, and token changes over time.
  • Revision Histories - Records additions, removals, and token count changes across prompt versions as a revision history.
  • Changelogs - Computes token count deltas and records them in a structured changelog of prompt revisions.
  • Prompt and Agent Versioning - Manages and tracks multiple versions of prompts with iteration histories and change logs.
  • Prompt Engineering Tools - Displays token sizes for individual prompts to help audit complexity and prompt engineering decisions.
  • Audit Logging Systems - Captures and analyzes historical records of prompt revisions for auditing prompt evolution.
  • System Prompt Collections - Detailed analysis of internal system and sub-agent prompts.

Star history

Star history chart for piebald-ai/claude-code-system-promptsStar history chart for piebald-ai/claude-code-system-prompts

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Claude Code System Prompts

Similar open-source projects, ranked by how many features they share with Claude Code System Prompts.
  • helicone/heliconeHelicone avatar

    Helicone/helicone

    5,830View on GitHub↗

    Helicone is an AI gateway and observability platform designed to intercept, manage, and monitor interactions with large language models. By acting as a reverse-proxy, it provides a centralized layer for routing requests across multiple AI providers, allowing developers to maintain consistent application logic while gaining deep visibility into model performance, usage, and costs. The platform distinguishes itself through a robust suite of traffic management and prompt engineering tools. It enables policy-driven control, including automatic failover between providers, rate limiting, and edge-b

    TypeScript
    View on GitHub↗5,830
  • madcowd/ellMadcowD avatar

    MadcowD/ell

    5,874View on GitHub↗

    Ell is a Python library that treats prompts as callable functions, transforming a Python function into a language model program where the docstring defines the system message and the return value defines the user message. It provides a framework for writing language model programs that can accept and return images, audio, and text natively within message objects, and supports chaining multiple model calls into a single function for multi-step reasoning or test-time compute. The library decouples model selection from client instantiation through a registry that supports multiple provider backe

    Pythonaiprompt-engineering
    View on GitHub↗5,874
  • arize-ai/phoenixArize-ai avatar

    Arize-ai/phoenix

    8,605View on GitHub↗

    Arize Phoenix is an LLM observability platform and evaluation framework designed to capture execution traces and monitor large language model applications. It serves as a prompt management system for versioning and testing templates, and as a self-hosted AI operations infrastructure for managing telemetry and experiments. The platform differentiates itself through a specialized embedding visualization tool used to detect data drift and optimize vector search. It provides a comprehensive evaluation suite that utilizes judge-based evaluators and ground-truth datasets to score model outputs, and

    Jupyter Notebookagentsai-monitoringai-observability
    View on GitHub↗8,605
  • x1xhlol/system-prompts-and-models-of-ai-toolsx1xhlol avatar

    x1xhlol/system-prompts-and-models-of-ai-tools

    141,061View on GitHub↗

    This project is a community-driven knowledgebase and registry for AI agent configurations. It serves as a centralized repository for system prompts, environment settings, and integration strategies designed to standardize the behavior of various AI-assisted development tools. By capturing these configurations in a structured format, the project enables developers to maintain consistent AI agent performance across different workstations and environments. The repository distinguishes itself through a hierarchical, version-controlled architecture that treats prompt engineering patterns as portab

    aiboltcluely
    View on GitHub↗141,061
See all 30 alternatives to Claude Code System Prompts→

Frequently asked questions

What does piebald-ai/claude-code-system-prompts do?

This repository catalogs the system prompts used by Claude Code, organizing them into browsable categories with token-count estimates for each prompt. It functions as both a prompt library browser and a revision tracker, surfacing the size and complexity of individual prompts to support auditing and prompt engineering decisions.

What are the main features of piebald-ai/claude-code-system-prompts?

The main features of piebald-ai/claude-code-system-prompts are: Claude Code Configurations, Heuristic Token Estimators, Prompt Libraries, Category Browsing, Revision Extraction, Prompt Version Trackers, Revision Histories, Changelogs.

What are some open-source alternatives to piebald-ai/claude-code-system-prompts?

Open-source alternatives to piebald-ai/claude-code-system-prompts include: helicone/helicone — Helicone is an AI gateway and observability platform designed to intercept, manage, and monitor interactions with… madcowd/ell — Ell is a Python library that treats prompts as callable functions, transforming a Python function into a language… arize-ai/phoenix — Arize Phoenix is an LLM observability platform and evaluation framework designed to capture execution traces and… x1xhlol/system-prompts-and-models-of-ai-tools — This project is a community-driven knowledgebase and registry for AI agent configurations. It serves as a centralized… agenta-ai/agenta — Agenta is a Prompt Ops lifecycle manager and prompt management platform that decouples prompt engineering from… f/awesome-chatgpt-prompts — This project is a curated library of community-driven prompt templates and personas designed to improve interactions…