← knowledge.oriz.in

Awesome Guidelines — curated style guides for every language

reference referencestyle-guidecoding-conventionslanguagesexternal

Awesome Guidelines — external reference

Curated links list. Nothing copied here — this file is a pointer.

Upstream

Categories (upstream sections)

Category What it covers
Programming Languages 60+ languages: C, C++, C#, Clojure, Dart, Elixir, F#, Go, Groovy, Haskell, Java, JavaScript, Kotlin, Lisp, Objective-C, Perl, PHP, PowerShell, Python, R, Ruby, Rust, Scala, Shell, SQL, Swift, TypeScript, Visual Basic, and more
Development Environment IDE + editor conventions, git commit-message guidelines, changelog formats
Platforms iOS, Android, Web, cross-platform mobile
Frameworks Angular, React, Vue, Rails, Django, Spring, .NET, Symfony, Laravel, and more
Content Management System WordPress, Drupal, Joomla
Tools Editor config, EditorConfig, Docker, Kubernetes, terminal, shell

Fetch pattern (on-demand, zero-copy)

Agents fetch when needed:

# Full README
curl -fsSL https://raw.githubusercontent.com/Kristories/awesome-guidelines/main/README.md

# Or via mcp__fetch__fetch (MCP tool)
mcp__fetch__fetch(url="https://raw.githubusercontent.com/Kristories/awesome-guidelines/main/README.md")

For a specific language section, grep the fetched content:

curl -fsSL https://raw.githubusercontent.com/Kristories/awesome-guidelines/main/README.md \
  | awk '/^### Python/,/^###/' | head -30

When to reach for this

Cross-refs

Why zero-copy