Generates CLAUDE.md files using Bitwarden's standardized documentation template.
This plugin creates comprehensive CLAUDE.md files that document your codebase. It works in two phases:
- Phase 1: Runs Anthropic's built-in
/initto analyze your codebase and generate initial documentation - Phase 2: Extends the output with Bitwarden's template structure, adding standardized sections
/plugin install bitwarden-init@bitwarden-marketplaceRestart Claude Code after installation.
Generates a new CLAUDE.md file. Runs both phases automatically:
- Anthropic's
/initanalyzes the codebase /enhancerestructures and extends the output
Enhances an existing CLAUDE.md file. Reads your current file, performs additional codebase research, and reorganizes content to match Bitwarden's template sections.
The generated CLAUDE.md includes these sections:
- Overview - Project purpose, key concepts
- Architecture & Patterns - System diagrams, code organization, implementation patterns
- Development Guide - Step-by-step instructions with code templates
- Data Models - Types, validation schemas, domain entities
- Security & Configuration - Security rules, authentication, environment variables
- Testing - Test structure, writing tests, running tests
- Code Style & Standards - Formatting, naming conventions, pre-commit hooks
- Anti-Patterns - DO/DON'T lists
- Deployment - Build and deployment instructions
- Troubleshooting - Common issues and solutions
- References - Documentation links
claudeCLI in PATH- Write permissions for CLAUDE.md
See CONTRIBUTING.md.
See CHANGELOG.md.
See LICENSE.txt.