Opinionated AI coding standards for LazyVim users.
curl -fsSL https://agents.klb.dev/install | bash
<space> leader
key
| Language | Key Patterns | Documentation |
|---|---|---|
| Go | Accept interfaces, return concrete types | View |
| Python | Type hints mandatory, use uv | View |
| TypeScript/Vue | Composition API, strict mode | View |
| PowerShell | Multi-subscription, Graph API | View |
| Bash | Shellcheck, proper error handling | View |
| SQL | Query optimization, parameterized queries | View |
| Format | Key Patterns | Documentation |
|---|---|---|
| YAML | Schema validation, anchors, structure | View |
| JSON | Schema validation, structure patterns | View |
| Markdown | Documentation standards, formatting | View |
| RPM | Spec file patterns, packaging | View |
| Systemd | Unit file patterns, service management | View |
| gRPC | Protobuf design, service definitions, buf | View |
| Makefile | Self-documenting, portable, .PHONY targets | View |
Quick links:
git clone https://github.com/kbuley/agents.klb.dev.git
cd your-project
cp -r ../agents.klb.dev/.ai .
cp ../agents.klb.dev/.clauderc .
cp ../agents.klb.dev/.cursorrules .
cp ../agents.klb.dev/.continuerc.json .
cp ../agents.klb.dev/.aider.conf.yml .
mkdir -p .github
cp ../agents.klb.dev/.github/copilot-instructions.md .github/
View source on GitHub