Dotclaudemd banner
reboot0555 reboot0555

Dotclaudemd

Code Quality community

Description

CLAUDE.md Template Registry CLI - scaffold, lint, and health-check your CLAUDE.md files

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

dotclaudemd

CLAUDE.md Template Registry CLI — scaffold, lint, and health-check your CLAUDE.md files.

Think **"github/gitignore but for CLAUDE.md."**

[![npm version](https://img.shields.io/npm/v/dotclaudemd)](https://www.npmjs.com/package/dotclaudemd) [![license](https://img.shields.io/npm/l/dotclaudemd)](LICENSE) [![node](https://img.shields.io/node/v/dotclaudemd)](package.json)


Table of Contents


What is CLAUDE.md?

CLAUDE.md is a special markdown file that [Claude Code](https://docs.anthropic.com/en/docs/claude-code) reads at the start of every conversation. It tells Claude how your project works — what commands to run, where code lives, and what conventions to follow.

Think of it as a **project brief for your AI pair programmer**. Without it, Claude has to guess your project structure, build system, and coding style every time. With a good CLAUDE.md, Claude already knows:

  • How to build, test, and run your project
  • Your directory structure and key files
  • Framework-specific conventions (Server Components vs Client Components, Composition API vs Options API, etc.)
  • Which database, ORM, and package manager you use

Where does CLAUDE.md go?

Location Scope When Claude reads it
./CLAUDE.md Project-level When working in this project directory
./.claude/CLAUDE.md Project-level (hidden) Same as above, but keeps your root directory clean
~/.claude/CLAUDE.md Global Every conversation, in every project

You can use `do