AIAny
Icon for item

Awesome Claude Code

A curated index of community resources for Claude Code — skills, hooks, slash commands, agent orchestrators, and plugins. Entries live in a source-of-truth CSV that generates the README; submissions are bot-checked, then manually vetted by the maintainer.

Introduction

Most "awesome" lists are hand-edited Markdown that slowly rots — dead links, duplicate entries, and a README nobody can keep consistent. This one treats the list as generated data: every resource lives in one source-of-truth CSV, and a Python toolchain regenerates the readable README, its badges, and table of contents from that file.

What Sets It Apart
  • The published list is generated, not written by hand — THE_RESOURCES_TABLE.csv is the file maintainers actually edit, so structure stays uniform across thousands of entries instead of drifting.
  • You can't open a pull request to get listed. Submissions go through a structured GitHub issue form, and a bot checks required fields, link reachability, duplicates, license, and description length — which it explicitly calls a formal check, not a review.
  • Inclusion is a human decision, tightened by heavy spam: the maintainer vets each entry for focus and evidence-backed claims, expects security-relevant behavior (network calls, telemetry, bypass-permissions) to be disclosed, and only then does a bot auto-open and merge the PR.
  • Coverage spans the whole Claude Code surface — skills, hooks, slash commands, agent orchestrators, applications, and plugins — rather than one niche.
Who It's For

Great fit if you're setting up Claude Code and want a curated starting point for hooks, custom commands, or agent workflows, or if you want a concrete example of running an "awesome" list as maintainable data instead of an ever-growing README. Look elsewhere if you want tutorials, opinionated rankings, or a safety guarantee — the bot only checks form, the maintainer's review isn't a security audit, and quality across community entries varies, so read the code before installing anything.

Information

  • Websitegithub.com
  • Authorshesreallyhim
  • Published date2025/04/19

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).