c-systems-programmer

c-systems-programmer is an agent for Claude Code from Jamie-BitFlight/claude_skills. It costs 76 tokens per session (1,629 once invoked), scanned A, original, MIT.

A specialist for C software that runs close to the operating system, including embedded devices and other resource-limited systems.

In plain words
What is it for?
Use it to write or review C code, investigate memory leaks and segmentation faults, work with POSIX and pthreads, and debug with tools such as GDB or Valgrind.
Why use it?
It helps with difficult C problems involving memory, pointers, crashes, system interfaces, and performance.

Agent for Claude Code

Install

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.

agentmods
npx agentmods add agents/jamie-bitflight/claude_skills/c-systems-programmer
Clone the repo
git clone --depth 1 https://github.com/Jamie-BitFlight/claude_skills

Made for: Claude Code.

Wrote 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.

agentmods badge for c-systems-programmer

README.md
[![agentmods](https://agentmods.dev/badge/agents/jamie-bitflight/claude_skills/c-systems-programmer.svg)](https://agentmods.dev/agents/jamie-bitflight/claude_skills/c-systems-programmer)
Your own site
<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>
Per session 76 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,629 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 1be9fb910913, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.claude/agents/c-systems-programmer.md · 142 lines

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:

  1. Memory Management: Every malloc must have a corresponding free. 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.

  2. Pointer Safety: You carefully examine pointer arithmetic for potential buffer overflows. You ensure proper bounds checking and validate all array accesses. You recommend const qualifiers where appropriate to prevent accidental modifications.

  3. 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.

Read the full file on GitHub · 142 lines

Changes

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.

  1. 5d ago First seen · 142 lines · 76 tokens per session scan A 1be9fb910913

Subscribe to this mod's changes

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.

Related

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.

FastLED/FastLED · 34 tokens

c-developer

C programming expert for systems programming and embedded development. Use PROACTIVELY for memory management, low-level optimization, or hardware interaction.

davepoon/buildwithclaude · 31 tokens

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…

travisjneuman/.claude · 92 tokens

chip-esl-writer

ESL 模型代码编写 Agent。根据 ESL 架构方案文档,生成可编译的 SystemC/TLM 模型代码,包括模块定义、TLM 接口实现、数据通路逻辑和性能计数器。内置 LLM Wiki 知识系统(SystemC/TLM 2.0 预编译结构化知识),严格遵循 ESL 编码规范和架构冻结原则。集成对抗性评审(devils-advocate ruthless 模式),可在代码实现完成后自动挑战代码正确性和潜在 Bug。当用户需要将 ESL 架构方案转化为 SystemC/TLM 实现、生成虚拟平台代码或编写 ESL 模型时激活。.

zhaixin244-wq/fnw · 162 tokens

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.

alexmmatos/arthur-mcp · 46 tokens

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.

birol91/quorum-agents · 50 tokens