Dotclaudemd
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."**
[](https://www.npmjs.com/package/dotclaudemd) [](LICENSE) [](package.json)
Table of Contents
- What is CLAUDE.md?
- dotclaudemd vs Claude Code /init
- Why
- Quick Start
- Installation
- Commands
- Templates
- Use Cases
- Contributing
- License
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
Related Skills
Import Drawio
Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level
Code Quality Import Mermaid
Redraw Mermaid as an editorial diagram at a chosen format, size, and detail level
Code Quality Job Stories
- Create job stories with acceptance criteria in JTBD format
Code Quality Wwas
- Create backlog items in Why-What-Acceptance format
Code Quality Code Quality Review
Review code quality in: $ARGUMENTS
Code Quality Standards Skills
Engineering standards and compliance skills
Code Quality