AI Coding Standards

Opinionated AI coding standards for LazyVim users.

Quick Install

curl -fsSL https://agents.klb.dev/install | bash

What's Included

Standards

Editor

Languages

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

Formats & Configuration

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

Documentation

→ View All Documentation

Quick links:

Manual Installation

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/

Source

View source on GitHub