If You're Not Using These 100 Repos, Delete CLAUDE CODE ✍ kaize🕐 2026-04-26📦 38.0 KB 🟢 已读 𝕏 文章列表 文章指出许多人低估了 Claude Code 的潜力,仅仅将其视为普通的 AI 编码工具。作者通过整理 100 个最佳仓库,展示了如何利用 configs、plugins、skills 和 subagents 极大提升开发效率。文中详细列出了精选列表、官方 Anthropic 仓库以及技能集合等资源,帮助开发者构建强大的 AI 辅助开发工作流。 Claude CodeAgentSkillsPluginsAnthropicDevOps工具与效率MCP开发工具开源 # If You're Not Using These 100 Repos, Delete CLAUDE CODE - a large collection of repositories **作者**: kaize **日期**: 2026-04-25T15:19:50.000Z **来源**: [https://x.com/0x_kaize/status/2048059417661174052](https://x.com/0x_kaize/status/2048059417661174052) ---  Most people think of Claude Code as "just another AI coding tool." I thought the same - until I discovered configs, plugins, skills, and subagents. Before that, I was writing the same prompts over and over. Losing context every session. Wondering why other devs were 5x more productive with the same tool. So I decided to figure out how to work better. The answer: REPOSITORIES. I put together a collection of the 100 best repositories: ## CATEGORY 1 - AWESOME LISTS & META-INDEXES  awesome-claude-code The Claude Code ecosystem is evolving so rapidly that it’s hard to keep up. New features appear every day, plugins come and go, and half of all the interesting stuff never even makes it to Hacker News. Awesome lists help solve this problem. These are community-maintained directories that take on the work of searching: they classify, rank, and filter content based on actual quality, not the number of stars on GitHub. 1/ awesome-claude-code The definitive curated list of the entire Claude Code ecosystem - 28.5k+ stars, the main index - only Claude itself is allowed to submit PRs - skills, hooks, commands, orchestrators, plugins repo: https://github.com/hesreallyhim/awesome-claude-code 2/ awesome-claude-skills (ComposioHQ) 50+ production-ready Claude skills for automation - PostgreSQL, deep research, CSV, root-cause tracing - cross-compatible with Claude Code, Codex, Cursor, Gemini CLI - install via /skill add repo: https://github.com/ComposioHQ/awesome-claude-skills 3/ awesome-claude-plugins (ComposioHQ) Curated plugin collection for Claude Code - commands, agents, hooks and MCP servers - includes connect-apps, frontend-design, artifacts-builder - install via /plugin marketplace add repo: https://github.com/ComposioHQ/awesome-claude-plugins 4/ awesome-claude-prompts 4.2k+ star collection of optimized Claude prompts - XML-structured prompt techniques - business, creative, dev workflows - copy-paste ready repo: https://github.com/langgptai/awesome-claude-prompts 5/ awesome-claude All-around list of everything Anthropic Claude-related - courses, guides, desktop apps, articles - covers MCP, BMAD method, Claude Code tips - good starting point for newcomers repo: https://github.com/alvinunreal/awesome-claude 6/ awesome-agent-skills (VoltAgent) 1000+ agent skills from real engineering teams - not AI-generated slop, battle-tested - works with Claude Code, Codex, Gemini CLI, Cursor - Notion, WhatsApp, NotebookLM, memory included repo: https://github.com/VoltAgent/awesome-agent-skills 7/ awesome-claude-code-subagents (VoltAgent) Hand-picked subagents for every stack and task - domain-specific expertise bundles - production-ready components - integrates with most coding agents repo: https://github.com/VoltAgent/awesome-claude-code-subagents 8/ awesome-claude-code-plugins (ccplugins) Focused list of Claude Code plugins only - slash commands, subagents, MCP servers, hooks - install commands included for each - enables hosting your own marketplace repo: https://github.com/ccplugins/awesome-claude-code-plugins 9/ awesome-claude-code (jqueryscript) Curated tools, IDE integrations and frameworks - star-tier markers - SDKs, security tools, agent collections - great discovery tool repo: https://github.com/jqueryscript/awesome-claude-code 10/ Claude-Code-Repos-Index Indexed catalogue of 75+ quality Claude Code repos - all original, no AI slop - maintained by Daniel Rosehill - great navigator for the ecosystem repo: https://github.com/danielrosehill/Claude-Code-Repos-Index ## CATEGORY 2 - OFFICIAL ANTHROPIC REPOS  Before you start working with any community repository, begin with these. These are Anthropic’s official projects - the command-line interface (CLI) itself, the SDKs, the skills library, and the GitHub Action. Everything else on this list is built on top of them. They may not always offer the widest range of features, but they are the most stable, best-documented, and most reliable choice for teams. 11/ anthropics/claude-code The official Claude Code terminal tool - 55k+ stars - natural language commands for your codebase - maintained by Anthropic repo: https://github.com/anthropics/claude-code 12/ anthropics/skills Official public repository of Agent Skills - 37.5k+ stars - PDF, DOCX, XLSX, PPTX + art generation - the canonical skills reference repo: https://github.com/anthropics/skills 13/ anthropics/claude-plugins Anthropic-managed directory of quality plugins - 2.8k+ stars - vetted official plugin collection - good baseline for teams repo: https://github.com/anthropics/claude-plugins 14/ anthropics/claude-code-sdk-python Official Python SDK for Claude Code - 6.1k+ stars - programmatic access to capabilities - supports Agent SDK patterns repo: https://github.com/anthropics/claude-code-sdk-python 15/ anthropics/claude-agent-sdk-typescript Official TypeScript SDK for Claude Agent - type-safe tool orchestration - streaming + MCP support - V2 preview with send()/stream() repo: https://github.com/anthropics/claude-agent-sdk-typescript 16/ anthropics/claude-code-security-review AI-powered security review GitHub Action - 2.8k+ stars - analyzes PR diffs for vulnerabilities - drop-in CI/CD integration repo: https://github.com/anthropics/claude-code-security-review 17/ anthropics/claude-code-action Official GitHub Action for Claude in PRs - @claude mentions trigger analysis - diff reviews + patch suggestions - follows your repo conventions repo: https://github.com/anthropics/claude-code-action 18/ github/github-mcp-server Official GitHub MCP server - direct access to repos, PRs, issues, CI/CD - read-only mode via X-MCP-Readonly - the most-used server in the ecosystem repo: https://github.com/github/github-mcp-server 19/ anthropic-cookbook Official Anthropic cookbook with recipes - notebooks, agents, tool-use patterns - RAG, classification, summarization - maintained by Anthropic team repo: https://github.com/anthropics/anthropic-cookbook 20/ courses (Anthropic) Free Anthropic courses - prompt engineering fundamentals - API usage, agents, AI Fluency - direct from the source repo: https://github.com/anthropics/courses ## CATEGORY 3 - SKILLS COLLECTIONS Skills are the fastest way to expand Claude Code’s capabilities. They aren’t plugins or agents, just Markdown files that teach Claude how to perform specific tasks, from writing proper pull requests to creating videos in Remotion and conducting security audits. The beauty of it is that good skills let you transform Claude from a general-purpose assistant into an expert in a specific field on demand. You don’t need to explain your tech stack from scratch every time you run it the skill already knows it. 21/ obra/superpowers The most popular skills library for Claude Code - 148k+ stars - brainstorm → spec → plan → TDD → review → merge - subagent orchestration repo: https://github.com/obra/superpowers 22/ obra/superpowers-marketplace Official marketplace for the Superpowers ecosystem - 20+ battle-tested skills - /brainstorm, /write-plan, /execute-plan - SessionStart context injection repo: https://github.com/obra/superpowers-marketplace 23/ obra/superpowers-skills Community-editable skills for Superpowers - auto-cloned to ~/.config/superpowers/skills/ - fork and submit PRs - the collaborative side repo: https://github.com/obra/superpowers-skills 24/ obra/superpowers-lab Experimental skills under active development - semantic duplicate-function detection - bleeding-edge techniques - evolves with real usage repo: https://github.com/obra/superpowers-lab 25/ everything-claude-code Hackathon-winning harness built from 10+ months of use - 30 agents, 136 skills, 60 slash commands - 1282 tests, 98% coverage - Cerebral Valley x Anthropic winner repo: https://github.com/affaan-m/everything-claude-code 26/ travisvn/awesome-claude-skills Community "best-of" skill collection - 22k+ installs - SEO, marketing, design, security, research - safety warnings on untrusted skills repo: https://github.com/travisvn/awesome-claude-skills 27/ trailofbits/claude-code-skills Security research and audit skills - by Trail of Bits security firm - vulnerability detection workflows - built for real security engineering repo: https://github.com/trailofbits/claude-code-skills 28/ K-Dense-AI/claude-scientific-skills Skills for scientific computing - specialized libraries for research - academic and lab workflows - data analysis ready repo: https://github.com/K-Dense-AI/claude-scientific-skills 29/ ay-automate/ay-skills 10 production-tested skills - SEO audits, headless browser automation - Remotion video generation, diagrams - drop-in ready repo: https://github.com/ay-automate/ay-skills 30/ BehiSecc/awesome-claude-skills A "list of lists" for deeper Claude use - knowledge acquisition, deeper thinking - skill automation utilities - meta-resource for curators repo: https://github.com/BehiSecc/awesome-claude-skills ## CATEGORY 4 - AGENTS & SUBAGENTS A single session with Claude can’t handle everything at a high level. It gets overloaded, context gets cluttered with half-read files and outdated debug data and by the time you ask for a code review, it’s already forgotten what you were building. Subagents solve this problem. Instead of a single Claude that struggles with twenty tasks, you get a team of specialists: each with its own context and a single task. 31/ wshobson/agents Massive collection of production subagents - 25k+ stars - strategy, dev, security, design, data, research - drop-in for Claude Code workflows repo: https://github.com/wshobson/agents 32/ awesome-claude-agents Team of specialized AI agents that work together - 3.7k+ stars - agents collaborate on full features - expert-level knowledge across stacks repo: https://github.com/vijaythecoder/awesome-claude-agents 33/ davepoon/claude-code-subagents-collection 100+ production-ready subagents - 2.2k+ stars - comprehensive domain expertise - drop-in for any workflow repo: https://github.com/davepoon/claude-code-subagents-collection 34/ claude-code-agents (59 specialists) 59 specialized AI agents for development - TypeScript, Python, Java, Kotlin reviewers - workflow automation agents - great for onboarding teams repo: https://github.com/baryhuang/claude-code-agents 35/ multi-agent-squad Production-ready multi-agent orchestration - 74+ stars - task routing + consensus decisions - works across coding agents repo: https://github.com/ruvnet/multi-agent-squad 36/ Agent-Fusion Multi-agent orchestration across AI tools - Claude Code, Codex CLI, Amazon Q, Gemini - bidirectional collaboration - intelligent task routing repo: https://github.com/0xAsten/Agent-Fusion 37/ sub-agents Manager for Claude Code sub agents - adds hooks and custom slash commands - 175+ stars - lightweight setup repo: https://github.com/webdevtodayjason/sub-agents 38/ sub-agents-directory Curated 100+ subagent prompts - 74+ stars - MCP servers included - community-maintained index repo: https://github.com/dotneet/sub-agents-directory 39/ claude-code-heavy Multi-agent research orchestration - 72+ stars - parallel research agents - built specifically for Claude Code repo: https://github.com/iamcatdev/claude-code-heavy 40/ ClaudeCodeAgents QA-focused agent collection - 455+ stars - testing agents, validators - drop-in QA workflow repo: https://github.com/webdevtodayjason/ClaudeCodeAgents ## CATEGORY 5 - MCP SERVERS On its own, Claude Code runs in your terminal: it reads files, executes commands, and interacts with APIs. That’s it. It can’t work with your GitHub pull requests, query data from Postgres, open a browser, or read Figma frames. MCP servers solve this problem. They act as bridges connecting Claude to the rest of your stack via a standardized protocol, transforming the smart “programmer partner” into a true autonomous project participant. 41/ claude-code-mcp Run Claude Code itself as an MCP server - enables agent-in-agent pattern - recursive delegation of coding tasks - integrates with Claude Desktop repo: https://github.com/steipete/claude-code-mcp 42/ zilliztech/claude-context Semantic code search MCP for massive codebases - pulls the right files without manual breadcrumbing - critical for big repos - community MCP server repo: https://github.com/zilliztech/claude-context 43/ claude-context-mode MCP server between Claude Code and outputs - 2.2k+ stars - 315 KB → 5.4 KB (98% reduction) - token savings on every call repo: https://github.com/d-e-s-o/claude-context-mode 44/ Continuous-Claude-v2 Context management for Claude Code - 2.2k+ stars - ledger-based hooks maintain state - MCP execution without context pollution repo: https://github.com/continuous-claude/continuous-claude-v2 45/ context7 Up-to-date version-specific docs in prompts - real-time doc access - libraries + frameworks - works with Cursor, VS Code, Claude Code, Windsurf repo: https://github.com/upstash/context7 46/ postgres-mcp Safe PostgreSQL MCP server - read-only default mode - multi-connection support - defense-in-depth security repo: https://github.com/crystaldba/postgres-mcp 47/ playwright-mcp Browser automation via MCP - navigate pages, fill forms - dynamic content scraping - official Microsoft-backed repo: https://github.com/microsoft/playwright-mcp 48/ mcp-server-sqlite Lightweight SQLite MCP for prototyping - local development friendly - simple install - official MCP team repo: https://github.com/modelcontextprotocol/servers 49/ claude-code-mcp-enhanced Enhanced claude-code-mcp with detailed instructions - emphatic prompts for compliance - improved task-following - by grahama1970 repo: https://github.com/grahama1970/claude-code-mcp-enhanced 50/ danielrosehill/Claude-Code-MCP-List Short curated MCP collection - MCPs for Linux desktop Claude Code - battle-tested selections - practical daily use repo: https://github.com/danielrosehill/Claude-Code-MCP-List ## CATEGORY 6 - ORCHESTRATION & WORKFLOWS Once you’ve mastered Claude Code, the next hurdle will be yourself. You can only monitor one session at a time, approve only one plan, and run only one agent. Orchestration tools allow you to overcome this limitation. These repositories let you run parallel Claude sessions, coordinate multi-step workflows, preserve state between runs, and manage agents just as you would manage a small team of developers. 51/ Claude-Flow Enterprise-grade AI orchestration platform - 11.4k+ stars - multi-agent orchestration with persistent memory - reshapes how teams build with AI repo: https://github.com/ruvnet/claude-flow 52/ claude-squad Terminal multiplexer for AI coding agents - 5.6k+ stars - manages Claude Code, Aider, Codex, OpenCode, Amp - parallel agents without chaos repo: https://github.com/smtg-ai/claude-squad 53/ claude_code_agent_farm Parallel Claude Code sessions orchestrator - runs multiple cc agents at scale - systematic codebase improvement - automation-first design repo: https://github.com/Dicklesworthstone/claude_code_agent_farm 54/ ccpm (Claude Code PM) Project-management workflow for Claude Code - by Ran Aroussi - specialized agents + slash commands - turnkey setup repo: https://github.com/automazeio/ccpm 55/ cc-sessions Opinionated extension set for Claude Code - 1.5k+ stars - hooks, subagents, commands - task/git management infrastructure repo: https://github.com/cc-sessions/cc-sessions 56/ claude-sessions Custom slash commands for session tracking - 1.1k+ stars - comprehensive documentation - dev session logging repo: https://github.com/iannuttall/claude-sessions 57/ claude-code-infrastructure-showcase Infrastructure approach to Skills - hooks that activate skills contextually - smart skill routing - adaptable to any project repo: https://github.com/diet103/claude-code-infrastructure-showcase 58/ infinite-agentic-loop Infinite agentic loop demonstration - 492+ stars - two-prompt system design - experimental but educational repo: https://github.com/disler/infinite-agentic-loop 59/ agentsys Automation harness for multiple tools - 473+ stars - 14 plugins, 43 agents, 30 skills - Claude Code + OpenCode + Codex repo: https://github.com/agentsys/agentsys 60/ Citadel Agent orchestration harness - 430+ stars - parallel agent coordination - session memory persistence repo: https://github.com/gabrieltonnellier/citadel ## CATEGORY 7 - MEMORY & CONTEXT Claude Code’s biggest drawback is also the one that’s easiest to fix: every session starts from scratch. Yesterday’s solutions, last week’s architecture discussions, the reasons you chose Postgres over MongoDB - all of that disappears the moment you close the terminal. Memory and context stores help solve this problem. They provide Claude with a persistent state across sessions - semantic memory, a condensed history, knowledge graphs of your codebase, as well as background agents that quietly accumulate knowledge while you work. 61/ thedotmack/claude-mem Long-term memory via compression - persists context between sessions - lightweight and composable - solves the #1 Claude Code complaint repo: https://github.com/thedotmack/claude-mem 62/ hanfang/claude-memory-skill Minimal hierarchical memory system - background agents + filesystem persistence - low-friction setup - works alongside existing skills repo: https://github.com/hanfang/claude-memory-skill 63/ 0xfurai/claude-subconscious Background agent whispering guidance - 2.4k+ stars - watches sessions, reads files - builds memory over time repo: https://github.com/0xfurai/claude-subconscious 64/ claude-code-semantic-memory Persistent semantic memory for Claude Code - 70+ stars - vector-based recall - session continuity repo: https://github.com/dheerajoruganty/claude-code-semantic-memory 65/ claude-user-memory User memory system with 12 specialist agents - 125+ stars - intelligent orchestration - auto-selects right specialist repo: https://github.com/brennercruvinel/claude-user-memory 66/ Repomix Pack your codebase into one AI-readable file - 20.9k+ stars - XML, Markdown, plain text output - essential for large-repo context repo: https://github.com/yamadashy/repomix 67/ graphify Interactive knowledge graph from codebases - explore, search, ask questions - works with Claude Code, Codex, Cursor - great for onboarding repo: https://github.com/safishamsi/graphify 68/ context-prime Systematic project context priming - by elizaOS - scenario-specific priming commands - CLAUDE.md enhancement repo: https://github.com/elizaOS/context-prime 69/ claude-code-heavy-research Multi-agent research with parallel context - 72+ stars - deep-dive research workflows - agent-based knowledge gathering repo: https://github.com/iamcatdev/claude-code-heavy 70/ ledger Context-preserving ledger system - hooks maintain ledger state - handoffs between agents - MCP without pollution repo: https://github.com/continuous-claude/continuous-claude-v2 ## CATEGORY 8 - SLASH COMMANDS & HOOKS Every time you catch yourself typing the same instructions for Claude for the third time, you’ll come across a slash command that’s just begging to be used. /fix-issue 456, /review, /tdd - a single keystroke instead of a whole paragraph, every single time. Hooks go even further. They trigger automatically at key moments in your workflow, blocking commits without tests, automatically formatting code before a push, adding context when starting a session. You no longer need to remind Claude of your rules, because the rules are enforced automatically. 71/ wshobson/commands 57 production-ready slash commands - 1.7k+ stars - 15 workflows + 42 tools - multi-agent orchestration repo: https://github.com/wshobson/commands 72/ nizos/tdd-guard Automated TDD enforcement for Claude Code - 1.7k+ stars - blocks skipping tests - explains why it blocked repo: https://github.com/nizos/tdd-guard 73/ ccundo Granular undo for Claude Code - 1.3k+ stars - seamless integration - action-level rollback repo: https://github.com/RonitSachdev/ccundo 74/ claude-canvas TUI toolkit giving Claude Code its own display - 1.1k+ stars - interactive terminal UI - rich visualization repo: https://github.com/claude-canvas/claude-canvas 75/ ClaudoPro Directory Wide selection of hooks, commands, subagents - better than average template sites - specialized task coverage - curated by ghost repo: https://github.com/ClaudoPro/claudopro-directory 76/ danielrosehill/Claude-Slash-Commands Curated custom slash commands - organized by category - pre-push hook for sync - index-based discovery repo: https://github.com/danielrosehill/Claude-Slash-Commands 77/ claude-commands/command-fix-issue TDD-based GitHub issue fixer - /fix-issue 456 - Red → Green → Refactor - creates PR automatically repo: https://github.com/claude-commands/command-fix-issue 78/ Design Review Workflow Automated UI/UX design review - by Patrick Ellis - responsive + accessibility checks - specialized subagents repo: https://github.com/patrick-ellis/design-review-workflow 79/ tdd-implement TDD slash command by jerseycheese - Red/Green/Refactor automation - test-first enforcement - feature-to-test breakdown repo: https://github.com/jerseycheese/tdd-implement 80/ security-review Official security review slash command - scans PRs for issues - suggests fixes - easy to disable repo: https://github.com/anthropics/claude-code-security-review ## CATEGORY 9 - GUIDES & LEARNING Claude Code has its own complexities that nobody talks about. The command line is simple—but what about developing prompts, creating skills, configuring MCP, designing hooks, managing context, and token economics? It is at this stage that most developers get stuck and start blaming the tool. Guides and training materials help overcome this barrier. Detailed reference guides, hint development guides, system hint archives, pattern encyclopedias - all of which would take months to learn on your own. 81/ ThamJiaHe/claude-prompt-engineering-guide Definitive prompt engineering guide - covers Opus 4.6, Sonnet 4.6, Haiku 4.5 - Skills, Plugins, MCP, Hooks, Ultrathink - 220+ verified sources repo: https://github.com/ThamJiaHe/claude-prompt-engineering-guide 82/ nikiforovall/claude-code-handbook Best practices for Claude Code workflows - distributable plugins included - daily-use patterns - battle-tested tips repo: https://github.com/nikiforovall/claude-code-handbook 83/ FlorianBruniaux/claude-code-ultimate-guide Massive 22,000+ line documentation project - 225 production templates - 9 AI personas + 26 slash commands - 271 quiz questions 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 release - tool descriptions + sub-agent prompts - CHANGELOG across 155+ versions repo: https://github.com/Piebald-AI/claude-code-system-prompts 85/ Encyclopedia of Agentic Coding Patterns 190+ patterns for AI-assisted development - by Wolf McNally - foundational → agentic construction - governance + testing repo: https://github.com/wolfmcnally/Encyclopedia-of-Agentic-Coding-Patterns 86/ RiyaParikh0112/claude-code-playbook Claude Code playbook with TDD workflows - integration test patterns - CI/CD pipeline configs - PR prep guides repo: https://github.com/RiyaParikh0112/claude-code-playbook 87/ 40+ Claude Code Tips Power-user tips collection - custom status line scripts - system prompt halving tricks - Claude Code in containers repo: https://github.com/iannuttall/claude-code-tips 88/ awesome-claude-prompts topic Topic-based discovery of prompt repos - community-submitted repos - tagged for navigation - fresh additions regularly repo: https://github.com/topics/awesome-claude-prompts 89/ Context Priming by disler Systematic context priming approach - scenario-specific commands - project context patterns - reference templates repo: https://github.com/disler/context-priming 90/ My Experience With Claude Code (2 weeks) Real-world lessons and workflows - TODO.md discipline - cost management tips - refactor strategies repo: https://github.com/shaharia-lab/my-claude-code-journey ## CATEGORY 10 - IDE INTEGRATIONS & DESKTOP By default, Claude Code runs in the terminal which is convenient if you’re always working in the terminal, but not so much if you’re not. Most developers want Claude to work directly within the editor they’re already using, rather than in a separate window that distracts them. Integration with an IDE solves this problem. Extensions for VS Code, plugins for Neovim, modes for Emacs, and even desktop shells integrate Claude into any of your existing workflows. 91/ coder/claudecode.nvim First Neovim IDE integration for Claude Code - pure Lua, zero dependencies - WebSocket-based MCP protocol - reverse-engineered from official extensions repo: https://github.com/coder/claudecode.nvim 92/ greggh/claude-code.nvim Seamless Neovim + Claude Code integration - toggle terminal window - --continue + custom variants - auto-reload modified files repo: https://github.com/greggh/claude-code.nvim 93/ manzaltu/claude-code-ide.el Emacs integration for Claude Code - ediff-based suggestions - LSP/flymake/flycheck diagnostics - tree-sitter AST queries repo: https://github.com/manzaltu/claude-code-ide.el 94/ stevemolitor/claude-code.el Emacs interface for Claude Code CLI - simple terminal wrapper - lightweight integration - idiomatic Emacs repo: https://github.com/stevemolitor/claude-code.el 95/ Haleclipse/Claudix VSCode extension for Claude Code - interactive chat interface - session management - Vue 3 + TypeScript repo: https://github.com/Haleclipse/Claudix 96/ Clawd on Desk Desktop pet reacting to Claude sessions - thinking, typing, juggling, sleeping - real-time session awareness - pure fun, zero productivity repo: https://github.com/Ruller-Lulu/clawd-on-desk 97/ Claude Desktop Debian Unofficial Claude desktop app for Linux - Debian-native package - community-maintained - fills the Linux gap repo: https://github.com/aaddrick/claude-desktop-debian 98/ instructkr/claw-code Korean-built Claude Code alternative/tooling - localized workflows - lightweight install - community project repo: https://github.com/instructkr/claw-code ## CATEGORY 11 - SPECIALIZED WORKFLOWS Not all Claude Code repositories can be clearly classified into a specific category. Some are designed to perform a single, specific task. For example, UI/UX tools focused exclusively on design patterns, a real-time directory that tracks the entire ecosystem, or niche tools that excel at solving just one particular problem. 99/ nextlevelbuilder/ui-ux-pro-max-skill UI/UX skill for design-focused workflows - structured design patterns - component-oriented guidance - production-grade output repo: https://github.com/nextlevelbuilder/ui-ux-pro-max-skill 100/ ClaudeWave Real-time directory of 3800+ Claude repos - 8 categories, tagged use-cases - ranked by stars + velocity - updated every 12 hours repo: https://github.com/claudewave/claudewave This isn’t the full picture, no one has the full picture. The Claude Code ecosystem is evolving too quickly for anyone to keep up with everything. But if you install just 5–10 of the repositories listed above, you’ll already be ahead of 95% of the users who pay for the same Claude subscription as you. More AI deep-dives and ecosystem breakdowns I post in my Telegram: https://t.me/+LorUR_GakbViOTQy ## 相关链接 - [kaize](https://x.com/0x_kaize) - [@0x_kaize](https://x.com/0x_kaize) - [264K](https://x.com/0x_kaize/status/2048059417661174052/analytics) - [https://github.com/hesreallyhim/awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) - [https://github.com/ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) - [https://github.com/ComposioHQ/awesome-claude-plugins](https://github.com/ComposioHQ/awesome-claude-plugins) - [https://github.com/langgptai/awesome-claude-prompts](https://github.com/langgptai/awesome-claude-prompts) - [https://github.com/alvinunreal/awesome-claude](https://github.com/alvinunreal/awesome-claude) - [https://github.com/VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills) - [https://github.com/VoltAgent/awesome-claude-code-subagents](https://github.com/VoltAgent/awesome-claude-code-subagents) - [https://github.com/ccplugins/awesome-claude-code-plugins](https://github.com/ccplugins/awesome-claude-code-plugins) - [https://github.com/jqueryscript/awesome-claude-code](https://github.com/jqueryscript/awesome-claude-code) - [https://github.com/danielrosehill/Claude-Code-Repos-Index](https://github.com/danielrosehill/Claude-Code-Repos-Index) - [https://github.com/anthropics/claude-code](https://github.com/anthropics/claude-code) - [https://github.com/anthropics/skills](https://github.com/anthropics/skills) - [https://github.com/anthropics/claude-plugins](https://github.com/anthropics/claude-plugins) - [https://github.com/anthropics/claude-code-sdk-python](https://github.com/anthropics/claude-code-sdk-python) - [https://github.com/anthropics/claude-agent-sdk-typescript](https://github.com/anthropics/claude-agent-sdk-typescript) - [https://github.com/anthropics/claude-code-security-review](https://github.com/anthropics/claude-code-security-review) - [@claude](https://x.com/@claude) - [https://github.com/anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) - [https://github.com/github/github-mcp-server](https://github.com/github/github-mcp-server) - [https://github.com/anthropics/anthropic-cookbook](https://github.com/anthropics/anthropic-cookbook) - [https://github.com/anthropics/courses](https://github.com/anthropics/courses) - [https://github.com/obra/superpowers](https://github.com/obra/superpowers) - [https://github.com/obra/superpowers-marketplace](https://github.com/obra/superpowers-marketplace) - [https://github.com/obra/superpowers-skills](https://github.com/obra/superpowers-skills) - [https://github.com/obra/superpowers-lab](https://github.com/obra/superpowers-lab) - [https://github.com/affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code) - [https://github.com/travisvn/awesome-claude-skills](https://github.com/travisvn/awesome-claude-skills) - [https://github.com/trailofbits/claude-code-skills](https://github.com/trailofbits/claude-code-skills) - [https://github.com/K-Dense-AI/claude-scientific-skills](https://github.com/K-Dense-AI/claude-scientific-skills) - [https://github.com/ay-automate/ay-skills](https://github.com/ay-automate/ay-skills) - [https://github.com/BehiSecc/awesome-claude-skills](https://github.com/BehiSecc/awesome-claude-skills) - [https://github.com/wshobson/agents](https://github.com/wshobson/agents) - [https://github.com/vijaythecoder/awesome-claude-agents](https://github.com/vijaythecoder/awesome-claude-agents) - [https://github.com/davepoon/claude-code-subagents-collection](https://github.com/davepoon/claude-code-subagents-collection) - [https://github.com/baryhuang/claude-code-agents](https://github.com/baryhuang/claude-code-agents) - [https://github.com/ruvnet/multi-agent-squad](https://github.com/ruvnet/multi-agent-squad) - [https://github.com/0xAsten/Agent-Fusion](https://github.com/0xAsten/Agent-Fusion) - [https://github.com/webdevtodayjason/sub-agents](https://github.com/webdevtodayjason/sub-agents) - [https://github.com/dotneet/sub-agents-directory](https://github.com/dotneet/sub-agents-directory) - [https://github.com/iamcatdev/claude-code-heavy](https://github.com/iamcatdev/claude-code-heavy) - [https://github.com/webdevtodayjason/ClaudeCodeAgents](https://github.com/webdevtodayjason/ClaudeCodeAgents) - [https://github.com/steipete/claude-code-mcp](https://github.com/steipete/claude-code-mcp) - [https://github.com/zilliztech/claude-context](https://github.com/zilliztech/claude-context) - [https://github.com/d-e-s-o/claude-context-mode](https://github.com/d-e-s-o/claude-context-mode) - [https://github.com/continuous-claude/continuous-claude-v2](https://github.com/continuous-claude/continuous-claude-v2) - [https://github.com/upstash/context7](https://github.com/upstash/context7) - [https://github.com/crystaldba/postgres-mcp](https://github.com/crystaldba/postgres-mcp) - [https://github.com/microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) - [https://github.com/modelcontextprotocol/servers](https://github.com/modelcontextprotocol/servers) - [https://github.com/grahama1970/claude-code-mcp-enhanced](https://github.com/grahama1970/claude-code-mcp-enhanced) - [https://github.com/danielrosehill/Claude-Code-MCP-List](https://github.com/danielrosehill/Claude-Code-MCP-List) - [https://github.com/ruvnet/claude-flow](https://github.com/ruvnet/claude-flow) - [https://github.com/smtg-ai/claude-squad](https://github.com/smtg-ai/claude-squad) - [https://github.com/Dicklesworthstone/claude_code_agent_farm](https://github.com/Dicklesworthstone/claude_code_agent_farm) - [https://github.com/automazeio/ccpm](https://github.com/automazeio/ccpm) - [https://github.com/cc-sessions/cc-sessions](https://github.com/cc-sessions/cc-sessions) - [https://github.com/iannuttall/claude-sessions](https://github.com/iannuttall/claude-sessions) - [https://github.com/diet103/claude-code-infrastructure-showcase](https://github.com/diet103/claude-code-infrastructure-showcase) - [https://github.com/disler/infinite-agentic-loop](https://github.com/disler/infinite-agentic-loop) - [https://github.com/agentsys/agentsys](https://github.com/agentsys/agentsys) - [https://github.com/gabrieltonnellier/citadel](https://github.com/gabrieltonnellier/citadel) - [https://github.com/thedotmack/claude-mem](https://github.com/thedotmack/claude-mem) - [https://github.com/hanfang/claude-memory-skill](https://github.com/hanfang/claude-memory-skill) - [https://github.com/0xfurai/claude-subconscious](https://github.com/0xfurai/claude-subconscious) - [https://github.com/dheerajoruganty/claude-code-semantic-memory](https://github.com/dheerajoruganty/claude-code-semantic-memory) - [https://github.com/brennercruvinel/claude-user-memory](https://github.com/brennercruvinel/claude-user-memory) - [https://github.com/yamadashy/repomix](https://github.com/yamadashy/repomix) - [https://github.com/safishamsi/graphify](https://github.com/safishamsi/graphify) - [https://github.com/elizaOS/context-prime](https://github.com/elizaOS/context-prime) - [https://github.com/iamcatdev/claude-code-heavy](https://github.com/iamcatdev/claude-code-heavy) - [https://github.com/continuous-claude/continuous-claude-v2](https://github.com/continuous-claude/continuous-claude-v2) - [https://github.com/wshobson/commands](https://github.com/wshobson/commands) - [https://github.com/nizos/tdd-guard](https://github.com/nizos/tdd-guard) - [https://github.com/RonitSachdev/ccundo](https://github.com/RonitSachdev/ccundo) - [https://github.com/claude-canvas/claude-canvas](https://github.com/claude-canvas/claude-canvas) - [https://github.com/ClaudoPro/claudopro-directory](https://github.com/ClaudoPro/claudopro-directory) - [https://github.com/danielrosehill/Claude-Slash-Commands](https://github.com/danielrosehill/Claude-Slash-Commands) - [https://github.com/claude-commands/command-fix-issue](https://github.com/claude-commands/command-fix-issue) - [https://github.com/patrick-ellis/design-review-workflow](https://github.com/patrick-ellis/design-review-workflow) - [https://github.com/jerseycheese/tdd-implement](https://github.com/jerseycheese/tdd-implement) - [https://github.com/anthropics/claude-code-security-review](https://github.com/anthropics/claude-code-security-review) - [https://github.com/ThamJiaHe/claude-prompt-engineering-guide](https://github.com/ThamJiaHe/claude-prompt-engineering-guide) - [https://github.com/nikiforovall/claude-code-handbook](https://github.com/nikiforovall/claude-code-handbook) - [https://github.com/FlorianBruniaux/claude-code-ultimate-guide](https://github.com/FlorianBruniaux/claude-code-ultimate-guide) - [https://github.com/Piebald-AI/claude-code-system-prompts](https://github.com/Piebald-AI/claude-code-system-prompts) - [https://github.com/wolfmcnally/Encyclopedia-of-Agentic-Coding-Patterns](https://github.com/wolfmcnally/Encyclopedia-of-Agentic-Coding-Patterns) - [https://github.com/RiyaParikh0112/claude-code-playbook](https://github.com/RiyaParikh0112/claude-code-playbook) - [https://github.com/iannuttall/claude-code-tips](https://github.com/iannuttall/claude-code-tips) - [https://github.com/topics/awesome-claude-prompts](https://github.com/topics/awesome-claude-prompts) - [https://github.com/disler/context-priming](https://github.com/disler/context-priming) - [https://github.com/shaharia-lab/my-claude-code-journey](https://github.com/shaharia-lab/my-claude-code-journey) - [https://github.com/coder/claudecode.nvim](https://github.com/coder/claudecode.nvim) - [https://github.com/greggh/claude-code.nvim](https://github.com/greggh/claude-code.nvim) - [https://github.com/manzaltu/claude-code-ide.el](https://github.com/manzaltu/claude-code-ide.el) - [https://github.com/stevemolitor/claude-code.el](https://github.com/stevemolitor/claude-code.el) - [https://github.com/Haleclipse/Claudix](https://github.com/Haleclipse/Claudix) - [https://github.com/Ruller-Lulu/clawd-on-desk](https://github.com/Ruller-Lulu/clawd-on-desk) - [https://github.com/aaddrick/claude-desktop-debian](https://github.com/aaddrick/claude-desktop-debian) - [https://github.com/instructkr/claw-code](https://github.com/instructkr/claw-code) - [https://github.com/nextlevelbuilder/ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) - [https://github.com/claudewave/claudewave](https://github.com/claudewave/claudewave) - [https://t.me/+LorUR_GakbViOTQy](https://t.me/+LorUR_GakbViOTQy) - [Upgrade to Premium](https://x.com/i/premium_sign_up) - [11:19 PM · Apr 25, 2026](https://x.com/0x_kaize/status/2048059417661174052) - [264.1K Views](https://x.com/0x_kaize/status/2048059417661174052/analytics) - [View quotes](https://x.com/0x_kaize/status/2048059417661174052/quotes) --- *导出时间: 2026/4/26 21:53:26* --- ## 中文翻译 # 如果你还没用这 100 个仓库,那就删掉 CLAUDE CODE —— 大型仓库合集 **作者**: kaize **日期**: 2026-04-25T15:19:50.000Z **来源**: [https://x.com/0x_kaize/status/2048059417661174052](https://x.com/0x_kaize/status/2048059417661174052) ---  大多数人把 Claude Code 仅仅看作“又一个 AI 编程工具”。 我以前也这么想——直到我发现了配置、插件、技能和子代理。 在那之前,我一遍又一遍地写着同样的提示词。每次会话都会丢失上下文。我很疑惑,为什么用着同样的工具,其他开发者的效率却比我高出 5 倍。 所以我决定找出如何更好地工作。答案就是:仓库。 我整理了一份包含 100 个最佳仓库的合集: ## 第一类 —— 精选列表与元索引  awesome-claude-code Claude Code 的生态系统发展太快,让人很难跟上节奏。新功能层出不穷,插件来来去去,甚至有一半的有趣内容根本没有上过 Hacker News。 “精选列表” 有助于解决这个问题。这些是社区维护的目录,承担了搜索的工作:它们根据实际质量而不是 GitHub 星标数来分类、排名和筛选内容。 1/ awesome-claude-code 整个 Claude Code 生态系统的权威精选列表 - 2.85 万+ 星标,主要索引 - 仅允许 Claude 本身提交 PR - 技能、钩子、命令、编排器、插件 repo: https://github.com/hesreallyhim/awesome-claude-code 2/ awesome-claude-skills (ComposioHQ) 50 多个可用于生产环境的 Claude 自动化技能 - PostgreSQL、深度研究、CSV、根因追溯 - 与 Claude Code、Codex、Cursor、Gemini CLI 跨兼容 - 通过 /skill add 安装 repo: https://github.com/ComposioHQ/awesome-claude-skills 3/ awesome-claude-plugins (ComposioHQ) 为 Claude Code 精心策划的插件集合 - 命令、代理、钩子和 MCP 服务器 - 包括 connect-apps、前端设计、artifacts-builder - 通过 /plugin marketplace add 安装 repo: https://github.com/ComposioHQ/awesome-claude-plugins 4/ awesome-claude-prompts 包含 4200+ 星标的优化 Claude 提示词集合 - XML 结构化提示词技巧 - 业务、创意、开发工作流 - 即拷即用 repo: https://github.com/langgptai/awesome-claude-prompts 5/ awesome-claude 关于 Anthropic Claude 的全方位列表 - 课程、指南、桌面应用、文章 - 涵盖 MCP、BMAD 方法、Claude Code 技巧 - 新手入门的好起点 repo: https://github.com/alvinunreal/awesome-claude 6/ awesome-agent-skills (VoltAgent) 来自真实工程团队的 1000+ 代理技能 - 不是 AI 生成的垃圾,而是经过实战检验的 - 适用于 Claude Code、Codex、Gemini CLI、Cursor - 包含 Notion、WhatsApp、NotebookLM、记忆功能 repo: https://github.com/VoltAgent/awesome-agent-skills 7/ awesome-claude-code-subagents (VoltAgent) 针对各种技术栈和任务精心挑选的子代理 - 特定领域的专业知识包 - 可用于生产环境的组件 - 与大多数编码代理集成 repo: https://github.com/VoltAgent/awesome-claude-code-subagents 8/ awesome-claude-code-plugins (ccplugins) 专注于 Claude Code 插件的精选列表 - 斜杠命令、子代理、MCP 服务器、钩子 - 包含每个插件的安装命令 - 支持托管你自己的市场 repo: https://github.com/ccplugins/awesome-claude-code-plugins 9/ awesome-claude-code (jqueryscript) 精心策划的工具、IDE 集成和框架 - 星级标记 - SDK、安全工具、代理集合 - 很棒的工具发现库 repo: https://github.com/jqueryscript/awesome-claude-code 10/ Claude-Code-Repos-Index 75+ 个优质 Claude Code 仓库的索引目录 - 全部原创,无 AI 垃圾内容 - 由 Daniel Rosehill 维护 - 探索生态系统的绝佳导航 repo: https://github.com/danielrosehill/Claude-Code-Repos-Index ## 第二类 —— Anthropic 官方仓库  在使用任何社区仓库之前,先从这里开始。 这些是 Anthropic 的官方项目——包括命令行界面 (CLI) 本身、SDK、技能库和 GitHub Action。列表上的其他所有内容都是建立在此基础上构建的。 它们可能并不总是提供最广泛的功能,但对于团队来说,它们是最稳定、文档最完善、最可靠的选择。 11/ anthropics/claude-code 官方 Claude Code 终端工具 - 5.5 万+ 星标 - 使用自然语言命令操作代码库 - 由 Anthropic 维护 repo: https://github.com/anthropics/claude-code 12/ anthropics/skills 代理技能的官方公开仓库 - 3.75 万+ 星标 - PDF、DOCX、XLSX、PPTX + 艺术生成 - 权威的技能参考 repo: https://github.com/anthropics/skills 13/ anthropics/claude-plugins 由 Anthropic 管理的优质插件目录 - 2800+ 星标 - 经过审查的官方插件集合 - 团队的良好基准 repo: https://github.com/anthropics/claude-plugins 14/ anthropics/claude-code-sdk-python Claude Code 的官方 Python SDK - 6100+ 星标 - 以编程方式访问功能 - 支持代理 SDK 模式 repo: https://github.com/anthropics/claude-code-sdk-python 15/ anthropics/claude-agent-sdk-typescript Claude Agent 的官方 TypeScript SDK - 类型安全的工具编排 - 流式传输 + MCP 支持 - 带有 send()/stream() 的 V2 预览版 repo: https://github.com/anthropics/claude-agent-sdk-typescript 16/ anthropics/claude-code-security-review AI 驱动的安全审查 GitHub Action - 2800+ 星标 - 分析 PR 差异以查找漏洞 - 可直接集成到 CI/CD repo: https://github.com/anthropics/claude-code-security-review 17/ anthropics/claude-code-action 用于 PR 中 Claude 的官方 GitHub Action - @claude 提及触发分析 - 差异审查 + 补丁建议 - 遵循你的仓库约定 repo: https://github.com/anthropics/claude-code-action 18/ github/github-mcp-server 官方 GitHub MCP 服务器 - 直接访问仓库、PR、议题、CI/CD - 通过 X-MCP-Readonly 进行只读模式访问 - 生态系统中使用最广泛的服务器 repo: https://github.com/github/github-mcp-server 19/ anthropic-cookbook 官方 Anthropic 食谱包含配方 - 笔记本、代理、工具使用模式 - RAG、分类、摘要 - 由 Anthropic 团队维护 repo: https://github.com/anthropics/anthropic-cookbook 20/ courses (Anthropic) 免费的 Anthropic 课程 - 提示工程基础 - API 使用、代理、AI 熟练度 - 来自官方的直接资源 repo: https://github.com/anthropics/courses ## 第三类 —— 技能集合 技能是扩展 Claude Code 功能最快的方式。它们不是插件或代理,只是 Markdown 文件,用于教 Claude 如何执行特定任务,从编写正确的拉取请求到在 Remotion 中创建视频以及进行安全审计。 其美妙之处在于,好的技能可以让你按需将 Claude 从通用助手转变为特定领域的专家。你不需要每次都从头解释你的技术栈,因为技能已经知道了。 21/ obra/superpowers Claude Code 最受欢迎的技能库 - 14.8 万+ 星标 - 构思 → 规范 → 计划 → TDD → 审查 → 合并 - 子代理编排 repo: https://github.com/obra/superpowers 22/ obra/superpowers-marketplace Superpowers 生态系统的官方市场 - 20 多个经过实战检验的技能 - /brainstorm、/write-plan、/execute-plan - SessionStart 上下文注入 repo: https://github.com/obra/superpowers-marketplace 23/ obra/superpowers-skills 社区可编辑的 Superpowers 技能 - 自动克隆到 ~/.config/superpowers/skills/ - Fork 并提交 PR - 协作的一面 repo: https://github.com/obra/superpowers-skills 24/ obra/superpowers-lab 正在积极开发中的实验性技能 - 语义重复函数检测 - 前沿技术 - 随实际使用而演变 repo: https://github.com/obra/superpowers-lab 25/ everything-claude-code 基于 10 个多月使用经验构建的黑客松获胜工具 - 30 个代理,136 个技能,60 条斜杠命令 - 1282 个测试,98% 覆盖率 - Cerebral Valley x Anthropic 获奖者 repo: https://github.com/affaan-m/everything-claude-code 26/ travisvn/awesome-claude-skills 社区“最佳”技能集合 - 2.2 万+ 次安装 - SEO、营销、设计、安全、研究 - 对不受信任的技能有安全警告 repo: https://github.com/travisvn/awesome-claude-skills 27/ trailofbits/claude-code-skills 安全研究和审计技能 - 由 Trail of Bits 安全公司开发 - 漏洞检测工作流 - 为真实安全工程而构建 repo: https://github.com/trailofbits/claude-code-skills 28/ K-Dense-AI/claude-scientific-skills 用于科学计算的技能 - 专用研究库 - 学术和实验室工作流 - 准备好进行数据分析 repo: https://github.com/K-Dense-AI/claude-scientific-skills 29/ ay-automate/ay-skills 10 个经过生产验证的技能 - SEO 审计、无头浏览器自动化 - Remotion 视频生成、图表 - 即插即用 repo: https://github.com/ay-automate/ay-skills 30/ BehiSecc/awesome-claude-skills 用于深度使用 Claude 的“列表之列表” - 知识获取、深度思考 - 技能自动化实用程序 - 策展人的元资源 repo: https://github.com/BehiSecc/awesome-claude-skills ## 第四类 —— 代理与子代理 单次 Claude 会话无法高水平地处理所有事情。它会过载,上下文中充斥着一半已读的文件和过时的调试数据,当你要求代码审查时,它已经忘记你要构建什么了。 子代理解决了这个问题。你不再是一个苦于应对二十项任务的单一 Claude,而是拥有了一支专家团队:每个都有自己的上下文和单一任务。 31/ wshobson/agents 大量生产级子代理集合 - 2.5 万+ 星标 - 策略、开发、安全、设计、数据、研究 - 可直接用于 Claude Code 工作流 repo: https://github.com/wshobson/agents 32/ awesome-claude-agents 协同工作的专业 AI 代理团队 - 3700+ 星标 - 代理协作完成完整功能 - 跨技术栈的专家级知识 repo: https://github.com/vijaythecoder/awesome-claude-agents 33/ davepoon/claude-code-subagents-collection 100 多个可用于生产环境的子代理 - 2200+ 星标 - 全面的领域专业知识 - 适用于任何工作流 repo: https://github.com/davepoon/claude-code-subagents-collection 34/ claude-code-agents (59 specialists) 59 个用于开发的专业 AI 代理 - TypeScript、Python、Java、Kotlin 审查者 - 工作流自动化代理 - 非常适合团队入职 repo: https://github.com/baryhuang/claude-code-agents 35/ multi-agent-squad 可用于生产环境的多代理编排 - 74+ 星标 - 任务路由 + 共识决策 - 跨编码代理工作 repo: https://github.com/ruvnet/multi-agent-squad 36/ Agent-Fusion 跨 AI 工具的多代理编排 - Claude Code、Codex CLI、Amazon Q、Gemini - 双向协作 - 智能任务路由 repo: https://github.com/0xAsten/Agent-Fusion 37/ sub-agents Claude Code 子代理的管理器 - 添加钩子和自定义斜杠命令 - 175+ 星标 - 轻量级设置 repo: https://github.com/webdevtodayjason/sub-agents 38/ sub-agents-directory 精心策划的 100 多个子代理提示词 - 74+ 星标 - 包含 MCP 服务器 - 社区维护的索引 repo: https://github.com/dotneet/sub-agents-directory 39/ claude-code-heavy 多代理研究编排 - 72+ 星标 - 并行研究代理 - 专为 Claude Code 构建 repo: https://github.com/iamcatdev/claude-code-heavy 40/ ClaudeCodeAgents 专注于 QA 的代理集合 - 455+ 星标 - 测试代理、验证器 - 即插即用的 QA 工作流 repo: https://github.com/webdevtodayjason/ClaudeCodeAgents ## 第五类 —— MCP 服务器 Claude Code 本身在终端中运行:它读取文件、执行命令并与 API 交互。仅此而已。它无法处理你的 GitHub 拉取请求、从 Postgres 查询数据、打开浏览器或读取 Figma 帧。 MCP 服务器解决了这个问题。它们充当桥梁,通过标准化协议将 Claude 连接到你的技术栈其余部分,将聪明的“程序员伙伴”转变为真正的自主项目参与者。 41/ claude-code-mcp 将 Claude Code 本身作为 MCP 服务器运行 - 启用代理中的代理模式 - 编码任务的递归委派 - 与 Claude Desktop 集成 repo: https://github.com/steipete/claude-code-mcp 42/ zilliztech/claude-context 针对海量代码库的语义代码搜索 MCP - 无需手动指引即可提取正确的文件 - 对大型仓库至关重要 - 社区 MCP 服务器 repo: https://github.com/zilliztech/claude-context 43/ claude-context-mode 位于 Claude Code 和输出之间的 MCP 服务器 - 2200+ 星标 - 315 KB → 5.4 KB(减少 98%) - 每次调用都能节省 Token repo: https://github.com/d-e-s-o/claude-context-mode 44/ Continuous-Claude-v2 Claude Code 的上下文管理 - 2200+ 星标 - 基于账本的钩子维护状态 - 在不污染上下文的情况下执行 MCP repo: https://github.com/continuous-claude/continuous-claude-v2 45/ context7 在提示词中获得最新的特定版本文档 - 实时文档访问 - 库 + 框架 - 适用于 Cursor、VS Code、Claude Code、Windsurf repo: https://github.com/upstash/context7 46/ postgres-mcp 安全的 PostgreSQL MCP 服务器 - 默认只读模式 - 多连接支持 - 纵深防御安全 repo: https://github.com/crystaldba/postgres-mcp 47/ playwright-mcp 通过 MCP 进行浏览器自动化 - 导航页面、填写表单 - 动态内容抓取 - 官方微软支持 repo: https://github.com/microsoft/playwright-mcp 48/ mcp-server-sqlite 用于原型设计的轻量级 SQLite MCP - 对本地开发友好 - 安装简单 - 官方 MCP 团队 repo: https://github.com/modelcontextprotocol/servers 49/ claude-code-mcp-enhanced 增强型 claude-code-mcp,带有详细说明 - 强调提示词以符合要求 - 改进的任务跟随能力 - 由 grahama1970 开发 repo: https://github.com/grahama1970/claude-code-mcp-enhanced 50/ danielrosehill/Claude-Code-MCP-List 简短精选的 MCP 集合 - 用于 Linux 桌面 Claude Code 的 MCP - 经过实战检验的精选 - 实用的日常使用 repo: https://github.com/danielrosehill/Claude-Code-MCP-List ## 第六类 —— 编排与工作流 一旦你掌握了 Claude Code,下一个障碍就是你自己。你一次只能监控一个会话,批准一个计划,运行一个代理。编排工具允许你克服这一限制。 这些仓库让你能够运行并行 Claude 会话、协调多步骤工作流、在运行之间保存状态,并像管理一小队开发人员一样管理代理。 51/ Claude-Flow 企业级 AI 编排平台 - 1.14 万+ 星标 - 具有持久记忆的多代理编排 - 重塑团队使用 AI 构建的方式 repo: https://github.com/ruvnet/claude-flow 52/ claude-squad AI 编码代理的终端复用器 - 5600+ 星标 - 管理 Claude Code、Aider、Codex、OpenCode、Amp - 并行代理而不混乱 repo: https://github.com/smtg-ai/claude-squad 53/ claude_code_agent_farm 并行 Claude Code 会话编排器 - 大规模运行多个 cc 代理 - 系统化的代码库改进 - 自动化优先设计 repo: https://github.com/Dicklesworthstone/claude_code_agent_farm 54/ ccpm (Claude Code PM) Claude Code 的项目管理工作流 - 由 Ran Aroussi 开发 - 专业代理 + 斜杠命令 - 交钥匙设置 repo: https://github.com/automazeio/ccpm 55/ cc-sessions Claude Code 的固执己见的扩展集 - 1500+ 星标 - 钩子、子代理、命令 - 任务/git 管理基础设施 repo: https://github.com/cc-sessions/cc-sessions 56/ claude-sessions 用于会话跟踪的自定义斜杠命令 - 1100+ 星标 - 全面的文档 - 开发会话记录 repo: https://github.com/iannuttall/claude-sessions 57/ claude-code-infrastructure-showcase 技能的基础设施方法 - 根据上下文激活技能的钩子 - 智能技能路由 - 适应任何项目 repo: https://github.com/diet103/claude-code-infrastructure-showcase 58/ infinite-agentic-loop 无限代理循环演示 - 492+ 星标 - 双提示词系统设计 - 实验性但具有教育意义 repo: https://github.com/disler/infinite-agentic-loop 59/ agentsys 多工具自动化工具 - 473+ 星标 - 14 个插件,43 个代理,30 个技能 - Claude Code + OpenCode + Codex repo: https://github.com/agentsys/agentsys 60/ Citadel 代理编排工具 - 430+ 星标 - 并行代理协调 - 会话记忆持久化 repo: https://github.com/gabrieltonnellier/citadel ## 第七类 —— 记忆与上下文 Claude Code 最大的缺点也是最容易解决的:每次会话都从零开始。昨天的解决方案、上周的架构讨论、你选择 Postgres 而不是 MongoDB 的原因——所有这些都在你关闭终端的那一刻消失了。 记忆和上下文存储有助于解决这个问题。它们为 Claude 提供跨会话的持久状态——语义记忆、压缩的历史记录、代码库的知识图,以及在你工作时悄悄积累知识的后台代理。 61/ thedotmack/claude-mem 通过压缩实现长期记忆 - 在会话之间保持上下文 - 轻量级且可组合 - 解决了 Claude Code 的第一大抱怨 repo: https://github.com/thedotmack/claude-mem 62/ hanfang/claude-memory-skill 最小化的分层记忆系统 - 后台代理 + 文件系统持久化 - 低摩擦设置 - 与现有技能一起工作 repo: https://github.com/hanfang/claude-memory-skill 63/ 0xfurai/claude-subconscious 在后台低语指导的代理 - 2400+ 星标 - 监视会话、读取文件 - 随着时间的推移建立记忆 repo: https://github.com/0xfurai/claude-subconscious 64/ claude-code-semantic-memory Claude Code 的持久语义记忆 - 70+ 星标 - 基于向量的回忆 - 会话连续性 repo: https://github.com/dheerajoruganty/claude-code-semantic-memory 65/ claude-user-memory 具有 12 个专业代理的用户记忆系统 - 125+ 星标 - 智能编排 - 自动选择合适的专业人员 repo: https://github.com/brennercruvinel/claude-user-memory 66/ Repomix 将你的代码库打包成一个 AI 可读文件 - 2.09 万+ 星标 - XML、Markdown、纯文本输出 - 对于大型代码库上下文至关重要 repo: https://github.com/yamadashy/repomix 67/ graphify 来自代码库的交互式知识图谱 - 探索、搜索、提问 - 适用于 Claude Code、Codex、Cursor - 非常适合入职 repo: https://github.com/safishamsi/graphify 68/ context-prime 系统化的项目上下文预加载 - 由 elizaOS 开发 - 特定于场景的预加载命令 - CLAUDE.md 增强 repo: https://github.com/elizaOS/context-prime 69/ claude-code-heavy-research 具有并行上下文的多代理研究 - 72+ 星标 - 深入研究工作流 - 基于代理的知识收集 repo: https://github.com/iamcatdev/claude-code-heavy 70/ ledger 保留上下文的账本系统 - 钩子维护账本状态 - 代理之间的交接 - 无污染的 MCP repo: https://github.com/continuous-claude/continuous-claude-v2 ## 第八类 —— 斜杠命令与钩子 每当你第三次发现自己为 Claude 键入相同的指令时,你会遇到一个正等着被使用的斜杠命令。/fix-issue 456、/review、/tdd——一键敲击代替整段文字,每次都是如此。 钩子更进一步。它们在工作流的关键时刻自动触发,在没有测试的情况下阻止提交、在推送之前自动格式化代码、在开始会话时添加上下文。你不再需要提醒 Claude 你的规则,因为规则是自动执行的。 71/ wshobson/commands 57 个可用于生产环境的斜杠命令 - 1700+ 星标 - 15 个工作流 + 42 个工具 - 多代理编排 repo: https://github.com/wshobson/commands 72/ nizos/tdd-guard Claude Code 的自动化 TDD 强制执行 - 1700+ 星标 - 阻止跳过测试 - 解释阻止的原因 repo: https://github.com/nizos/tdd-guard 73/ ccundo Claude Code 的细粒度撤销 - 1300+ 星标 - 无缝集成 - 操作级回滚 repo: https://github.com/RonitSachdev/ccundo 74/ claude-canvas 为 Claude Code 提供自己显示器的 TUI 工具包 - 1100+ 星标 - 交互式终端 UI - 丰富的可视化 repo: https://github.com/claude-canvas/claude-canvas 75/ ClaudoPro Directory 广泛选择的钩子、命令、子代理 - 比普通模板网站更好 - 专门的任务覆盖 - 由 ghost 策划 repo: https://github.com/ClaudoPro/claudopro-directory 76/ danielrosehill/Claude-Slash-Commands 精心策划的自定义斜杠命令 - 按类别组织 - 用于同步的 pre-push 钩子 - 基于索引的发现 repo: https://github.com/danielrosehill/Claude-Slash-Commands 77/ claude-commands/command-fix-issue 基于 TDD 的 GitHub 问题修复程序 - /fix-issue 456 - 红 → 绿 → 重构 - 自动创建 PR repo: https://github.com/claude-commands/command-fix-issue 78/ Design Review Workflow 自动化 UI/UX 设计审查 - 由 Patrick Ellis 开发 - 响应式 + 无障碍检查 - 专业子代理 repo: https://github.com/patrick-ellis/design-review-workflow 79/ tdd-implement jerseycheese 的 TDD 斜杠命令 - 红/绿/重构自动化 - 测试优先强制执行 - 功能到测试的分解 repo: https://github.com/jerseycheese/tdd-implement 80/ security-review 官方安全审查斜杠命令 - 扫描 PR 以查找问题 - 建议修复 - 易于禁用 repo: https://github.com/anthropics/claude-code-security-review ## 第九类 —— 指南与学习 Claude Code 有其不为人知的复杂性。命令行很简单——但是开发提示词、创建技能、配置 MCP、设计钩子、管理上下文和 Token 经济学呢? 大多数开发人员都会在这个阶段陷入困境并开始指责工具。 指南和培训材料有助于克服这一障碍。详细的参考指南、提示词开发指南、系统提示词存档、模式百科全书——所有这些都需要你自己数月的时间来学习。 81/ ThamJiaHe/claude-prompt-engineering-guide 权威的提示词工程指南 - 涵盖 Opus 4.6、Sonnet 4.6、Haiku 4.5 - 技能、插件、MCP、钩子、Ultrathink - 220 多个经过验证的来源 repo: https://github.com/ThamJiaHe/claude-prompt-engineering-guide 82/ nikiforovall/claude-code-handbook Claude Code 工作流的最佳实践 - 包括可分发的插件 - 日常使用模式 - 经过实战检验的技巧 repo: https://github.com/nikiforovall/claude-code-handbook 83/ FlorianBruniaux/claude-code-ultimate-guide 大量的 22,000+ 行文档项目 - 225 个生产模板 - 9 个 AI 人格 + 26 条斜杠命令 - 271 个测验问题 repo: https://github.com/FlorianBruniaux/claude-code-ultimate-guide 84/ Piebald-AI/claude-code-system-prompts 所有 Claude Code 系统提示词 - 在每次发布后几分钟内更新 - 工具描述 + 子代理提示词 - 跨 155+ 个版本的 CHANGELOG repo: https://github.com/Piebald-AI/claude-code-system-prompts 85/ Encyclopedia of Agentic Coding Patterns 190+ 种 AI 辅助开发模式 - 由 Wolf McNally 开发 - 基础 → 代理构建 - 治理 + 测试 repo: https://github.com/wolfmcnally/Encyclopedia-of-Agentic-Coding-Patterns 86/ RiyaParikh0112/claude-code-playbook 带有 TDD 工作流的 Claude Code 手册 - 集成测试模式 - CI/CD 管道配置 - PR 准备指南 repo: https://github.com/RiyaParikh0112/claude-code-playbook 87/ 40+ Claude Code Tips 高级用户技巧集合 - 自定义状态行脚本 - 系统提示词减半技巧 - 容器中的 Claude Code repo: https://github.com/iannuttall/claude-code-tips 88/ awesome-claude-prompts topic 基于主题的提示词仓库发现 - 社区提交的仓库 - 标记以便于导航 - 定期添加新内容 repo: https://github.com/topics/awesome-claude-prompts 89/ Context Priming by disler 系统化的上下文预加载方法 - 特定于场景的命令 - 项目上下文模式 - 参考模板 repo: https://github.com/disler/context-priming 90/ My Experience With Claude Code (2 weeks) 现实世界的经验教训和工作流 - TODO.md 纪律 - 成本管理技巧 - 重构策略 repo: https://github.com/shaharia-lab/my-claude-code-journey ## 第十类 —— IDE 集成与桌面 默认情况下,Claude Code 在终端中运行,如果你总是在终端中工作,这很方便,但如果你不是,就不那么方便了。 大多数开发人员希望 Claude 直接在他们已经在使用的编辑器中工作,而不是在一个让他们分心的单独窗口中。 与 IDE 集成解决了这个问题。VS Code 的扩展、Neovim 的插件、Emacs 的模式,甚至桌面外壳都将 Claude 集成到你现有的任何工作流中。 91/ coder/claudecode.nvim 第一个 Neovim IDE 集成用于 Claude Code - 纯 Lua,零依赖 - 基于 WebSocket 的 MCP 协议 - 从官方扩展逆向工程 repo: https://github.com/coder/claudecode.nvim 92/ greggh/claude-code.nvim 无缝的 Neovim + Claude Code 集成 - 切换终端窗口 - --continue + 自定义变体 - 自动重新加载修改的文件 repo: https://github.com/greggh/claude-code.nvim 93/ manzaltu/claude-code-ide.el Claude Code 的 Emacs 集成 - 基于 ediff 的建议 - LSP/flymake/flycheck 诊断 - tree-sitter AST 查询 repo: https://github.com/manzaltu/claude-code-ide.el 94/ stevemolitor/claude-code.el Claude Code CLI 的 Emacs 接口 - 简单的终端包装器 - 轻量级集成 - 地道的 Emacs repo: https://github.com/stevemolitor/claude-code.el 95/ Haleclipse/Claudix 用于 Claude Code 的 VSCode 扩展 - 交互式聊天界面 - 会话管理 - Vue 3 + TypeScript repo: https://github.com/Haleclipse/Claudix 96/ Clawd on Desk 对 Claude 会话做出反应的桌面宠物 - 思考、打字、玩杂耍、睡觉 - 实时会话感知 - 纯粹的乐趣,零生产力 repo: https://github.com/Ruller-Lulu/clawd-on-desk 97/ Claude Desktop Debian 适用于 Linux 的非官方 Claude 桌面应用 - Debian 原生包 - 社区维护 - 填补了 Linux 的空白 repo: https://github.com/aaddrick/claude-desktop-debian 98/ instructkr/claw-code 韩国构建的 Claude Code 替代品/工具 - 本地化工作流 - 轻量级安装 - 社区项目 repo: https://github.com/instructkr/claw-code ## 第十一类 —— 专门的工作流 并非所有的 Claude Code 仓库都能清楚地归类到特定的类别中。有些旨在执行单一、特定的任务。例如,完全专注于设计模式的 UI/UX 工具、跟踪整个生态系统的实时目录,或者擅长解决 just 一个特定问题的小众工具。 99/ nextlevelbuilder/ui-ux-pro-max-skill 用于专注于设计的工作流的 UI/UX 技能 - 结构化的设计模式 - 面向组件的指导 - 生产级输出 repo: https://github.com/nextlevelbuilder/ui-ux-pro-max-skill 100/ ClaudeWave 3800+ 个 Claude 仓库的实时目录 - 8 个类别,标记的用例 - 按星标 + 速度排名 - 每 12 小时更新一次 repo: https://github.com/claudewave/claudewave 这并不是全貌,没有人拥有全貌。Claude Code 生态系统发展太快,任何人都无法跟上所有内容。但是,如果你只安装上面列出的 5-10 个仓库,你将已经领先于 95% 支付相同 Claude 订阅费用的用户。 我在我的 Telegram 中发布更多 AI 深度研究和生态系统细分: https://t.me/+LorUR_GakbViOTQy ## 相关链接 - [kaize](https://x.com/0x_kaize) - [@0x_kaize](https://x.com/0x_kaize) - [264K](https://x.com/0x_kaize/status/2048059417661174052/analytics) - [https://github.com/hesreallyhim/awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) - [https://github.com/ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) - [https://github.com/ComposioHQ/awesome-claude-plugins](https://github.com/ComposioHQ/awesome-claude-plugins) - [https://github.com/langgptai/awesome-claude-prompts](https://github.com/langgptai/awesome-claude-prompts) - [https://github.com/alvinunreal/awesome-claude](https://github.com/alvinunreal/awesome-claude) - [https://github.com/VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills) - [https://github.com/VoltAgent/awesome-claude-code-subagents](https://github.com/VoltAgent/awesome-claude-code-subagents) - [https://github.com/ccplugins/awesome-claude-code-plugins](https://github.com/ccplugins/awesome-claude-code-plugins) - [https://github.com/jqueryscript/awesome-claude-code](https://github.com/jqueryscript/awesome-claude-code) - [https://github.com/danielrosehill/Claude-Code-Repos-Index](https://github.com/danielrosehill/Claude-Code-Repos-Index) - [https://github.com/anthropics/claude-code](https://github.com/anthropics/claude-code) - [https://github.com/anthropics/skills](https://github.com/anthropics/skills) - [https://github.com/anthropics/claude-plugins](https://github.com/anthropics/claude-plugins) - [https://github.com/anthropics/claude-code-sdk-python](https://github.com/anthropics/claude-code-sdk-python) - [https://github.com/anthropics/claude-agent-sdk-typescript](https://github.com/anthropics/claude-agent-sdk-typescript) - [https://github.com/anthropics/claude-code-security-review](https://github.com/anthropics/claude-code-security-review) - [@claude](https://x.com/@claude) - [https://github.com/anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) - [https://github.com/github/github-mcp-server](https://github.com/github/github-mcp-server) - [https://github.com/anthropics/anthropic-cookbook](https://github.com/anthropics/anthropic-cookbook) - [https://github.com/anthropics/courses](https://github.com/anthropics/courses) - [https://github.com/obra/superpowers](https://github.com/obra/superpowers) - [https://github.com/obra/superpowers-marketplace](https://github.com/obra/superpowers-marketplace) - [https://github.com/obra/superpowers-skills](https://github.com/obra/superpowers-skills) - [https://github.com/obra/superpowers-lab](https://github.com/obra/superpowers-lab) - [https://github.com/affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code) - [https://github.com/travisvn/awesome-claude-skills](https://github.com/travisvn/awesome-claude-skills) - [https://github.com/trailofbits/claude-code-skills](https://github.com/trailofbits/claude-code-skills) - [https://github.com/K-Dense-AI/claude-scientific-skills](https://github.com/K-Dense-AI/claude-scientific-skills) - [https://github.com/ay-automate/ay-skills](https://github.com/ay-automate/ay-skills) - [https://github.com/BehiSecc/awesome-claude-skills](https://github.com/BehiSecc/awesome-claude-skills) - [https://github.com/wshobson/agents](https://github.com/wshobson/agents) - [https://github.com/vijaythecoder/awesome-claude-agents](https://github.com/vijaythecoder/awesome-claude-agents) - [https://github.com/davepoon/claude-code-subagents-collection](https://github.com/davepoon/claude-code-subagents-collection) - [https://github.com/baryhuang/claude-code-agents](https://github.com/baryhuang/claude-code-agents) - [https://github.com/ruvnet/multi-agent-squad](https://github.com/ruvnet/multi-agent-squad) - [https://github.com/0xAsten/Agent-Fusion](https://github.com/0xAsten/Agent-Fusion) - [https://github.com/webdevtodayjason/sub-agents](https://github.com/webdevtodayjason/sub-agents) - [https://github.com/dotneet/sub-agents-directory](https://github.com/dotneet/sub-agents-directory) - [https://github.com/iamcatdev/claude-code-heavy](https://github.com/iamcatdev/claude-code-heavy) - [https://github.com/webdevtodayjason/ClaudeCodeAgents](https://github.com/webdevtodayjason/ClaudeCodeAgents) - [https://github.com/steipete/claude-code-mcp](https://github.com/steipete/claude-code-mcp) - [https://github.com/zilliztech/claude-context](https://github.com/zilliztech/claude-context) - [https://github.com/d-e-s-o/claude-context-mode](https://github.com/d-e-s-o/claude-context-mode) - [https://github.com/continuous-claude/continuous-claude-v2](https://github.com/continuous-claude/continuous-claude-v2) - [https://github.com/upstash/context7](https://github.com/upstash/context7) - [https://github.com/crystaldba/postgres-mcp](https://github.com/crystaldba/postgres-mcp) - [https://github.com/microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) - [https://github.com/modelcontextprotocol/servers](https://github.com/modelcontextprotocol/servers) - [https://github.com/grahama1970/claude-code-mcp-enhanced](https://github.com/grahama1970/claude-code-mcp-enhanced) - [https://github.com/danielrosehill/Claude-Code-MCP-List](https://github.com/danielrosehill/Claude-Code-MCP-List) - [https://github.com/ruvnet/claude-flow](https://github.com/ruvnet/claude-flow) - [https://github.com/smtg-ai/claude-squad](https://github.com/smtg-ai/claude-squad) - [https://github.com/Dicklesworthstone/claude_code_agent_farm](https://github.com/Dicklesworthstone/claude_code_agent_farm) - [https://github.com/automazeio/ccpm](https://github.com/automazeio/ccpm) - [https://github.com/cc-sessions/cc-sessions](https://github.com/cc-sessions/cc-sessions) - [https://github.com/iannuttall/claude-sessions](https://github.com/iannuttall/claude-sessions) - [https://github.com/diet103/claude-code-infrastructure-showcase](https://github.com/diet103/claude-code-infrastructure-showcase) - [https://github.com/disler/infinite-agentic-loop](https://github.com/disler/infinite-agentic-loop) - [https://github.com/agentsys/agentsys](https://github.com/agentsys/agentsys) - [https://github.com/gabrieltonnellier/citadel](https://github.com/gabrieltonnellier/citadel) - [https://github.com/thedotmack/claude-mem](https://github.com/thedotmack/claude-mem) - [https://github.com/hanfang/claude-memory-skill](https://github.com/hanfang/claude-memory-skill) - [https://github.com/0xfurai/claude-subconscious](https://github.com/0xfurai/claude-subconscious) - [https://github.com/dheerajoruganty/claude-code-semantic-memory](https://github.com/dheerajoruganty/claude-code-semantic-memory) - [https://github.com/brennercruvinel/claude-user-memory](https://github.com/brennercruvinel/claude-user-memory) - [https://github.com/yamadashy/repomix](https://github.com/yamadashy/repomix) - [https://github.com/safishamsi/graphify](https://github.com/safishamsi/graphify) - [https://github.com/elizaOS/context-prime](https://github.com/elizaOS/context-prime) - [https://github.com/iamcatdev/claude-code-heavy](https://github.com/iamcatdev/claude-code-heavy) - [https://github.com/continuous-claude/continuous-claude-v2](https://github.com/continuous-claude/continuous-claude-v2) - [https://github.com/wshobson/commands](https://github.com/wshobson/commands) - [https://github.com/nizos/tdd-guard](https://github.com/nizos/tdd-guard) - [https://github.com/RonitSachdev/ccundo](https://github.com/RonitSachdev/ccundo) - [https://github.com/claude-canvas/claude-canvas](https://github.com/claude-canvas/claude-canvas) - [https://github.com/ClaudoPro/claudopro-directory](https://github.com/ClaudoPro/claudopro-directory) - [https://github.com/danielrosehill/Claude-Slash-Commands](https://github.com/danielrosehill/Claude-Slash-Commands) - [https://github.com/claude-commands/command-fix-issue](https://github.com/claude-commands/command-fix-issue) - [https://github.com/patrick-ellis/design-review-workflow](https://github.com/patrick-ellis/design-review-workflow) - [https://github.com/jerseycheese/tdd-implement](https://github.com/jerseycheese/tdd-implement) - [https://github.com/anthropics/claude-code-security-review](https://github.com/anthropics/claude-code-security-review) - [https://github.com/ThamJiaHe/claude-prompt-engineering-guide](https://github.com/ThamJiaHe/claude-prompt-engineering-guide) - [https://github.com/nikiforovall/claude-code-handbook](https://github.com/nikiforovall/claude-code-handbook) - [https://github.com/FlorianBruniaux/claude-code-ultimate-guide](https://github.com/FlorianBruniaux/claude-code-ultimate-guide) - [https://github.com/Piebald-AI/claude-code-system-prompts](https://github.com/Piebald-AI/claude-code-system-prompts) - [https://github.com/wolfmcnally/Encyclopedia-of-Agentic-Coding-Patterns](https://github.com/wolfmcnally/Encyclopedia-of-Agentic-Coding-Patterns) - [https://github.com/RiyaParikh0112/claude-code-playbook](https://github.com/RiyaParikh0112/claude-code-playbook) - [https://github.com/iannuttall/claude-code-tips](https://github.com/iannuttall/claude-code-tips) - [https://github.com/topics/awesome-claude-prompts](https://github.com/topics/awesome-claude-prompts) - [https://github.com/disler/context-priming](https://github.com/disler/context-priming) - [https://github.com/shaharia-lab/my-claude-code-journey](https://github.com/shaharia-lab/my-claude-code-journey) - [https://github.com/coder/claudecode.nvim](https://github.com/coder/claudecode.nvim) - [https://github.com/greggh/claude-code.nvim](https://github.com/greggh/claude-code.nvim) - [https://github.com/manzaltu/claude-code-ide.el](https://github.com/manzaltu/claude-code-ide.el) - [https://github.com/stevemolitor/claude-code.el](https://github.com/stevemolitor/claude-code.el) - [https://github.com/Haleclipse/Claudix](https://github.com/Haleclipse/Claudix) - [https://github.com/Ruller-Lulu/clawd-on-desk](https://github.com/Ruller-Lulu/clawd-on-desk) - [https://github.com/aaddrick/claude-desktop-debian](https://github.com/aaddrick/claude-desktop-debian) - [https://github.com/instructkr/claw-code](https://github.com/instructkr/claw-code) - [https://github.com/nextlevelbuilder/ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) - [https://github.com/claudewave/claudewave](https://github.com/claudewave/claudewave) - [https://t.me/+LorUR_GakbViOTQy](https://t.me/+LorUR_GakbViOTQy) - [升级到 Premium](https://x.com/i/premium_sign_up) - [11:19 PM · Apr 25, 2026](https://x.com/0x_kaize/status/2048059417661174052) - [264.1K 次查看](https://x.com/0x_kaize/status/2048059417661174052/analytics) - [查看引用](https://x.com/0x_kaize/status/2048059417661174052/quotes) --- *导出时间: 2026/4/26 21:53:26*
C Claude Skills: 如何通过 Anthropic 的新功能节省 Token 并提升效率 文章介绍了 Anthropic 推出的 Claude Skills 功能,通过文件夹和 YAML 配置实现渐进式披露,显著减少 Token 消耗和重复解释。详细说明了技能的构建规则、命名规范、测试方法及分发策略,帮助用户将聊天机器人转化为高效的专业工程团队。 技术 › Skill ✍ Mr. Buzzoni🕐 2026-07-17 ClaudeSkillTokenAnthropicDevOps工具与效率LLMMCPAgent
H Hermes Agent 推出 Bundle 功能:一键打包 Skills 与 MCP 本文介绍了 Hermes Agent 推出的 Bundle 功能,通过一条命令即可完成 Skills、MCP、Rules 和 Hooks 的配置。文章详细解析了 Bundle 包含的四大核心组件,展示了社区预设的 developer、content-creator 等技能包,并强调了其自进化能力,即 Agent 能在任务后自动生成新的 Skill,极大提升了 AI Agent 的落地效率。 技术 › Agent ✍ 知野🕐 2026-05-30 HermesAgentSkillsMCP工具链自动化自进化DevOps开源效率
A Anthropic 开源 22 个知识工作者插件,为 Claude 装上岗位技能包 Anthropic 官方开源了一套包含 22 个插件的 Claude 库,覆盖销售、产品、工程、财务等所有知识工作者角色。该插件库通过 MCP 连接器对接 Jira、Slack、HubSpot 等主流工具,将岗位技能打包为 Markdown 和 JSON,无需构建即可安装,旨在解决 Claude 缺乏具体业务领域上下文的问题。 技术 › Agent ✍ Jason Zhu🕐 2026-05-29 ClaudeAnthropicAgent开源MCP插件DevOps职场效率工具
C Claude Code新版本 + CodeGraph + MCP 组合拳!大型代码库直接起飞! 文章介绍了Claude Code 2.1.142、CodeGraph与MCP的“组合拳”方案,有效解决了大型代码库探索中tool call过多、上下文爆炸等问题。通过CodeGraph构建语义知识图谱,结合MCP持久化记忆与新版优化,实现了Tool call减少92%、代码探索速度提升71%的显著效果,并提供了详细的安装配置流程与实战场景指南。 技术 › Claude Code ✍ loveabit🕐 2026-05-16 Claude CodeCodeGraphMCPLLMAI编程DevOps工具与效率Agent技术选型代码优化
3 30天精通Claude Code:从入门到实战的完整路径 本文详细介绍了如何在30天内掌握Claude Code这一命令行自主编程Agent。文章将其划分为三个阶段:第一周侧重基础安装与环境配置(如CLAUDE.md文件的编写及Plan/Act模式的区分);第二周通过构建真实MVP项目来掌握调试与核心斜杠指令;第三周进阶至多文件重构及MCP服务器连接。旨在帮助开发者摆脱简单的聊天对话,利用Claude Code实现高效的代码编写、调试与部署。 技术 › Claude Code ✍ Mayank Agarwal🕐 2026-05-06 Claude CodeAI编程AgentCLIDevOps自动化开发工具MCP代码重构
构 构建 Claude Code 的经验:我们如何使用 Skills Anthropic 工程师分享 Claude Code 的 Skills 功能实战经验。文章总结了内部常用的九类 Skills(如库参考、产品验证、业务自动化等),并提供了编写 Skills 的最佳实践,包括利用文件系统结构、明确触发条件以及通过脚本增强模型能力,旨在帮助团队系统化构建和分发 Skills 以加速开发。 技术 › Skill ✍ Thariq Shihipar (译: 宝玉)🕐 2026-03-18 Claude CodeSkillsAgentDevOps工程化自动化最佳实践Anthropic开发效率
A Anthropic 官方插件库全解析:36 个第一方插件,哪些值得你今天就装 Anthropic 发布了 Claude Code 官方插件市场,提供 36 个由官方维护的第一方插件。文章详细解析了这些插件的功能与使用场景,涵盖代码审查、开发工作流、项目配置、插件开发工具及语言智能服务等,并针对不同使用需求推荐了安装搭配方案。 技术 › Claude Code ✍ 雪糕🕐 2026-05-27 Claude CodeAnthropic插件代码审查Agent开发工具LSP安全审查自动化编程效率
用 用 Claude Code 简化 80% 日常工作的三件事 本文介绍了如何通过构建 Claude Code 系统来大幅提升开发效率。作者分享了三个核心实践:建立行为规范(如使用 CLAUDE.md)、定义特定角色(如 Explore 和 Plan)以及利用 /goal 命令实现自动化。通过这些方法,可以将项目维护成本降至最低,实现真正的“人负责判断,系统负责执行”。 技术 › Claude Code ✍ 老金🕐 2026-05-26 Claude Code自动化LLM开发效率promptagent编程规范DevOps工具与效率
I If You Are Not Using These 100 Repositories, You Are Using Claude Code Wrong 文章指出大多数用户仅将 Claude Code 视为简单的终端助手,而忽略了其通过第三方仓库扩展的强大潜力。作者介绍了涵盖官方工具、生态索引、插件及技能库的 100 个精选仓库,旨在帮助开发者构建从简单的智能编程工具到全功能的 Agent 系统,从而显著提升生产力。 技术 › Claude ✍ NeilXbt🕐 2026-05-19 Claude CodeAI编程插件Agent工具推荐开源开发效率AnthropicSDK生态圈
C Claude Code 在大型代码库中的运作方式:最佳实践与入门指南 文章探讨了 Claude Code 在处理数百万行级单体仓库及遗留系统时的成功模式。区别于传统 RAG 工具的嵌入索引滞后问题,Claude 采用本地代理式搜索实时导航。核心论点指出,工具链生态(CLAUDE.md、钩子、技能、LSP 集成等)的重要性远超模型本身。文章详细解析了七大扩展点,并建议通过渐进式配置与插件分发来提升在大型复杂代码库中的协作效率。 技术 › Claude Code ✍ nash_su🕐 2026-05-17 Claude CodeLLM最佳实践工程化DevOps代码库导航MCPAgent工具链编程
2 2026年个人Agent自建实战:用Vibe Coding 15天搭出工作系统 本文详细介绍了作者如何利用“Vibe Coding”理念和开源项目Nanobot,在15天内从零构建并迭代出一套个人Agent工作系统。文章提炼了一套可复制的方法论,涵盖轻量基座选择、Claude Code辅助开发、脚手架文件构建(CLAUDE.md、docs/)、需求规格化以及自动化测试配对五个关键步骤。作者特别强调了“先规划后编码”和“测试驱动”的重要性,旨在帮助非专业开发者也能快速上手。 技术 › Agent ✍ Xudong Han🕐 2026-05-06 AgentVibe CodingClaude CodeNanobot编程实战DevOps开源
D DeepSeek 替代 Claude Code 降本方案 & 18款浏览器自动化工具评测 文章首先介绍了 GitHub 项目 deepclaude,通过将 Claude Code 的内核 API 替换为 DeepSeek V4 Pro,实现了在保持性能的同时将 API 成本降低至 1/17,并支持无缝切换后端。随后,文章详细测评了目前主流的 18 款 AI Agent 浏览器和数据采集工具,按功能分为王者派、Rust 派、MCP 派等,并提供了针对不同场景(如自动化、MCP 接入、社媒爬虫)的选型建议。 技术 › 工具与效率 ✍ 未知🕐 2026-05-04 Claude CodeDeepSeek成本优化Agent浏览器自动化MCP爬虫开源工具DevOps