ai-agents pragmatic-programmer.instructions.md

ai-agents pragmatic-programmer.instructions.md is an instructions file for GitHub Copilot from rjmurillo/ai-agents. It costs 2,246 tokens per session, scanned A, original, MIT.

General engineering principles based on The Pragmatic Programmer, a software-development book about clear ownership, low duplication, independent parts, and fast feedback.

In plain words
What is it for?
Guiding everyday implementation, design, review, and delivery decisions across the repository.
Why use it?
They help contributors make changes that are easier to test, understand, automate, and modify later.

Instructions file for GitHub Copilot

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/rjmurillo/ai-agents/pragmatic-programmer
Clone the repo
git clone --depth 1 https://github.com/rjmurillo/ai-agents

Made for: GitHub Copilot.

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 ai-agents pragmatic-programmer.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rjmurillo/ai-agents/pragmatic-programmer.svg)](https://agentmods.dev/instructions/rjmurillo/ai-agents/pragmatic-programmer)
Your own site
<a href="https://agentmods.dev/instructions/rjmurillo/ai-agents/pragmatic-programmer"><img src="https://agentmods.dev/badge/instructions/rjmurillo/ai-agents/pragmatic-programmer.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,246 This file is loaded in full into every session.
When invoked 2,246 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.02246 $0.02246
Opus 5 $0.01123 $0.01123
Sonnet 5 $0.00449 $0.00449
Haiku 4.5 $0.00225 $0.00225

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

Security

Grade A, and why

ai-agents pragmatic-programmer.instructions.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.

.github/instructions/pragmatic-programmer.instructions.md · 299 lines

How it starts

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

The Pragmatic Programmer

Purpose

This repository follows The Pragmatic Programmer in the sense of Andrew Hunt and David Thomas: work pragmatically, take responsibility for quality, automate what is repetitive, and keep code and process adaptable.

All code generation, edits, and reviews must optimize for:

  • clear ownership and responsibility
  • DRY at the knowledge level
  • orthogonality
  • incremental delivery
  • ruthless feedback
  • automation of repetitive work
  • code that is easy to change and easy to reason about

This file is a binding engineering policy for Claude.

For deeper design decisions, apply the same engineering qualities directly: maximize cohesion, minimize coupling, preserve encapsulation, prioritize testability, and avoid redundant knowledge.


Primary Directive

Be pragmatic, not dogmatic.

When uncertain, choose the option that:

  1. reduces knowledge duplication
  2. keeps concerns independent
  3. shortens feedback loops
  4. automates what is repeated
  5. leaves the system easier to change
  6. makes intent clearer to future maintainers

Do not follow style or process rituals that do not improve outcomes.


Core Pragmatic Principles

Own the Result

  1. Take responsibility for the quality and changeability of the code you touch.
  2. Do not blame tooling, framework defaults, or "existing style" for avoidable bad design.
  3. Surface trade-offs, risks, and uncertainty explicitly.

Think Beyond the Local Edit

  1. Every change affects future maintainability.
  2. Small quick fixes that multiply future cost are usually a bad bargain.
  3. Leave the area better than you found it.

Favor Adaptability

  1. Build systems that are easy to observe, test, and change.
  2. Prefer flexible boundaries over brittle cleverness.
  3. Avoid premature commitment when requirements are still moving.

DRY Rules

DRY means do not duplicate knowledge, not merely do not duplicate text.

  1. A business rule should have one authoritative representation.
  2. Validation logic for the same concept should not be scattered.
  3. Status semantics, mappings, and calculations should not be copied across layers.
  4. Configuration and schema meaning should not be repeated inconsistently.
  5. Avoid duplicated process steps that can be automated.

Read the full file on GitHub · 299 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 · 299 lines · 2,246 tokens per session scan A 6849291bf0c5

Subscribe to this mod's changes

ai-agents pragmatic-programmer.instructions.md is an instructions file published in the GitHub repository rjmurillo/ai-agents (45 stars, last pushed yesterday), licensed MIT. It adds 2,246 tokens to every session, about $0.0112 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.