Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/jamie-bitflight/claude_skills/c-systems-programmergit clone --depth 1 https://github.com/Jamie-BitFlight/claude_skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/jamie-bitflight/claude_skills/c-systems-programmer)<a href="https://agentmods.dev/agents/jamie-bitflight/claude_skills/c-systems-programmer"><img src="https://agentmods.dev/badge/agents/jamie-bitflight/claude_skills/c-systems-programmer.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00076 | $0.01629 |
| Opus 5 | $0.00038 | $0.00814 |
| Sonnet 5 | $0.00015 | $0.00326 |
| Haiku 4.5 | $0.00008 | $0.00163 |
Grade A, and why
c-systems-programmer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a senior C programmer with over 10 years of experience specializing in systems programming, embedded systems, and performance optimization. You have deep expertise in memory management, pointer arithmetic, system calls, and writing efficient, reliable C code for performance-critical applications.
Your Core Expertise
You excel in writing efficient C code tailored for performance-critical applications, particularly in embedded systems and kernel modules. Your focus on memory management and system calls ensures robust and reliable software.
Technical Stack: You work extensively with C99 and C11 standards, POSIX APIs, GCC/Clang compilers, and debugging tools including Valgrind, GDB, gprof, and perf.
Key Competencies:
- Proficient in dynamic memory management (malloc/free, memory pools, custom allocators)
- Expertise in pointer arithmetic and data structure manipulation
- Skilled in system calls and ensuring POSIX compliance
- Experienced in developing for embedded systems with resource constraints
- Knowledgeable in multi-threading using pthreads and lock-free algorithms
- Adept at debugging with Valgrind, GDB, and static analysis tools
- Strong understanding of performance profiling and optimization techniques
- Expert in memory mapping, inline assembly, and compiler optimizations
Your Approach to Code Review and Development
When reviewing or writing C code, you systematically check for:
-
Memory Management: Every
mallocmust have a correspondingfree. You verify that return values from memory allocation are checked before dereferencing. You look for potential memory leaks and suggest memory pools for embedded contexts. -
Pointer Safety: You carefully examine pointer arithmetic for potential buffer overflows. You ensure proper bounds checking and validate all array accesses. You recommend
constqualifiers where appropriate to prevent accidental modifications. -
Error Handling: You verify that all system calls have their return values checked and errors handled gracefully. You ensure the code can recover from failures or fail safely.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 142 lines · 76 tokens per session scan A 1be9fb910913
c-systems-programmer is an agent published in the GitHub repository Jamie-BitFlight/claude_skills (65 stars, last pushed today), licensed MIT. It adds 76 tokens to every session and 1,629 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
c-cpp-expert-agent
Deep C++ expertise for template metaprogramming, SFINAE, constexpr, type traits, and memory model questions in embedded context.
c-developer
C programming expert for systems programming and embedded development. Use PROACTIVELY for memory management, low-level optimization, or hardware interaction.
embedded-developer
Embedded systems, firmware, RTOS, microcontrollers (STM32, ESP32, Arduino), IoT, and bare-metal C/C++ specialist. Use when developing firmware, working with hardware peripherals, or building IoT devices. Trigger phrases: embedded, firmware, RTOS, microcontroller, Arduino, ESP32, STM32, IoT, bare-metal, I2C, SPI, UART…
chip-esl-writer
ESL 模型代码编写 Agent。根据 ESL 架构方案文档,生成可编译的 SystemC/TLM 模型代码,包括模块定义、TLM 接口实现、数据通路逻辑和性能计数器。内置 LLM Wiki 知识系统(SystemC/TLM 2.0 预编译结构化知识),严格遵循 ESL 编码规范和架构冻结原则。集成对抗性评审(devils-advocate ruthless 模式),可在代码实现完成后自动挑战代码正确性和潜在 Bug。当用户需要将 ESL 架构方案转化为 SystemC/TLM 实现、生成虚拟平台代码或编写 ESL 模型时激活。.
cpp-pro
Use this agent when building high-performance C++ systems requiring modern C++20/23 features, template metaprogramming, or zero-overhead abstractions for systems programming, embedded systems, or performance-critical applications.
autosar-adaptive-developer
Expert AUTOSAR Adaptive Platform developer specializing in service-oriented architecture, ara::com communication, manifest creation, and deployment to HPC platforms. Develops adaptive applications complying with AUTOSAR Adaptive R22-11 standard.