MCPcopy
hub / github.com/hesreallyhim/awesome-claude-code

github.com/hesreallyhim/awesome-claude-code @2026.04.05.2 sqlite

repository ↗ · DeepWiki ↗ · release 2026.04.05.2 ↗
718 symbols 2,377 edges 85 files 542 documented · 75%
README

Pick Your Style:

Awesome Extra Classic Flat

<img src="https://github.com/hesreallyhim/awesome-claude-code/raw/2026.04.05.2/assets/awesome-claude-code-social-clawd-leo.png" alt="Awesome Claude Code" width="600">

Awesome Claude Code

Awesome

A selectively curated list of skills, agents, plugins, hooks, and other amazing tools for enhancing your Claude Code workflow.

Featured Claude Code Projects

Latest Additions

  • Claude Code Agent Teams: Exercises by Panaversity - Practical exercises for Claude Code Agent Teams - 6 exercises + 2 capstones covering team creation, task coordination, quality hooks, and parallel code review - good learning resource.
  • Harness by revfactory - A meta-skill that designs domain-specific agent teams, defines specialized agents, and generates the skills they use. Resources are in Korean but can produce high-quality English-language output.
  • claude-devtools by matt1398 - A well-designed desktop app that provides detailed observability into your Claude Code sessions by analyzing the session logs. Provides turn-based context data across numerous categories, compaction visualization, subagent execution trees, and custom notification triggers. Easy to install, and nice visual design.

Contents

Agent Skills 🤖

Agent skills are model-controlled configurations (files, scripts, resources, etc.) that enable Claude Code to perform specialized tasks requiring specific knowledge or capabilities.

General

  • AgentSys by avifenesh - Workflow automation system for Claude with a group of useful plugins, agents, and skills. Automates task-to-production workflows, PR management, code cleanup, performance investigation, drift detection, and multi-agent code review. Includes agnix for linting agent configurations. Built on thousands of lines of code with thousands of tests. Uses deterministic detection (regex, AST) with LLM judgment for efficiency. Used on many production systems.
  • AI Agent, AI Spy by Whittaker & Tiwari - Members from the Signal Foundation with some really great tips and tricks on how to turn your operating system into an instrument of total surveillance, and why some companies are doing this really awesome thing. [warning: YouTube link].
  • Book Factory by Robert Guss - A comprehensive pipeline of Skills that replicates traditional publishing infrastructure for nonfiction book creation using specialized Claude skills.
  • 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.
  • Claude Code Agents by Paul - UndeadList - Comprehensive E2E development workflow with helpful Claude Code subagent prompts for solo devs. Run multiple auditors in parallel, automate fix cycles with micro-checkpoint protocols, and do browser-based QA. Includes strict protocols to prevent AI going rogue.
  • Claude Codex Settings by fatih akyon - A well-organized, well-written set of plugins covering core developer activities, such as working with common cloud platforms like GitHub, Azure, MongoDB, and popular services such as Tavily, Playwright, and more. Clear, not overly-opinionated, and compatible with a few other providers.
  • Claude Mountaineering Skills by Dmytro Gaivoronsky - Claude Code skill that automates mountain route research for North American peaks. Aggregates data from 10+ mountaineering sources like Mountaineers.org, PeakBagger.com and SummitPost.com to generate detailed route beta reports with weather, avalanche conditions, and trip reports.
  • Claude Scientific Skills by K-Dense - "A set of ready-to-use Agent Skills for research, science, engineering, analysis, finance and writing." That's their description - modest, simple. That's how you can tell this is really one of the best skills repos on GitHub. If you've ever thought about getting a PhD... just read all of these documents instead. Also I think it IS an AI agent or something? Awesome.
  • Codebase to Course by Zara Zhang - A Claude Code skill that turns any codebase into a beautiful, interactive single-page HTML course for non-technical vibe coders.
  • Codex Skill by klaudworks - Enables users to prompt codex from claude code. Unlike the raw codex mcp server, this skill infers parameters such as model, reasoning effort, sandboxing from your prompt or asks you to specify them. It also simplifies continuing prior codex sessions so that codex can continue with the prior context.
  • Compound Engineering Plugin by EveryInc - A very pragmatic set of well-designed agents, skills, and commands, built around a discipline of turning past mistakes and errors into lessons and opportunities for future growth and improvement. Good documentation.
  • Context Engineering Kit by Vlad Goncharov - Hand-crafted collection of advanced context engineering techniques and patterns with minimal token footprint focused on improving agent result quality.
  • Everything Claude Code by Affaan Mustafa - Top-notch, well-written resources covering "just about everything" from core engineering domains. What's nice about this "everything-" store is most of the resources have significant standalone value and unlike some all-encompassing frameworks, although you can opt in to the author's own specific workflow patterns if you choose, the individual resources offer exemplary patterns in (just about) every Claude Code feature you can find (apologies to the Output Styles devotees).
  • Fullstack Dev Skills by jeffallan - A comprehensive Claude Code plugin with 65 specialized skills covering full-stack development across a wide range of specific frameworks. Features 9 project workflow commands for Jira/Confluence integration and, notably, an interesting approach to context engineering via a /common-ground command that surfaces Claude's hidden assumptions about your project. This is a smart thing to do.
  • read-only-postgres by jawwadfirdousi - Read-only PostgreSQL query skill for Claude Code. Executes SELECT/SHOW/EXPLAIN/WITH queries across configured databases with strict validation, timeouts, and row limits. Supports multiple connections with descriptions for database selection.
  • Superpowers by Jesse Vincent - A strong bundle of core competencies for software engineering, with good coverage of a large portion of the SDLC - from planning, reviewing, testing, debugging... Well written, well organized, and adaptable. The author refers to them as "superpowers", but many of them are just consolidating engineering best practices - which sometimes does feel like a superpower when working with Claude Code.
  • Trail of Bits Security Skills by Trail of Bits - A very professional collection of over a dozen security-focused skills for code auditing and vulnerability detection. Includes skills for static analysis with CodeQL and Semgrep, variant analysis across codebases, fix verification, and differential code review.
  • TÂCHES Claude Code Resources by TÂCHES - A well-balanced, "down-to-Earth" set of sub agents, skills, and commands, that are well-organized, easy to read, and a healthy focus on "meta"-skills/agents, like "skill-auditor", hook creation, etc. - the kind of things you can adapt to your workflow, and not the other way around.
  • Web Assets Generator Skill by Alon Wolenitz - Easily generate web assets from Claude Code including favicons, app icons (PWA), and social media meta images (Open Graph) for Facebook, Twitter, WhatsApp, and LinkedIn. Handles image resizing, text-to-image generation, emojis, and provides proper HTML meta tags.

Workflows & Knowledge Guides 🧠

A workflow is a tightly coupled set of Claude Code-native resources that facilitate specific projects

General

  • AB Method by Ayoub Bensalah - A principled, spec-driven workflow that transforms large problems into focused, incremental missions using Claude Code's specialized sub agents. Includes slash-commands, sub agents, and specialized workflows designed for specific parts of the SDLC.
  • Agentic Workflow Patterns by ThibautMelen - A comprehensive and well-documented collection of agentic patterns from Anthropic docs, with colorful Mermaid diagrams and code examples for each pattern. Covers Subagent Orchestration, Progressive Skills, Parallel Tool Calling, Master-Clone Architecture, Wizard Workflows, and more. Also compatible with other providers.
  • Blogging Platform Instructions by cloudartisan - Provides a well-structured set of commands for publishing and maintaining a blogging platform, including commands for creating posts, managing categories, and handling media files.
  • Claude Code Documentation Mirror by Eric Buess - A mirror of the Anthropic © PBC documentation pages for Claude Code, updated every few hours. Can come in handy when trying to stay on top of the ever-expanding feature-set of Dr. Claw D. Code, Ph.D.
  • Claude Code Handbook by nikiforovall - Collection of best practices, tips, and techniques for Claude Code development workflows, enhanced with distributable plugins.
  • Claude Code Infrastructure Showcase by diet103 - A remarkably innovative approach to working with Skills, the centerpiece of which being a technique that leverages hooks to ensure that Claude intelligently selects and activates the appropriate Skill given the current context. Well-documented and adaptable to different projects and workflows.
  • [Claude Code PM](https://

Core symbols most depended-on inside this repo

asset_path_token
called by 36
scripts/readme/helpers/readme_paths.py
find_repo_root
called by 28
scripts/utils/repo_root.py
calculate_confidence
called by 20
scripts/resources/detect_informal_submission.py
generate_style_selector
called by 17
scripts/readme/markup/shared.py
sort_resources
called by 15
scripts/resources/sort_resources.py
parse_resource_date
called by 15
scripts/readme/helpers/readme_utils.py
parse_github_url
called by 12
scripts/utils/github_utils.py
generate_section_content
called by 12
scripts/readme/markup/minimal.py

Shape

Function 352
Method 305
Class 60
Route 1

Languages

Python100%

Modules by API surface

tests/test_generate_readme.py50 symbols
tests/test_flat_list_generator.py42 symbols
tests/test_style_selector_paths.py37 symbols
tests/test_detect_informal_submission.py34 symbols
scripts/readme/generators/base.py27 symbols
tools/readme_tree/update_readme_tree.py26 symbols
scripts/validation/validate_links.py25 symbols
tests/test_toc_anchor_validation.py24 symbols
tests/conftest.py22 symbols
tests/test_validate_links.py21 symbols
tests/test_sort_resources.py21 symbols
tests/test_readme_alternative_outputs.py21 symbols

Dependencies from manifests, versioned

PyGithub2.1.1 · 1×
PyYAML6.0.0 · 1×

For agents

$ claude mcp add awesome-claude-code \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact