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 |
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