Back to catalogPending
awesome-claude-code
by hesreallyhim
A curated list of awesome skills, hooks, slash-commands, agent orchestrators, applications, and plugins for Claude Code by Anthropic
22,657stars
1,299forks
Python
Added 12/27/2025
AI Agentsagent-skillsagentic-codeagentic-codingai-workflow-optimizationai-workflowsanthropicanthropic-claudeawesomeawesome-listawesome-listsawesome-resourcesclaudeclaude-codecoding-agentcoding-agentscoding-assistantcoding-assistantsllm
Installation
# Add to your Claude Code skills
git clone https://github.com/hesreallyhim/awesome-claude-code<!-- GENERATED FILE: do not edit directly -->
<h3 align="center">Pick Your Style:</h3>
<p align="center">
<a href="./"><img src="assets/badge-style-awesome.svg" alt="Awesome" height="28" style="border: 2px solid #cc3366; border-radius: 4px;"></a>
<a href="README_ALTERNATIVES/README_EXTRA.md"><img src="assets/badge-style-extra.svg" alt="Extra" height="28"></a>
<a href="README_ALTERNATIVES/README_CLASSIC.md"><img src="assets/badge-style-classic.svg" alt="Classic" height="28"></a>
<a href="README_ALTERNATIVES/README_FLAT_ALL_AZ.md"><img src="assets/badge-style-flat.svg" alt="Flat" height="28"></a>
</p>
<p align="center">
<picture>
<img src="assets/awesome-claude-code-social-clawd-2.png" alt="Awesome Claude Code" width="600">
</picture>
</p>
Awesome Claude Code
A curated list of slash-commands, CLAUDE.md files, CLI tools, and other resources for enhancing your Claude Code workflow.
Claude Code is a CLI-based coding assistant from Anthropic that you can access in your terminal or IDE. This list helps the community share knowledge and best practices.
<div align="center"> <img src="assets/repo-ticker-awesome.svg" alt="Featured Claude Code Projects" width="100%"> </div>Latest Additions
- cc-devops-skills by akin-ozer - Immensely detailed set of skills for DevOps Engineers (or anyone who has to deploy code, really). Works with validations, generators, shell scripts and CLI tools to create high quality IaC code for about any platform you've ever struggled painfully to work with. Worth downloading even just as a source of documentation.
- /prd-generator by Denis Redozubov - A Claude Code plugin that generates comprehensive Product Requirements Documents (PRDs) from conversation context. Invoke
/create-prdafter discussing requirements and it produces a complete PRD with all standard sections including Executive Summary, User Stories, MVP Scope, Architecture, Success Criteria, and Implementation Phases. - Claude Session Restore by ZENG3LD - Efficiently restore context from previous Claude Code sessions by analyzing session files and git history. Features multi-factor data collection across numerous Claude Code capacities with time-based filtering. Uses tail-based parsing for efficient handling of large session files up to 2GB. Includes both a CLI tool for manual analysis and a Claude Code skill for automatic session restoration.
- Learn Claude Code by shareAI-Lab - A really interesting analysis of how coding agents like Claude Code are designed. It attempts to bre...