FamilyNido: Instructions file for Claude Code

CLAUDE.md

FamilyNido CLAUDE.md is an instructions file for Claude Code from pablitofernandez/FamilyNido. It costs 1,761 tokens per session, scanned A, original, MIT.

A set of repository-specific instructions for a C# project, covering coding practices, naming, formatting, and general development rules.

In plain words
What is it for?
Use it when working on the FamilyNido repository so C# code follows its version, naming, comments, error-handling, and formatting requirements.
Why use it?
It gives an agent consistent project conventions to follow when changing the repository.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

This is pablitofernandez/FamilyNido's own configuration. It tells Claude Code how to work on FamilyNido itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything FamilyNido configures →

Reuse

Borrowing it

Nothing to install: this file belongs to pablitofernandez/FamilyNido. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/pablitofernandez/FamilyNido/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/pablitofernandez/FamilyNido

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 FamilyNido CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/pablitofernandez/familynido/claude-md/github.svg)](https://agentmods.dev/instructions/pablitofernandez/familynido/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/pablitofernandez/familynido/claude-md"><img src="https://agentmods.dev/badge/instructions/pablitofernandez/familynido/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for FamilyNido CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/pablitofernandez/familynido/claude-md"><img src="https://agentmods.dev/badge/instructions/pablitofernandez/familynido/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,761 This file is loaded in full into every session.
When invoked 1,761 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.01761 $0.01761
Opus 5 $0.00881 $0.00881
Sonnet 5 $0.00352 $0.00352
Haiku 4.5 $0.00176 $0.00176

Measured 11d ago against content hash 124f9a4c87b3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

FamilyNido CLAUDE.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 11d 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.md · 169 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

C# Development SECTION START


description: 'Guidelines for building C# applications' applyTo: '**/*.cs'

C# Instructions

  • Always use the latest version C#, currently C# 14 features.
  • Write clear and concise comments for each function.

General Instructions

  • Make only high confidence suggestions when reviewing code changes.
  • Write code with good maintainability practices, including comments on why certain design decisions were made.
  • Handle edge cases and write clear exception handling.
  • For libraries or external dependencies, mention their usage and purpose in comments.

Naming Conventions

  • Follow PascalCase for component names, method names, and public members.
  • Use camelCase for private fields and local variables.
  • Prefix interface names with "I" (e.g., IUserService).

Formatting

  • Apply code-formatting style defined in .editorconfig.
  • Prefer file-scoped namespace declarations and single-line using directives.
  • Insert a newline before the opening curly brace of any code block (e.g., after if, for, while, foreach, using, try, etc.).
  • Ensure that the final return statement of a method is on its own line.
  • Use pattern matching and switch expressions wherever possible.
  • Use nameof instead of string literals when referring to member names.
  • Ensure that XML doc comments are created for any public APIs. When applicable, include <example> and <code> documentation in the comments.

Project Setup and Structure

  • Guide users through creating a new .NET project with the appropriate templates.
  • Explain the purpose of each generated file and folder to build understanding of the project structure.
  • Demonstrate how to organize code using feature folders or domain-driven design principles.
  • Show proper separation of concerns with models, services, and data access layers.
  • Explain the Program.cs and configuration system in ASP.NET Core 10 including environment-specific settings.

Read the full file on GitHub · 169 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. 11d ago First seen · 169 lines · 1,761 tokens per session scan A 124f9a4c87b3

Subscribe to this mod's changes

FamilyNido CLAUDE.md is an instructions file published in the GitHub repository pablitofernandez/FamilyNido (74 stars, last pushed 1mo ago), licensed MIT. It adds 1,761 tokens to every session, about $0.0088 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.