@neil_xbt: https://x.com/neil_xbt/status/2056386359376396458

X AI KOLs Timeline Tools

Summary

A comprehensive curated list of 100 repositories across 11 categories that extend Claude Code's capabilities, from awesome lists to memory systems and orchestrators, enabling developers to build a system rather than just use a tool.

https://t.co/9L9Hyw0fQS
Original Article
View Cached Full Text

Cached at: 05/19/26, 06:44 AM

If You Are Not Using These 100 Repositories, You Are Using Claude Code Wrong.

Most people think of Claude Code as a smart terminal assistant.

You type something. It writes code. You review it. You move on. Useful, sure. But not fundamentally different from what you were doing before, just faster.

That was how I thought about it too. Until I discovered that the real Claude Code, the version that other developers are building entire companies with, the version that runs 30 parallel agents, maintains memory across sessions, enforces TDD automatically, integrates with every tool in your stack, and compounds in capability every week, is not the one you get out of the box.

It is the one you assemble from repositories.

The ecosystem around Claude Code has grown faster than almost anyone has tracked. New skills, plugins, subagents, MCP servers, orchestrators, memory systems, IDE integrations, and workflow harnesses are appearing daily. Most of them never make it to Hacker News. Most of them never get the stars they deserve. And most Claude Code users have never heard of any of them.

That gap, between what Claude Code is by default and what it becomes when you start building on top of it, is exactly where the productivity difference lives. The developers who are 5x more effective with the same subscription are not smarter. They are not working harder. They installed a few repositories and built a system instead of using a tool.

This article covers 100 of the best repositories across 11 categories. Every one of them is real, maintained, and immediately usable. By the end, you will know exactly what to install and why.

Category 1: Awesome Lists and Meta-Indexes

Before you install anything specific, you need a map of the territory. The Claude Code ecosystem is evolving faster than any single person can track. Awesome lists solve this by crowdsourcing the curation, filtering by actual quality rather than GitHub stars, and keeping pace with an ecosystem that shifts weekly.

Start here. Come back here often.

1. awesome-claude-code

The definitive curated list of the entire Claude Code ecosystem. This is the main index with 28,500 stars and a remarkable quality control mechanism: only Claude itself is allowed to submit pull requests. Skills, hooks, commands, orchestrators, and plugins are all here, filtered for genuine usefulness rather than just presence. repo: https://github.com/hesreallyhim/awesome-claude-code

2. awesome-claude-skills (ComposioHQ)

Over 50 production-ready Claude skills for automation, covering PostgreSQL, deep research, CSV processing, and root-cause tracing. Cross-compatible with Claude Code, Codex, Cursor, and Gemini CLI. Install directly via /skill add. repo: https://github.com/ComposioHQ/awesome-claude-skills

3. awesome-claude-plugins (ComposioHQ)

A curated plugin collection covering commands, agents, hooks, and MCP servers. Includes connect-apps, frontend-design, and artifacts-builder. Install via /plugin marketplace add. repo: https://github.com/ComposioHQ/awesome-claude-plugins

4. awesome-claude-prompts

A 4,200 star collection of optimized Claude prompts using XML-structured prompt techniques. Covers business, creative, and development workflows and is copy-paste ready from day one. repo: https://github.com/langgptai/awesome-claude-prompts

5. awesome-claude

An all-around list of everything Anthropic Claude-related: courses, guides, desktop apps, articles, MCP coverage, the BMAD method, and Claude Code tips. The best starting point for newcomers who want to understand the full landscape before diving into specifics. repo: https://github.com/alvinunreal/awesome-claude

**6. awesome-agent-skills (VoltAgent) **Over 1,000 agent skills sourced from real engineering teams rather than AI generation. Battle-tested and compatible with Claude Code, Codex, Gemini CLI, and Cursor. Includes Notion, WhatsApp, NotebookLM, and memory skills. repo: https://github.com/VoltAgent/awesome-agent-skills

7. awesome-claude-code-subagents (VoltAgent)

Hand-picked subagents for every stack and task, organized into domain-specific expertise bundles. Production-ready components that integrate with most coding agents. repo: https://github.com/VoltAgent/awesome-claude-code-subagents

8. awesome-claude-code-plugins (ccplugins)

Focused specifically on Claude Code plugins: slash commands, subagents, MCP servers, and hooks, with install commands included for each entry. Also enables hosting your own marketplace. repo: https://github.com/ccplugins/awesome-claude-code-plugins

9. awesome-claude-code (jqueryscript)

A curated collection of tools, IDE integrations, and frameworks with star-tier markers. Covers SDKs, security tools, and agent collections. Excellent as a discovery tool for the less-visible parts of the ecosystem. repo: https://github.com/jqueryscript/awesome-claude-code

10. Claude-Code-Repos-Index

An indexed catalogue of 75+ quality Claude Code repositories, all original with no AI-generated filler, maintained by Daniel Rosehill. A practical navigator for the ecosystem with a focus on daily usability rather than novelty. repo: https://github.com/danielrosehill/Claude-Code-Repos-Index

Category 2: Official Anthropic Repositories

Before any community repository, start with these. These are Anthropic’s official projects: the CLI itself, the SDKs, the skills library, and the GitHub Action. Every community repository on this list is built on top of them.

They may not always have the widest feature range, but they are the most stable, best-documented, and most reliable choice for teams who need something that will not change out from under them.

11. anthropics/claude-code

The official Claude Code terminal tool with 55,000 stars. Natural language commands for your codebase, maintained directly by Anthropic. If you are using Claude Code, you are already using this. But the repository itself contains documentation, issue tracking, and official guidance that most users never read. repo: https://github.com/anthropics/claude-code

12. anthropics/skills

The official public repository of Agent Skills with 37,500 stars. Covers PDF, DOCX, XLSX, PPTX, and art generation. This is the canonical skills reference and the place to start understanding what a well-structured skill actually looks like before you start writing your own. repo: https://github.com/anthropics/skills

13. anthropics/claude-plugins

The Anthropic-managed directory of quality plugins with 2,800 stars. A vetted collection that serves as a reliable baseline for teams who need to know that what they install has been reviewed by people who built the tool. repo: https://github.com/anthropics/claude-plugins

14. anthropics/claude-code-sdk-python

The official Python SDK for Claude Code with 6,100 stars. Provides programmatic access to capabilities and supports Agent SDK patterns. Essential for anyone building automations or integrations on top of Claude Code. repo: https://github.com/anthropics/claude-code-sdk-python

15. anthropics/claude-agent-sdk-typescript

The official TypeScript SDK for Claude Agent with type-safe tool orchestration, streaming support, MCP integration, and a V2 preview featuring send() and stream() patterns. The foundation for any team building production TypeScript tooling on Claude. repo: https://github.com/anthropics/claude-agent-sdk-typescript

16. anthropics/claude-code-security-review

An AI-powered security review GitHub Action with 2,800 stars. Analyzes pull request diffs for vulnerabilities and drops cleanly into existing CI/CD pipelines. One of the most immediately practical repositories on this entire list. repo: https://github.com/anthropics/claude-code-security-review

17. anthropics/claude-code-action

The official GitHub Action for Claude in pull requests. @claude mentions trigger analysis, diff reviews, and patch suggestions, all following your repository’s own conventions. repo: https://github.com/anthropics/claude-code-action

18. github/github-mcp-server

The official GitHub MCP server. Provides direct access to repositories, pull requests, issues, and CI/CD with a read-only mode via X-MCP-Readonly. The most widely used server in the entire MCP ecosystem. repo: https://github.com/github/github-mcp-server

19. anthropic-cookbook

Official Anthropic cookbook with working recipes: notebooks, agent patterns, tool-use examples, RAG, classification, and summarization. Maintained by the Anthropic team and the most trustworthy source for seeing what good API usage looks like. repo: https://github.com/anthropics/anthropic-cookbook

20. courses (Anthropic)

Free official Anthropic courses covering prompt engineering fundamentals, API usage, agents, and AI fluency. Direct from the source and the fastest way to build a correct mental model before you start experimenting with community tooling. repo: https://github.com/anthropics/courses

Category 3: Skills Collections

Skills are the fastest way to expand Claude Code’s capabilities without writing a single line of code. They are Markdown files that teach Claude how to perform specific tasks: writing pull requests, creating videos in Remotion, conducting security audits, generating diagrams, running SEO analyses.

The power of a good skill is that it transforms Claude from a general-purpose assistant into a domain expert on demand. You do not explain your tech stack from scratch every session. The skill already knows it.

21. obra/superpowers

The most popular skills library for Claude Code with 148,000 stars. Covers the full development cycle: brainstorm, spec, plan, TDD, review, and merge, with subagent orchestration built in. If you install one skills library, this is the one. repo: https://github.com/obra/superpowers

22. obra/superpowers-marketplace

The official marketplace for the Superpowers ecosystem with over 20 battle-tested skills. Includes /brainstorm, /write-plan, and /execute-plan with SessionStart context injection for seamless workflow continuity. repo: https://github.com/obra/superpowers-marketplace

23. obra/superpowers-skills

The community-editable skills library for Superpowers, auto-cloned to ~/.config/superpowers/skills/. Fork it, submit PRs, and contribute to the skills that the entire Superpowers community uses. The collaborative backbone of the ecosystem. repo: https://github.com/obra/superpowers-skills

24. obra/superpowers-lab

Experimental skills under active development, including semantic duplicate-function detection and bleeding-edge techniques. This is where the next version of Superpowers comes from. Worth watching even if you are not ready to use experimental features. repo: https://github.com/obra/superpowers-lab

25. everything-claude-code

A Cerebral Valley x Anthropic hackathon winner built from 10+ months of real use. Contains 30 agents, 136 skills, 60 slash commands, and 1,282 tests at 98% coverage. One of the most comprehensive single repositories on this list. repo: https://github.com/affaan-m/everything-claude-code

26. travisvn/awesome-claude-skills

A community best-of skills collection with 22,000+ installs covering SEO, marketing, design, security, and research. Includes safety warnings on untrusted skills, which is exactly the kind of curation discipline that makes a community collection trustworthy.

repo: https://github.com/travisvn/awesome-claude-skills

27. trailofbits/claude-code-skills

Security research and audit skills from Trail of Bits, one of the most respected security engineering firms in the industry. If you are working on anything where vulnerability detection matters, this collection was built for exactly that.

repo: https://github.com/trailofbits/claude-code-skills

28. K-Dense-AI/claude-scientific-skills

Skills designed specifically for scientific computing, with specialized libraries for research workflows, academic tasks, and data analysis. The gap in most skill collections is science and research. This fills it. repo: https://github.com/K-Dense-AI/claude-scientific-skills

29. ay-automate/ay-skills

Ten production-tested skills covering SEO audits, headless browser automation, Remotion video generation, and diagrams. Drop-in ready and focused on tasks that most skill collections do not touch. repo: https://github.com/ay-automate/ay-skills

30. BehiSecc/awesome-claude-skills

A meta-resource that functions as a list of lists, covering knowledge acquisition, deeper thinking frameworks, and skill automation utilities. Most useful for people who have already explored the major collections and want to go further. repo: https://github.com/BehiSecc/awesome-claude-skills

Category 4: Agents and Subagents

A single Claude session has limits. As context grows, performance degrades. You end up with a single agent that is half-aware of too many things rather than a set of specialists who each do one thing well.

Subagents solve this structurally. Instead of one Claude struggling with twenty tasks, you get a team: each agent with its own context window, its own domain expertise, and a single clear responsibility. The orchestrator routes tasks. The specialists execute them.

31. wshobson/agents

A massive collection of production subagents with 25,000 stars, organized across strategy, development, security, design, data, and research domains. Drop-in compatible with Claude Code workflows. One of the most starred and most used repositories on this list. repo: https://github.com/wshobson/agents

32. awesome-claude-agents

A team of specialized AI agents designed to collaborate on complete features. 3,700 stars. Agents are built with expert-level knowledge across different technology stacks and are designed to work together rather than in isolation. repo: https://github.com/vijaythecoder/awesome-claude-agents

33. davepoon/claude-code-subagents-collection

Over 100 production-ready subagents with 2,200 stars and comprehensive domain expertise. Built for drop-in integration with any Claude Code workflow. repo: https://github.com/davepoon/claude-code-subagents-collection

34. claude-code-agents (59 specialists)

59 specialized AI agents for development, including TypeScript, Python, Java, and Kotlin reviewers alongside workflow automation agents. Particularly well-suited for onboarding teams who need coverage across multiple languages. repo: https://github.com/baryhuang/claude-code-agents

35. multi-agent-squad

Production-ready multi-agent orchestration with task routing and consensus decision-making that works across coding agents. The architecture here is worth studying even if you are not ready to deploy it. repo: https://github.com/ruvnet/multi-agent-squad

36. Agent-Fusion

Multi-agent orchestration across AI tools: Claude Code, Codex CLI, Amazon Q, and Gemini, with bidirectional collaboration and intelligent task routing. If you are operating in a multi-tool environment, this is how you coordinate across them. repo: https://github.com/0xAsten/Agent-Fusion

37. sub-agents

A manager for Claude Code sub-agents that adds hooks and custom slash commands with a 175-star lightweight setup. The simplest entry point into subagent management without the complexity of a full orchestration system. repo: https://github.com/webdevtodayjason/sub-agents

38. sub-agents-directory

A curated directory of 100+ subagent prompts with MCP servers included and a community-maintained index. More discovery-focused than implementation-focused, making it a useful companion to the implementation repositories. repo: https://github.com/dotneet/sub-agents-directory

39. claude-code-heavy

Multi-agent research orchestration with parallel research agents built specifically for Claude Code. 72 stars. When you need to research something thoroughly and simultaneously rather than sequentially, this is the architecture. repo: https://github.com/iamcatdev/claude-code-heavy

40. ClaudeCodeAgents

A QA-focused agent collection with 455 stars, built around testing agents and validators. Drops into existing QA workflows and handles the part of development that most AI coding tools handle worst: ensuring that what was built actually works. repo: https://github.com/webdevtodayjason/ClaudeCodeAgents

Category 5: MCP Servers

By default, Claude Code runs in your terminal. It reads files, executes commands, and interacts with APIs. That is the entire scope.

MCP servers extend that scope dramatically. They act as standardized bridges between Claude and the rest of your stack: your GitHub pull requests, your Postgres database, your browser, your Figma designs, your project management tools. Without MCP, Claude Code is a smart programmer’s assistant. With MCP, it becomes a participant in your actual workflow.

41. claude-code-mcp

Run Claude Code itself as an MCP server, enabling the agent-in-agent pattern where Claude Code instances can recursively delegate coding tasks to other Claude Code instances. Integrates with Claude Desktop.

repo: https://github.com/steipete/claude-code-mcp

42. zilliztech/claude-context

Semantic code search MCP for massive codebases that pulls the right files without requiring manual breadcrumbing. Critical for anyone working in repositories large enough that context selection becomes a problem rather than an afterthought.

repo: https://github.com/zilliztech/claude-context

43. claude-context-mode

An MCP server that reduces context output by 98%, compressing 315 KB down to 5.4 KB per call. 2,200 stars. The token savings compound fast across a full working day, making this one of the highest-ROI repositories in the entire list. repo: https://github.com/d-e-s-o/claude-context-mode

44. Continuous-Claude-v2

Context management for Claude Code using ledger-based hooks that maintain state across sessions without polluting MCP execution context. 2,200 stars. Solves one of the fundamental limitations of session-based AI work. repo: https://github.com/continuous-claude/continuous-claude-v2

45. context7

Up-to-date, version-specific library and framework documentation injected directly into prompts in real time. Works with Cursor, VS Code, Claude Code, and Windsurf. If Claude is giving you outdated API suggestions, this is the fix. repo: https://github.com/upstash/context7

46. postgres-mcp

A safe PostgreSQL MCP server with read-only default mode, multi-connection support, and defense-in-depth security. The right way to give Claude access to your database without creating a security liability.

repo: https://github.com/crystaldba/postgres-mcp

47. playwright-mcp

Browser automation via MCP: navigate pages, fill forms, scrape dynamic content. Official Microsoft-backed. The bridge between Claude Code and any task that requires a real browser rather than an API.

repo: https://github.com/microsoft/playwright-mcp

48. mcp-server-sqlite

A lightweight SQLite MCP server for local development and prototyping. Simple install, official MCP team maintenance, and the fastest way to give Claude access to local data without setting up a full database.

repo: https://github.com/modelcontextprotocol/servers

49. claude-code-mcp-enhanced

An enhanced version of claude-code-mcp with more detailed instructions and emphatic prompts that improve task-following compliance. Built by grahama1970 for situations where the standard MCP server’s direction needs reinforcement.

repo: https://github.com/grahama1970/claude-code-mcp-enhanced

50. danielrosehill/Claude-Code-MCP-List

A short, curated MCP collection focused specifically on Linux desktop Claude Code use cases. Battle-tested selections for practical daily work rather than theoretical completeness.

repo: https://github.com/danielrosehill/Claude-Code-MCP-List

Category 6: Orchestration and Workflows

The next bottleneck after capability is you. You can only monitor one session at a time. You can only approve one plan. You can only be in one context.

Orchestration tools remove that bottleneck. They let you run parallel Claude sessions, coordinate multi-step workflows, preserve state between runs, and manage agents the way a team lead manages developers. This is where Claude Code stops being a productivity tool and starts being something closer to infrastructure.

51. Claude-Flow

An enterprise-grade AI orchestration platform with 11,400 stars and multi-agent orchestration with persistent memory. Claude-Flow represents a genuine architectural approach to building with AI at scale rather than just using it faster.

repo: https://github.com/ruvnet/claude-flow

52. claude-squad

A terminal multiplexer for AI coding agents with 5,600 stars. Manages Claude Code, Aider, Codex, OpenCode, and Amp simultaneously, allowing parallel agents without the chaos that parallel work normally creates.

repo: https://github.com/smtg-ai/claude-squad

53. claude_code_agent_farm

A parallel Claude Code sessions orchestrator designed for systematic codebase improvement at scale. Automation-first design for the kind of work that benefits from many simultaneous passes rather than one careful sequential one.

repo:https://github.com/Dicklesworthstone/claude_code_agent_farm

54. ccpm (Claude Code PM)

A project-management workflow for Claude Code by Ran Aroussi, combining specialized agents with slash commands in a turnkey setup. Bridges the gap between AI coding assistance and project management.

repo: https://github.com/automazeio/ccpm

55. cc-sessions

An opinionated extension set for Claude Code with 1,500 stars, covering hooks, subagents, commands, and task and git management infrastructure. Well-suited for teams who want a coherent workflow system rather than a collection of individual tools.

repo: https://github.com/cc-sessions/cc-sessions

56. claude-sessions

Custom slash commands for session tracking with 1,100 stars and comprehensive documentation. Focused specifically on dev session logging and the kind of context continuity that most Claude Code users manage manually.

repo: https://github.com/iannuttall/claude-sessions

57. claude-code-infrastructure-showcase

An infrastructure approach to skills with hooks that activate skills contextually based on what you are working on. Smart skill routing that adapts to any project without requiring explicit invocation.

repo: https://github.com/diet103/claude-code-infrastructure-showcase

58. infinite-agentic-loop

A demonstration of the infinite agentic loop pattern using a two-prompt system design. 492 stars. Experimental but genuinely educational for understanding the architectural ceiling of what Claude Code can become.

repo: https://github.com/disler/infinite-agentic-loop

59. agentsys

An automation harness for multiple tools with 473 stars, 14 plugins, 43 agents, and 30 skills spanning Claude Code, OpenCode, and Codex. One of the more comprehensive polyglot automation systems in the ecosystem.

repo: https://github.com/agentsys/agentsys

60. Citadel

An agent orchestration harness with 430 stars featuring parallel agent coordination and session memory persistence. Clean architecture that rewards teams who take the time to understand it before deploying it.

repo: https://github.com/gabrieltonnellier/citadel

Category 7: Memory and Context

Every session starts from scratch. That is Claude Code’s most significant limitation in practice and the one that creates the most daily friction.

The decisions you made last week. The architecture discussion you had yesterday. The reason you chose PostgreSQL over MongoDB. The bug pattern that appeared three times before you solved it. All of it is gone when you open a new terminal.

Memory systems solve this. They give Claude a persistent state across sessions so that today’s Claude benefits from everything last week’s Claude learned.

61. thedotmack/claude-mem

Long-term memory via compression that persists context between sessions. Lightweight, composable, and designed to solve the single most common complaint about Claude Code without adding complexity that gets in the way.

repo: https://github.com/thedotmack/claude-mem

62. hanfang/claude-memory-skill

A minimal hierarchical memory system using background agents and filesystem persistence. Low-friction setup that works alongside existing skills rather than replacing them. repo: https://github.com/hanfang/claude-memory-skill

63. 0xfurai/claude-subconscious

A background agent that watches your sessions, reads your files, and builds memory over time with 2,400 stars. The most elegant approach to memory on this list: you do not manage it, it manages itself.

repo: https://github.com/0xfurai/claude-subconscious

64. claude-code-semantic-memory

Persistent semantic memory for Claude Code using vector-based recall for session continuity. 70 stars. The technical approach here is different from filesystem-based memory and worth understanding if you are working on large codebases where semantic search matters. repo: https://github.com/dheerajoruganty/claude-code-semantic-memory

65. claude-user-memory

A user memory system with 12 specialist agents and intelligent orchestration that automatically selects the right specialist for each memory task. 125 stars. The most architecturally sophisticated memory system on the list.

repo: https://github.com/brennercruvinel/claude-user-memory

66. RepomixPack your entire codebase into one AI-readable file with 20,900 stars, outputting in XML, Markdown, or plain text. Essential for large-repo context. One of the most practically useful repositories on the entire list regardless of what else you install.

repo: https://github.com/yamadashy/repomix

67. graphifyAn interactive knowledge graph generated from your codebase that you can explore, search, and ask questions about. Works with Claude Code, Codex, and Cursor. Particularly powerful for onboarding into unfamiliar codebases.

repo: https://github.com/safishamsi/graphify

68. context-primeSystematic project context priming by elizaOS with scenario-specific priming commands and CLAUDE.md enhancement. Treats context injection as a systematic practice rather than an improvised workaround. repo: https://github.com/elizaOS/context-prime

69. claude-code-heavy-researchMulti-agent research with parallel context for deep-dive research workflows. When a research task is too large for a single agent pass, this is the architecture that handles it.

repo: https://github.com/iamcatdev/claude-code-heavy

70. ledgerA context-preserving ledger system using hooks to maintain ledger state and handle handoffs between agents without polluting the MCP execution context. The architecture behind Continuous-Claude-v2’s session continuity.

repo: https://github.com/continuous-claude/continuous-claude-v2

Category 8: Slash Commands and Hooks

Every time you type the same multi-sentence instruction for the third time, you are doing work that a slash command would have done for you. /fix-issue 456. /review. /tdd. One command instead of a paragraph, every single time.

Hooks go further. They fire automatically at key workflow moments: blocking commits that skip tests, formatting code before a push, injecting context at session start, enforcing the rules you would otherwise have to remember to state. You stop reminding Claude of your standards because the standards are enforced before you even start typing.

71. wshobson/commands

57 production-ready slash commands with 1,700 stars, organized across 15 workflows and 42 tools with multi-agent orchestration built in. The most comprehensive single slash command collection available.

repo: https://github.com/wshobson/commands

72. nizos/tdd-guard

Automated TDD enforcement for Claude Code with 1,700 stars. Blocks test-skipping and explains exactly why it blocked, making it both a quality gate and an educational tool for teams building the TDD habit.

repo: https://github.com/nizos/tdd-guard

73. ccundo

Granular undo for Claude Code with 1,300 stars. Provides action-level rollback with seamless integration, which changes the risk calculation for every experimental change you let Claude make.

repo: https://github.com/RonitSachdev/ccundo

74. claude-canvas

A TUI toolkit that gives Claude Code its own display with 1,100 stars. Provides an interactive terminal UI with rich visualization for situations where the standard terminal output is not enough.

repo: https://github.com/claude-canvas/claude-canvas

75. ClaudoPro Directory

A wide selection of hooks, commands, and subagents curated for specialized task coverage. Better quality control than average template sites. The ghost curation makes it a consistently reliable discovery source.

repo: https://github.com/ClaudoPro/claudopro-directory

76. danielrosehill/Claude-Slash-Commands

A curated collection of custom slash commands organized by category with a pre-push hook for sync and index-based discovery. Practical and well-maintained.

repo: https://github.com/danielrosehill/Claude-Slash-Commands

77. claude-commands/command-fix-issue

A TDD-based GitHub issue fixer via /fix-issue 456. Runs the full Red, Green, Refactor cycle and creates a pull request automatically. The workflow that most development teams should be using for issue resolution.

repo: https://github.com/claude-commands/command-fix-issue

78. Design Review Workflow

Automated UI/UX design review by Patrick Ellis covering responsive checks, accessibility audits, and specialized subagents for design-specific concerns. Fills the gap that most development-focused tooling leaves open. repo: https://github.com/patrick-ellis/design-review-workflow

79. tdd-implement

A TDD slash command by jerseycheese with Red/Green/Refactor automation, test-first enforcement, and feature-to-test breakdown. A focused implementation of the specific workflow that TDD guard protects.

repo: https://github.com/jerseycheese/tdd-implement

80. security-review

The official security review slash command that scans pull requests for issues and suggests fixes. Easy to disable when not needed. The simplest way to add automated security review to any workflow.

repo: https://github.com/anthropics/claude-code-security-review

Category 9: Guides and Learning

Claude Code has real complexity that nobody warns you about. The command line is straightforward. But prompt engineering for code, skill creation, MCP configuration, hook design, context management, and token economics all have depth that takes time to develop.

Most developers get stuck, blame the tool, and move on. The repositories in this category exist to prevent that. Reference guides, pattern encyclopedias, system prompt archives, and training materials that would take months to develop independently are available here, now, for free.

81. ThamJiaHe/claude-prompt-engineering-guide

A definitive prompt engineering guide covering Opus 4.6, Sonnet 4.6, and Haiku 4.5 with 220+ verified sources. Covers Skills, Plugins, MCP, Hooks, and Ultrathink. The most comprehensive single reference document for serious Claude Code use.

repo: https://github.com/ThamJiaHe/claude-prompt-engineering-guide

82. nikiforovall/claude-code-handbook

Best practices for Claude Code workflows with distributable plugins included. Daily-use patterns and battle-tested tips that reflect real production experience rather than theoretical best practice. repo: https://github.com/nikiforovall/claude-code-handbook

83. FlorianBruniaux/claude-code-ultimate-guide

A massive 22,000+ line documentation project with 225 production templates, 9 AI personas, 26 slash commands, and 271 quiz questions. The most thorough single reference document in the Claude Code ecosystem.

repo: https://github.com/FlorianBruniaux/claude-code-ultimate-guide

84. Piebald-AI/claude-code-system-prompts

All Claude Code system prompts, updated within minutes of each new release. Includes tool descriptions, sub-agent prompts, and a changelog across 155+ versions. Essential for anyone who wants to understand how the tool actually works at the prompt level. repo: https://github.com/Piebald-AI/claude-code-system-prompts

85. Encyclopedia of Agentic Coding Patterns

Over 190 patterns for AI-assisted development by Wolf McNally, organized from foundational to agentic construction and covering governance and testing. The most systematic attempt to document what actually works in agentic coding.

repo: https://github.com/wolfmcnally/Encyclopedia-of-Agentic-Coding-Patterns

86. RiyaParikh0112/claude-code-playbook

A Claude Code playbook with TDD workflows, integration test patterns, CI/CD pipeline configurations, and PR preparation guides. Practical documentation oriented around shipping rather than learning. repo: https://github.com/RiyaParikh0112/claude-code-playbook

87. 40+ Claude Code Tips

A power-user tips collection covering custom status line scripts, system prompt halving tricks, and Claude Code in containers. The kind of practical knowledge that usually only exists in experienced developers’ personal notes. repo: https://github.com/iannuttall/claude-code-tips

88. awesome-claude-prompts topic

Topic-based discovery of prompt repositories through community-submitted repos tagged for navigation. Useful for ongoing discovery as the ecosystem grows rather than one-time reference.

repo: https://github.com/topics/awesome-claude-prompts

89. Context Priming by disler

A systematic context priming approach with scenario-specific commands, project context patterns, and reference templates. Treats priming as a discipline rather than a habit.

repo: https://github.com/disler/context-priming

90. My Experience With Claude Code (2 weeks)

Real-world lessons and workflows from actual usage: TODO.md discipline, cost management, and refactor strategies. The authenticity of a practitioner’s experience rather than the authority of official documentation.

repo: https://github.com/shaharia-lab/my-claude-code-journey

Category 10: IDE Integrations and Desktop

Claude Code runs in the terminal. That is fine if you live in the terminal. It is less fine if you work primarily in an editor and want Claude integrated into your existing environment rather than running in a separate window that requires constant context-switching.

The repositories in this category bring Claude into the tools you already use: VS Code, Neovim, Emacs, and the desktop itself.

91. coder/claudecode.nvim

The first Neovim IDE integration for Claude Code, built in pure Lua with zero dependencies using a WebSocket-based MCP protocol reverse-engineered from the official extensions. If you live in Neovim, this is what makes Claude Code work there.

repo: https://github.com/coder/claudecode.nvim

92. greggh/claude-code.nvim

A seamless Neovim and Claude Code integration with a toggle terminal window, –continue and custom variants, and auto-reload of modified files. A more practical daily-use alternative to claudecode.nvim depending on your Neovim workflow.

repo: https://github.com/greggh/claude-code.nvim

93. manzaltu/claude-code-ide.el

An Emacs integration for Claude Code with ediff-based suggestions, LSP/flymake/flycheck diagnostics integration, and tree-sitter AST queries. The most technically sophisticated Emacs integration on the list.

repo: https://github.com/manzaltu/claude-code-ide.el

94. stevemolitor/claude-code.el

A simple Emacs interface for Claude Code CLI as a terminal wrapper with lightweight integration designed to be idiomatic Emacs rather than feature-heavy. The right choice for Emacs users who want minimal friction over maximum features.

repo: https://github.com/stevemolitor/claude-code.el

95. Haleclipse/Claudix

A VS Code extension for Claude Code with an interactive chat interface, session management, and a Vue 3 and TypeScript architecture. Brings Claude Code into the IDE that most developers spend the majority of their time in. repo: https://github.com/Haleclipse/Claudix

96. Clawd on Desk

A desktop pet that reacts to your Claude sessions in real time: thinking, typing, juggling, and sleeping based on what Claude Code is actually doing. Zero productivity value. Completely delightful. Included because the best ecosystems also have joy in them.

repo: https://github.com/Ruller-Lulu/clawd-on-desk

97. Claude Desktop Debian

An unofficial Claude desktop app for Linux as a Debian-native package, community-maintained to fill the gap that Anthropic has not officially addressed. Essential for Linux users who want a native desktop experience.

repo: https://github.com/aaddrick/claude-desktop-debian

98. instructkr/claw-code

A Korean-built Claude Code alternative and tooling collection with localized workflows and lightweight install. A community project that demonstrates the international reach of the ecosystem.

repo: https://github.com/instructkr/claw-code

Category 11: Specialized Workflows

Some repositories resist categorization because they do one specific thing exceptionally well. A UI/UX skill that handles design patterns with a depth no general collection matches. A real-time directory that tracks the entire ecosystem as it evolves. Niche tools that solve exactly one problem better than anything else available.

These deserve attention precisely because they are specific.

**99. nextlevelbuilder/ui-ux-pro-max-skill: **A UI/UX skill for design-focused workflows with structured design patterns, component-oriented guidance, and production-grade output. The tool for developers who need Claude to think like a designer, not just write design-related code.

repo: https://github.com/nextlevelbuilder/ui-ux-pro-max-skill

100. ClaudeWaveA real-time directory of 3,800+ Claude repositories organized across 8 categories with tagged use-cases, ranked by stars and velocity, and updated every 12 hours. The living map of an ecosystem that is growing faster than any static list can track.

repo: https://github.com/claudewave/claudewave

Where to Start

One hundred repositories is a lot to absorb. Most people who read a list this long install nothing.

Here is the honest path that actually produces results.

This week, install three things. Start with anthropics/skills to understand what a well-structured skill looks like at the official level. Then install Repomix because the ability to pack your codebase into one readable file is immediately useful regardless of everything else. Then install obra/superpowers because the brainstorm-to-merge workflow covers 80% of what you actually do in a development session.

Those three installations will show you, through direct experience, what is actually different about using Claude Code as a system rather than a tool. From there the next three choices become obvious based on what you actually find yourself wanting that you do not yet have.

The memory category matters most for developers working on long-running projects. The MCP servers category matters most for developers who need Claude to integrate with existing tooling. The orchestration category matters most for teams who want to run parallel workflows. The guides category matters most for developers who want to understand what is possible before they start building.

The ecosystem is evolving too quickly for anyone to have the complete picture. But the developers who have installed 10 to 20 of these repositories are already operating at a level that most Claude Code users, paying the same subscription, have never experienced and do not know is possible.

That gap is the opportunity. And it is available right now, today, for the cost of reading a list and running a few installs.

The tool you have been using is the default version. These repositories are how you build the version that compounds.

Similar Articles

ComposioHQ/awesome-claude-skills

GitHub Trending (daily)

A curated list of 1000+ production-ready Claude Skills and Plugins for enhancing productivity across Claude.ai, Claude Code, and other coding agents, with support for connecting to 500+ apps.