← Back to the AI Series
Standard Co · Monthly AI Series

Going Deeper on Standards

From individual prompts to shared standards
April 30, 2026

A practical deep-dive into the standards that keep Claude consistent across the org. We unpacked CLAUDE.md and the .claude/ folder — settings, rules, skills, agents, and hooks — and the mental model of persistent context versus the task at hand.

We introduced the claude-standards repo that every project pulls from, walked through what belongs in a file versus a prompt, and covered the MCP setup gotchas that quietly break teams. (Heads up: this one wasn't recorded — sorry!)

Slides from this session

Going Deeper on StandardsGoing Deeper on StandardsGoing Deeper on Standards

Frequently asked questions

What is a CLAUDE.md file?

CLAUDE.md is a plain markdown file at your project root that Claude loads automatically at the start of every session. It carries your project overview, coding standards, architecture notes, and review checklist, so Claude starts every session with the right context instead of cold.

What goes in the .claude/ folder?

The .claude/ folder holds what Claude can do: settings.json (permissions and which MCPs load), rules (hard always/never guardrails), skills (reusable workflow templates), agents (specialist sub-agents), and hooks (shell commands that fire on lifecycle events).

Should context live in a file or in the prompt?

Persistent context — conventions, architecture, and review standards — belongs in files like CLAUDE.md and .claude/, which load automatically every session. The prompt is for today's specific task. The rule of thumb: if you would type it twice, it belongs in a file.

What is the claude-standards repo?

It is a central Git repo holding the organization's base CLAUDE.md, .claude/ defaults, and shared MCP config. Every project pulls from it, so onboarding is faster, quality is higher, and security guardrails apply everywhere by default.

Are skills and slash commands the same thing?

Effectively yes — Anthropic merged custom commands into skills. A skill is a folder with a SKILL.md file (YAML frontmatter plus instructions). You can invoke it by name, let Claude auto-invoke it when the description matches, or lock it to manual-only.

Want to sit in on a session?

We run these every month. Email me and I'll add you to the invite.

Email TJ