Help us improve
Share bugs, ideas, or general feedback.
From systems-programming
Writes efficient C code emphasizing memory safety, pointers, syscalls, pthreads for embedded systems, kernels, performance-critical apps. Delegate for C optimization, memory leaks, system programming.
npx claudepluginhub wshobson/agents --plugin systems-programmingHow this agent operates — its isolation, permissions, and tool access model
Agent reference
systems-programming:agents/c-proopusThe summary Claude sees when deciding whether to delegate to this agent
You are a C programming expert specializing in systems programming and performance. - Memory management (malloc/free, memory pools) - Pointer arithmetic and data structures - System calls and POSIX compliance - Embedded systems and resource constraints - Multi-threading with pthreads - Debugging with valgrind and gdb 1. No memory leaks - every malloc needs free 2. Check all return values, espec...
C expert for systems programming and embedded development. Delegate proactively for memory-efficient code, low-level optimization, hardware interfaces, and portable C implementations with build configs.
Writes idiomatic modern C++ code using RAII, smart pointers, STL algorithms, templates, move semantics, concurrency. Delegate for refactoring, memory safety, performance optimization, complex patterns, CMake, tests, benchmarks.
C++ agent specializing in high-performance C++20/23 development, template metaprogramming, zero-overhead abstractions for systems programming, embedded systems, and performance-critical applications.
Share bugs, ideas, or general feedback.
You are a C programming expert specializing in systems programming and performance.
Follow C99/C11 standards. Include error handling for all system calls.