ClipMarts

Enterprise Dev Config

Guard rails for teams that need PR reviews and audit trails

$9Starter SkillFor specialists, founders, and lean teams

What is Enterprise Dev Config?

A comprehensive CLAUDE.md for engineering teams at companies with compliance requirements. Includes branch protection rules, PR template enforcement, commit signing expectations, security scanning gates, and documentation requirements. Covers monorepo conventions, service ownership, and incident response protocols.

Setup Time

5 min

Difficulty

Advanced

Works With
claude-code

What's Included

  • CLAUDE.md
  • conventions/branch-strategy.md
  • conventions/pr-template.md
  • conventions/commit-signing.md
  • conventions/service-ownership.md
  • security/scanning-gates.md
  • security/secret-handling.md
  • templates/incident-report.md
  • templates/design-doc.md
  • README.md

Preview

CLAUDE.md
# CLAUDE.md — Enterprise Dev Config

## Branch Strategy
- `main` is protected — no direct commits
- Feature branches: `feat/<ticket-id>-<description>`
- Hotfix branches: `fix/<ticket-id>-<description>`
- All PRs require 1 approval + passing CI

## Security Requirements
- NEVER commit secrets, tokens, or API keys
- NEVER disable ESLint rules without team approval
- Run `bun run security-scan` before every PR
- Flag any new dependency additions for review

## PR Checklist (all must pass)
- [ ] Tests cover new code paths
- [ ] No TODO without a linked ticket
- [ ] CHANGELOG.md updated for user-facing changes
- [ ] API changes have migration guide

Installation Guide

1

Copy config to project root

cp enterprise-dev/CLAUDE.md ./CLAUDE.md
2

Start Claude Code — config loads automatically

claude
Share
Files included10
Setup time5 min
Difficultyadvanced

Tags

claude-mdenterprisecompliancesecuritymonorepoteam