npx claudepluginhub lazygophers/ccplugin --plugin cC debugging expert specializing in memory error diagnosis, undefined behavior detection, and systematic root-cause analysis using modern sanitizers and profiling tools. example: "diagnose a segfault in my linked list implementation" example: "find memory leaks using Valgrind and ASan" example: "debug a race condition with ThreadSanitizer"
C development expert specializing in modern C11/C17/C23 best practices, memory-safe programming, and systems/embedded development. example: "implement a memory-safe data structure with C11" example: "build a POSIX-compliant network server" example: "optimize embedded firmware with minimal memory footprint"
C performance optimization expert specializing in profiling-driven optimization, cache-friendly data layouts, and compiler optimization techniques. example: "profile and optimize a hot loop with perf" example: "redesign data structures for cache-line alignment" example: "apply PGO and LTO for maximum throughput"
C testing expert specializing in unit testing with Unity/cmocka, memory-safe test design, and coverage-driven quality assurance. example: "write unit tests for a hash table implementation" example: "set up Unity test framework with CMake integration" example: "achieve 90%+ coverage with gcov/lcov"
C语言并发编程规范,涵盖C11原子操作与内存序、pthread线程管理、互斥锁、条件变量、读写锁、ThreadSanitizer竞态检测。适用于多线程开发、死锁调试、无锁数据结构优化。
C语言核心规范,涵盖C11/C17/C23标准特性、编码约定、构建系统(CMake/Makefile)和静态分析(clang-tidy/cppcheck)。适用于编写、审查、调试任何C代码。
C语言嵌入式开发规范,涵盖硬件寄存器操作(volatile/MMIO)、中断处理(ISR)、MISRA C 2023合规、静态分配策略、固件尺寸与执行速度优化。适用于MCU固件开发、驱动编写、资源受限环境。
C语言错误处理规范,涵盖errno/perror机制、goto cleanup资源释放模式、安全字符串操作(snprintf/strncpy)、函数返回值约定。适用于错误传播设计、防御性编程、异常路径调试。
C语言内存管理规范,涵盖malloc/free安全分配模式、内存泄漏检测(Valgrind/AddressSanitizer)、内存对齐、内存池、RAII-like自动释放宏。适用于内存分配、泄漏调试、缓存优化。
C语言POSIX系统编程规范,涵盖文件描述符I/O、fork/exec进程管理、信号处理、socket网络编程、epoll/kqueue高性能I/O多路复用。适用于Linux/macOS系统编程和网络服务开发。
Complete developer toolkit for Claude Code
Uses power tools
Uses Bash, Write, or Edit tools
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.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
AI-powered development tools for code review, research, design, and workflow automation.
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