0xquinto/bcherny-claude

311 stars · Last commit 2026-05-24

Boris Cherny's Claude Code configuration - commands, agents, and settings

README preview

# Boris Cherny's Claude Code Setup

This repository contains a Claude Code configuration based on [Boris Cherny's X thread](https://x.com/bcherny/status/2007179832300581177) about how he uses Claude Code.

Boris is the creator of Claude Code at Anthropic, and this setup reflects his personal workflow.

## What's Included

### CLAUDE.md

Project-specific instructions that Claude reads on startup. Update this file whenever Claude makes a mistake so it learns not to repeat it.

### Slash Commands (`.claude/commands/`)

| Command           | Description                                             |
| ----------------- | ------------------------------------------------------- |
| `/commit-push-pr` | Commit, push, and open a PR                             |
| `/quick-commit`   | Stage all changes and commit with a descriptive message |
| `/test-and-fix`   | Run tests and fix any failures                          |
| `/review-changes` | Review uncommitted changes and suggest improvements     |

View full repository on GitHub →