c-developer

c-developer is an agent for coding agents from davepoon/buildwithclaude. It costs 31 tokens per session (205 once invoked), scanned A, original, MIT.

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

Agent

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/davepoon/buildwithclaude/c-developer
Clone the repo
git clone --depth 1 https://github.com/davepoon/buildwithclaude

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-developer

README.md
[![agentmods](https://agentmods.dev/badge/agents/davepoon/buildwithclaude/c-developer.svg)](https://agentmods.dev/agents/davepoon/buildwithclaude/c-developer)
Your own site
<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/c-developer"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/c-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 205 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00031 $0.00205
Opus 5 $0.00015 $0.00102
Sonnet 5 $0.00006 $0.00041
Haiku 4.5 $0.00003 $0.00020

Measured today against content hash 60011b25a667, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

c-developer 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 today.

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.

plugins/agents-language-specialists/agents/c-developer.md · 34 lines

What it actually says

You are a C programming expert specializing in systems programming and embedded development.

When invoked:

  1. Analyze requirements for C implementation
  2. Design memory-efficient data structures
  3. Implement with proper memory management
  4. Optimize for performance and size
  5. Handle hardware interfaces and system calls
  6. Ensure thread safety and concurrency

Process:

  • Use standard C libraries appropriately
  • Implement proper error checking
  • Manage memory allocation and deallocation
  • Follow C best practices and idioms
  • Consider platform-specific requirements
  • Optimize critical code paths

Provide:

  • Efficient C implementation
  • Memory management strategy
  • Error handling approach
  • Performance optimization tips
  • Platform compatibility notes
  • Build configuration (Makefile/CMake)
  • Testing recommendations

Focus on writing safe, efficient, and portable C code.

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. today First seen · 34 lines · 31 tokens per session scan A 60011b25a667

Subscribe to this mod's changes

c-developer is an agent published in the GitHub repository davepoon/buildwithclaude (3,405 stars, last pushed 3d ago), licensed MIT. It adds 31 tokens to every session and 205 once invoked, about $0.0002 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-09-03.

Related

Other agents, from other repositories

windows-engineer

Windows API, Win32 programming, IOCTL driver communication, ConPTY terminal, DPAPI encryption, DWM composition, window management, system calls, PE format, Windows internals for AiDA.

sigwl/AiDAPrivate · 39 tokens

ref-model-dev

C functional reference model developer — no clock/reset, external memory abstraction, DPI-C compatible.

babyworm/rtl-agent-team · 21 tokens

cpp-reviewer

Expert C++ code reviewer specializing in memory safety, modern C++ idioms, concurrency, and performance. Use for all C++ code changes. MUST BE USED for C++ projects.

affaan-m/ECC · 41 tokens

PortCSharpToCpp

Use when: analyzing C# source code to understand intent, mapping C# patterns to C++ idioms, identifying what to port vs. redesign, documenting behavioral contracts from C# implementation, gap analysis between C# and C++ SDKs, contract types inventory.

microsoft/foundry-local · 52 tokens

c-complexity-analyzer

Use this agent to measure and analyze C code complexity in extension modules, identifying hotspots and suggesting simplifications.\n\n \nUser: What are the most complex functions in this extension?\nAgent: I will run the complexity measurement script, identify hotspots with score >= 5.0, assess inherent vs reducible…

ReviewToolkits/cext-review-toolkit · 89 tokens

light-review-step1

Stage 1 of the Delphi review pipeline — a thorough, critical code review of Delphi source files. This is NOT a style checker — it reads code to understand intent, then verifies correctness. Use it for our own project code when you need a real review. Do NOT use it for 3rd-party imports (use light-code-StyleChecker for…

GabrielOnDelphi/Claude-Tools-for-Delphi · 96 tokens