Claude Md Coding Guidelines — AI skill for Claude Code
A drop-in CLAUDE.md of behavioral guidelines that reduce common AI coding mistakes.
How to install Claude Md Coding Guidelines
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open oliwoodman/claude-md-coding-guidelines and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claude Md Coding Guidelines does
A drop-in CLAUDE.md of behavioral guidelines that reduce common AI coding mistakes.
Alternatives in AI
- Claude Cookbook — Official notebooks and recipes for common patterns (RAG, tool use, Skills, MCP) 35.3k ★
- AGENTS.md — Guidelines for AI agents working in this repository 21.7k ★
- Anthropic Quickstarts — by Anthropic - Offers comprehensive development guides for three distinct AI-powered demo projects with standa 15.4k ★
README
CLAUDE.md — Coding Guidelines
A drop-in `CLAUDE.md` of behavioral guidelines that reduce the most common AI coding mistakes: overcomplicating solutions, editing code it wasn't asked to touch, and guessing instead of asking.
Four rules:
- Think Before Coding — surface assumptions and tradeoffs before implementing.
- Simplicity First — the minimum code that solves the problem, nothing speculative.
- Surgical Changes — touch only what you must, clean up only your own mess.
- Goal-Driven Execution — define success criteria, then loop until verified.
Install
Drop [`CLAUDE.md`](./CLAUDE.md) into the root of your project, or merge it into your existing `CLAUDE.md`. For Claude Code, you can also place it at `~/.claude/CLAUDE.md` to apply it across every project.
Or just open a new Claude chat and ask it to set this up for you — see the walkthrough at [oliwoodman.com/claude-code/coding-guidelines](https://oliwoodman.com/claude-code/coding-guidelines).
Credit
Based on the `CLAUDE.md` from [multica-ai/andrej-karpathy-skills](https://github.com/multica-ai/andrej-karpathy-skills). This repo packages it to be easy to find, install, and share.
Related Skills
Karpathy Guidelines
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code t
Andrej Karpathy Guideline For AI Coding
Andrej Karpathy-inspired guidelines for Codex and Claude Code that reduce common LLM coding mistakes through c
Slopless
Production-tested CLAUDE.md and rules that make Claude Code write better code and more human text. Anti-AI-slo
Claude Engram
Persistent memory and session intelligence for AI coding assistants. Auto-tracks mistakes, decisions, and cont
AI Observibility
Local-first behavioral observability for AI coding agents. Reads your Claude Code transcripts and shows whethe
Unify Agents Md
Make AGENTS.md the canonical guide every AI coding CLI follows; reduce CLAUDE.md/GEMINI.md to @import pointers
Related Agents
Light Code StyleChecker
Use this agent when you need to scan imported or 3rd-party Delphi code for style compliance, common mistakes,
Model Review Agent
Review PyMC model code before sampling to catch common mistakes and suggest improvements
Part 13: Memory Bridge (Give Coding Agents Your Brain)
When you spawn Codex or Claude Code to build something, they start blind. They don't know your architecture de