StealThis .dev

awesome-claude-code — Skills, Hooks, Slash Commands

A curated community directory of Claude Code workflows, slash commands, hooks, skills, CLAUDE.md files, and tooling for developers extending the agent.

markdown
Targets: HTML

Code

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>awesome-claude-code — directory card</title>
    <style>
      :root {
        --bg: #0b0f17;
        --surface: #141a26;
        --surface-2: #1b2334;
        --text: #e6edf6;
        --muted: #8b97a8;
        --accent: #6ea8fe;
        --border: rgba(255, 255, 255, 0.08);
        --radius: 16px;
      }

      * {
        box-sizing: border-box;
      }

      html,
      body {
        margin: 0;
        padding: 0;
      }

      body {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px;
        background: radial-gradient(
            1200px 600px at 50% -10%,
            rgba(110, 168, 254, 0.12),
            transparent 60%
          ),
          var(--bg);
        color: var(--text);
        font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
          Helvetica, Arial, sans-serif;
        line-height: 1.5;
      }

      .card {
        width: 100%;
        max-width: 640px;
        background: var(--surface);
        border: 1px solid var(--border);
        border-radius: var(--radius);
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
        padding: 32px;
      }

      .eyebrow {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--accent);
        background: rgba(110, 168, 254, 0.1);
        border: 1px solid rgba(110, 168, 254, 0.25);
        padding: 4px 10px;
        border-radius: 999px;
      }

      h1 {
        margin: 16px 0 4px;
        font-size: 26px;
        line-height: 1.25;
        font-weight: 700;
      }

      .byline {
        margin: 0 0 16px;
        font-size: 14px;
        color: var(--muted);
      }

      .byline a {
        color: var(--muted);
        text-decoration: underline;
        text-underline-offset: 2px;
      }

      .desc {
        margin: 0 0 22px;
        font-size: 15px;
        color: var(--text);
      }

      .section-label {
        margin: 0 0 8px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: var(--muted);
      }

      pre {
        margin: 0 0 22px;
        background: var(--surface-2);
        border: 1px solid var(--border);
        border-radius: 12px;
        padding: 14px 16px;
        overflow-x: auto;
      }

      code {
        font-family: "SF Mono", ui-monospace, SFMono-Regular, Menlo, Consolas,
          monospace;
        font-size: 13px;
        color: var(--text);
      }

      .pills {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0 0 26px;
      }

      .pill {
        font-size: 12px;
        font-weight: 500;
        color: var(--text);
        background: var(--surface-2);
        border: 1px solid var(--border);
        padding: 5px 11px;
        border-radius: 999px;
      }

      .cta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 15px;
        font-weight: 600;
        color: #0b0f17;
        background: var(--accent);
        border-radius: 12px;
        padding: 12px 20px;
        text-decoration: none;
        transition: transform 0.12s ease, box-shadow 0.12s ease;
      }

      .cta:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 24px rgba(110, 168, 254, 0.35);
      }

      .cta:focus-visible {
        outline: 3px solid var(--accent);
        outline-offset: 3px;
      }

      a:focus-visible {
        outline: 2px solid var(--accent);
        outline-offset: 2px;
        border-radius: 4px;
      }

      @media (max-width: 480px) {
        .card {
          padding: 24px;
        }
        h1 {
          font-size: 22px;
        }
      }
    </style>
  </head>
  <body>
    <article class="card">
      <span class="eyebrow">Claude Code (community)</span>
      <h1>awesome-claude-code — Skills, Hooks, Slash Commands</h1>
      <p class="byline">
        Maintained by
        <a
          href="https://github.com/hesreallyhim"
          target="_blank"
          rel="noopener"
          >hesreallyhim</a
        >
        · community directory
      </p>

      <p class="desc">
        A curated directory of Claude Code workflows, slash commands, hooks,
        skills, and CLAUDE.md examples — a discovery hub for developers extending
        the agent.
      </p>

      <p class="section-label">How to access</p>
      <pre><code>https://github.com/hesreallyhim/awesome-claude-code

git clone https://github.com/hesreallyhim/awesome-claude-code.git</code></pre>

      <p class="section-label">Compatible with</p>
      <div class="pills">
        <span class="pill">Claude Code</span>
        <span class="pill">Slash commands</span>
        <span class="pill">Hooks</span>
        <span class="pill">Skills</span>
        <span class="pill">MCP</span>
      </div>

      <a
        class="cta"
        href="https://github.com/hesreallyhim/awesome-claude-code"
        target="_blank"
        rel="noopener"
        >Open on GitHub →</a
      >
    </article>
  </body>
</html>

What it is

awesome-claude-code is a community-maintained “awesome list” — a curated GitHub directory of resources for getting more out of Anthropic’s Claude Code CLI. It collects slash commands, hooks, skills, CLAUDE.md examples, workflow guides, and companion tooling submitted and reviewed by the community.

Unlike a single plugin, it is a discovery hub: a starting point for finding the extensions, configurations, and patterns other developers use with Claude Code.

How to access / install

Browse the directory directly on GitHub:

https://github.com/hesreallyhim/awesome-claude-code

Clone it to read and adapt the example configs locally:

git clone https://github.com/hesreallyhim/awesome-claude-code.git

Most entries are copy-and-adapt: drop a slash command into .claude/commands/, add a hook to your settings.json, or borrow a CLAUDE.md pattern for your repo.

Good for

  • Discovering slash commands, hooks, and skills to extend Claude Code.
  • Finding real-world CLAUDE.md examples and workflow conventions.
  • Keeping up with community tooling and integrations around the Claude Code CLI.