Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By lazygophers
C# 开发插件 - 提供 C# 12/.NET 8 开发规范、最佳实践和代码智能支持。包括异步编程、LINQ、ASP.NET Core 和 Entity Framework 指导
npx claudepluginhub lazygophers/ccplugin --plugin csharpC# debugging expert specializing in .NET 8+ diagnostics, async deadlock resolution, memory leak analysis, and production incident troubleshooting. example: "diagnose async deadlock in ASP.NET Core 8 application" example: "find memory leak using dotnet-dump and dotnet-gcdump" example: "troubleshoot thread pool starvation in high-traffic API"
C# development expert specializing in modern C# 12/.NET 8+ best practices, async programming, and enterprise application development. example: "build an ASP.NET Core 8 minimal API with EF Core" example: "implement async data pipeline with channels" example: "add comprehensive testing with xUnit and TestContainers"
C# performance expert specializing in .NET 8+ runtime optimization, Span/Memory zero-allocation patterns, and BenchmarkDotNet profiling. example: "optimize hot path with Span<T> and ArrayPool" example: "reduce GC pressure using object pooling and stackalloc" example: "benchmark and optimize EF Core compiled queries"
C# testing expert specializing in xUnit 2.8+, TestContainers, BenchmarkDotNet, and modern .NET 8+ testing strategies. example: "write xUnit tests with TestContainers for EF Core repository" example: "add integration tests for ASP.NET Core 8 Minimal API" example: "implement architecture tests with ArchUnitNET"
C# 异步并发编程规范:async/await 最佳实践、IAsyncEnumerable 异步流、System.Threading.Channels 生产者消费者、Parallel.ForEachAsync 并行处理、CancellationToken 取消机制。编写异步代码、排查死锁、优化并发性能时加载。
C# 核心开发规范:C# 12/.NET 8 语言标准、nullable reference types、pattern matching、primary constructors、collection expressions、Roslyn analyzers 静态分析。新建或审查 C# 项目时加载,是所有 C# 技能的基础依赖。
C# 数据访问与 ORM 规范:EF Core 8 compiled queries 编译查询、JSON columns、complex types 复杂类型、bulk operations 批量操作、interceptors 拦截器、数据库迁移。访问数据库、设计数据模型、优化查询性能时加载。
C# 桌面与跨平台 GUI 开发规范:WPF/.NET 8、.NET MAUI 跨平台、Avalonia UI、WinUI 3、CommunityToolkit.Mvvm、MVVM 数据绑定。开发桌面应用、GUI 界面、跨平台客户端时加载。
C# LINQ 查询与集合操作规范:.NET 8 新操作符(CountBy/AggregateBy)、LINQ 性能优化、EF Core query translation 查询转换、Span<T> 高性能替代。编写数据查询、集合处理、序列操作时加载。
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
C# Language Server Protocol support using csharp-ls for code intelligence features
Advanced C# programming skills for async patterns and LINQ
Complete developer toolkit for Claude Code
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
深度研究插件(2026架构)- Task-Centric任务驱动型研究系统。DGoT动态优化降低50%成本,Agentic RAG精度99%,支持8种输出格式
Rust 开发插件 - 提供 Rust 1.70+ 开发规范、最佳实践和代码智能支持
Java 开发插件 - 提供 Java 21+ 开发规范、最佳实践和代码智能支持
C++ 开发插件 - 提供 C++17/23 开发规范、最佳实践和代码智能支持。包括现代 C++ 标准、STL、内存管理、模板元编程和并发编程指导
C 开发插件 - 提供 C11/C17 开发规范、最佳实践和代码智能支持。包括系统编程、嵌入式开发、POSIX API 和内存管理指导
Claude Code 插件市场 - 提供高质量插件和开发模板
CCPlugin Market 是一个为 Claude Code 提供插件的集中市场。我们提供了一系列经过验证的高质量插件,帮助开发者提高工作效率,覆盖项目管理、代码搜索、Git 操作、多语言开发等多个领域。
使用 uvx 一键安装市场和插件:
# 安装市场和指定插件
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin <插件名>@ccplugin-market
# 示例:安装 Python 插件
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin python@ccplugin-market
# 示例:安装多个插件
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin python@ccplugin-market golang@ccplugin-market git@ccplugin-market
# 1. 添加市场
claude plugin marketplace add lazygophers/ccplugin
# 2. 安装插件
claude plugin install <插件名>@ccplugin-market
# 方式 1: 直接安装插件(自动添加市场)
/plugin install python@ccplugin-market
# 方式 2: 先添加市场再安装
/plugin marketplace add lazygophers/ccplugin
/plugin install python@ccplugin-market
| 插件名称 | 描述 | 关键词 |
|---|---|---|
git | Git 操作插件 - 提供完整的 Git 操作支持,包括提交管理、Pull Request 管理和 .gitignore 管理 | git, commit, pr, workflow |
deepresearch | 深度研究插件 - 基于图思维框架的多智能体深度研究系统 | research, analysis, multi-agent |
version | 版本号管理插件 - 提供 SemVer 版本管理,支持自动版本更新 | semver, versioning, automation |
env | 环境处理插件 - 从 .env 文件加载环境变量并注入会话 | env, dotenv, config |
notify | 系统通知插件 - 跨平台系统通知支持 | notification, macos, linux, windows |
memory | 智能记忆插件 - 提供 URI 寻址的记忆存储和跨会话持久化 | memory, persistence, sqlite |
| 插件名称 | 描述 | 关键词 |
|---|---|---|
python | Python 开发插件 - 提供 Python 开发规范、最佳实践和代码智能支持 | python, pep8, type-hints, testing |
golang | Golang 开发插件 - 提供 Golang 开发规范、最佳实践和 LSP 支持 | golang, go, gopls, best-practices |
typescript | TypeScript 开发插件 - 提供 TypeScript 开发规范和类型安全支持 | typescript, ts, type-safety, strict-mode |
javascript | JavaScript 开发插件 - 提供 ES2024-2025 开发规范 | javascript, js, es2024, async-await |
rust | Rust 开发插件 - 提供 Rust 开发规范和所有权系统指导 | rust, ownership, async, memory-safety |
java | Java 开发插件 - 提供 Java 21+ 开发规范和 Spring Boot 指导 | java, spring-boot, jvm, performance |
c | C 开发插件 - 提供 C11/C17 开发规范和系统编程指导 | c, c11, system-programming, posix |
cpp | C++ 开发插件 - 提供 C++17/23 开发规范和现代 C++ 指导 | cpp, c++17, stl, concurrency |
csharp | C# 开发插件 - 提供 C# 12/.NET 8 开发规范 | csharp, .net8, linq, async-await |
flutter | Flutter 开发插件 - 提供 Flutter 应用开发规范和状态管理指导 | flutter, dart, mobile, state-management |
markdown | Markdown 开发插件 - 提供 Markdown 编写规范和技术文档指导 | markdown, documentation, technical-writing |
naming | 命名规范插件 - 提供跨编程语言的统一命名规范指南 | naming, conventions, code-style |
| 插件名称 | 描述 | 关键词 |
|---|---|---|
office-xlsx | Excel 插件 - 提供 xlsx 文件读写、数据分析功能 | xlsx, excel, spreadsheet, mcp |
office-docx | Word 插件 - 提供 docx 文件读写、段落格式化功能 | docx, word, document, mcp |
office-pptx | PowerPoint 插件 - 提供 pptx 文件读写、幻灯片操作功能 | pptx, powerpoint, presentation, mcp |
| 插件名称 | 描述 | 关键词 |
|---|---|---|
llms | llms.txt 标准插件 - 通过 Agent 自动生成符合 llms.txt 规范的文件 | llms.txt, documentation, standard |
template | 插件开发模板 - 快速创建新插件的基础结构 | template, development |
# Python 开发
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin python@ccplugin-market
# Golang 开发
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin golang@ccplugin-market
# TypeScript 开发
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin typescript@ccplugin-market
# Rust 开发
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin rust@ccplugin-market
# Git 操作
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin git@ccplugin-market
# 深度研究
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin deepresearch@ccplugin-market
# 智能记忆
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin memory@ccplugin-market
# Excel 操作
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin office-xlsx@ccplugin-market
# Word 操作
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin office-docx@ccplugin-market
# PowerPoint 操作
uvx --from git+https://github.com/lazygophers/ccplugin.git@master install lazygophers/ccplugin office-pptx@ccplugin-market
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
# 验证安装
uv --version
# 复制模板
cp -r plugins/template my-new-plugin