alexei-led/claude-code-config
Configuration files and hooks for Claude Code development environment
10 stars1 forksUpdated Jan 25, 2026
npx skills add alexei-led/claude-code-configREADME
Claude Code Configuration
Production-quality setup with specialized agents and zero-tolerance quality enforcement.
Quick Start
fix issues # or /fixing-code
review code # or /reviewing-code
commit changes # or /committing-code
research "topic" # or /researching-web
Spec-Driven Development (5 Commands)
| Command | Verb | Purpose |
|---|---|---|
/spec:init | START | Initialize project or add reqs |
/spec:work | DO | Main workflow - select, plan, implement |
/spec:status | SEE | Progress (args: list, todo, check) |
/spec:new | CREATE | Create task or requirement |
/spec:done | FINISH | Mark complete (args: discover, verify) |
Skills (User-Invocable)
| Skill | Triggers On |
|---|---|
brainstorming-ideas | "brainstorm", "design" |
fixing-code | "fix", "fix issues" |
reviewing-code | "review", "review code" |
committing-code | "commit", "save changes" |
documenting-code | "update docs", "document" |
checking-deploy | "deploy check", "validate" |
looking-up-docs | Library docs via Context7 |
researching-web | "research", "compare X vs Y" |
Agents
Engineers
| Agent | Model | Focus |
|---|---|---|
go-engineer | opus | Go, stdlib-first |
python-engineer | opus | Python, type hints |
typescript-engineer | opus | TypeScript/React |
infra-engineer | opus | K8s, Terraform |
Specialists (deep reviews)
| Go | Python | TypeScript |
|---|---|---|
go-qa | py-qa | ts-qa |
go-tests | py-tests | ts-tests |
go-impl | py-impl | ts-impl |
go-idioms | py-idioms | ts-idioms |
go-docs | py-docs | ts-docs |
go-simplify | py-simplify | ts-simplify |
Spec + Utility
| Agent | Focus |
|---|---|
spec-planner | Implementation planning |
docs-keeper | Documentation maintenance |
playwright-tester | E2E browser testing |
perplexity-researcher | Web research |
MCP Servers
| Server | Purpose |
|---|---|
context7 | Library docs |
sequential-thinking | Multi-step reasoning |
perplexity-ask | Web research |
playwright | E2E browser testing |
morphllm | Fast editing, code search |
Hooks
| Hook | Purpose |
|---|---|
skill-enforcer | Suggests relevant skills |
smart-lint | Auto-lints after edits |
file-protector | Protects sensitive files |
Environment Switching (ce)
ce # TUI picker
ce z # Switch to z.ai + launch
ce --continue # TUI + continue session
| Provider | Alias | Pricing |
|---|---|---|
| default | max | $20/mo |
| vertex | v | Pay/use |
| zai | z | $0.40/M |
| deepseek | ds | $0.28/M |
Publisher
Statistics
Stars10
Forks1
Open Issues0
LicenseMIT License
CreatedJul 5, 2025