Skip to content

ssimonlp/cclint

Repository files navigation

cclint

Workflow linter for Claude Code. Analyzes session transcripts, detects deterministic waste patterns, and outputs actionable fixes — CLAUDE.md patches, hook suggestions, prompting advice.

Status

Pre-alpha — repo scaffold only. See the tech design for architecture and phasing.

Setup

pnpm install

Scripts

Command Description
pnpm dev Run CLI in dev mode (tsx)
pnpm build Bundle CLI with tsup
pnpm test Run tests (vitest)
pnpm test:watch Run tests in watch mode
pnpm lint Check lint + format (biome)
pnpm lint:fix Auto-fix lint + format
pnpm typecheck Type-check without emitting

Usage (once built)

# Analyze your Claude Code sessions
npx cclint

# Analyze a specific project
npx cclint --project my-project

# Generate CLAUDE.md patches
npx cclint --patch

License

MIT

About

Workflow linter for Claude Code — detects waste patterns in session transcripts and outputs actionable fixes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors