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

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