> ## Documentation Index
> Fetch the complete documentation index at: https://ccmd.simse.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ccmd

> ccmd is a utility for caching commands

<div className="py-12 md:py-24 px-8 max-w-5xl mx-auto">
  <section className="flex flex-col items-center">
    <img className="h-12 mb-4" src="https://mintcdn.com/simonsorensen/QvALtmdJYNVq3D6s/assets/logo.svg?fit=max&auto=format&n=QvALtmdJYNVq3D6s&q=85&s=2c9afceb7014a67767644607a346c7c1" noZoom width="303" height="96" data-path="assets/logo.svg" />

    <p className="text-lg text-center">Deterministic CLI caching to avoid repeating expensive tasks like builds or codegen.</p>

    <Columns cols={2} className="mt-8 max-w-3xl">
      <Card title="Quickstart" href="/quickstart" icon="bolt">
        Get started with ccmd
      </Card>

      <Card title="How it works" href="#" icon="graduation-cap">
        Learn about the inner workings of `ccmd`
      </Card>
    </Columns>
  </section>
</div>
