SharpClawCode AGENTS.md

A set of project instructions for building SharpClaw Code, a C#-based coding-agent runtime. It defines the project's technology choices, current-state checks, architecture direction, and engineering rules.

In plain words
What is it for?
Use it when adding features or structure to the SharpClaw Code repository, especially before inspecting the solution, choosing .NET and C# patterns, or handling input/output code.
Why use it?
It gives coding agents a shared understanding of the repository and its non-negotiable practices, reducing inconsistent implementation decisions.

Instructions file for CodexOpenCode

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 instructions/clawdotnet/sharpclawcode/agents-md
Clone the repo
git clone --depth 1 https://github.com/clawdotnet/SharpClawCode

Made for: Codex, OpenCode.

Per session 1,692 This file is loaded in full into every session.
When invoked 1,692 The same file — it is already loaded in full.
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.01692 $0.01692
Opus 5 $0.00846 $0.00846
Sonnet 5 $0.00338 $0.00338
Haiku 4.5 $0.00169 $0.00169

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

Security

Grade A, and why

SharpClawCode AGENTS.md 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 yesterday.

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.

AGENTS.md · 163 lines

How it starts

The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Project Identity

SharpClaw Code is a C#-native coding-agent harness inspired by the current Rust claw-code surface.

Primary stack:

  • .NET 10
  • C# 13
  • Microsoft Agent Framework
  • System.CommandLine
  • Spectre.Console
  • System.Text.Json
  • Microsoft.Extensions.Hosting
  • idiomatic Microsoft dependency injection

This repository should grow into a production-grade, cross-platform agent runtime with strong Windows compatibility. Favor concrete, maintainable architecture over framework-heavy indirection.

Current Repository State

The repository may begin sparse or empty. Before implementing anything:

  1. Inspect the current solution and folder layout.
  2. Align new work to what already exists unless the user explicitly asks for restructuring.
  3. If the intended architecture is not present yet, create the smallest real vertical slice that establishes it cleanly.

Do not scaffold broad placeholder trees with no executable value.

Non-Negotiable Engineering Rules

  • Target .NET 10 and C# 13.
  • Prefer clear, explicit, strongly typed code over clever abstractions.
  • Use async/await end-to-end anywhere I/O or external process work exists.
  • Use records for immutable contracts where appropriate.
  • Use interfaces for infrastructure seams and runtime orchestration seams.
  • Avoid unnecessary repository patterns and avoid overengineered CQRS.
  • Keep domain and protocol contracts dependency-light.
  • Use System.Text.Json, never Newtonsoft.Json.
  • Use Microsoft.Extensions.Logging abstractions for logging.
  • Prefer file-scoped namespaces.
  • Favor small, testable classes with focused responsibilities.
  • Preserve machine-readable state and JSON output support across major features.
  • Route dangerous shell execution or file mutation through an explicit permission policy layer.
  • Model long-running or lifecycle-managed subsystems explicitly and use hosted services where appropriate.
  • Build for cross-platform support, with strong Windows behavior and path/process compatibility.
  • Do not hardcode secrets, API keys, tokens, or machine-specific paths.
  • Add concise XML docs for all public APIs and major internal services.
  • Add TODO comments only when paired with a concrete reason.

Read the full file on GitHub · 163 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. yesterday First seen · 163 lines · 1,692 tokens per session scan A 23650eb6d2e9

Subscribe to this mod's changes

SharpClawCode AGENTS.md is an instructions file published in the GitHub repository clawdotnet/SharpClawCode (85 stars, last pushed 1mo ago), licensed MIT. It adds 1,692 tokens to every session, about $0.0085 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.