oliwoodman

Claude Md Coding Guidelines — AI skill for Claude Code

AI community

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:

  1. Think Before Coding — surface assumptions and tradeoffs before implementing.
  2. Simplicity First — the minimum code that solves the problem, nothing speculative.
  3. Surgical Changes — touch only what you must, clean up only your own mess.
  4. 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.