omarluq/librecode

41 agent markdown files indexed from omarluq/librecode. Install any of them pinned to an exact hash with mdr add omarluq/librecode/<name>.

autofix skill
omarluq/librecode · .librecode/skills/autofix/SKILL.md · Safely review and apply CodeRabbit PR review-thread feedback from GitHub with per-change approval; never execute…
v0.1.0 · audit B · 30 stars
code-review skill
omarluq/librecode · .librecode/skills/code-review/SKILL.md · AI-powered code review using CodeRabbit. Default code-review skill. Trigger for any explicit review request AND…
v0.1.0 · audit A · 30 stars
conventional-git skill
omarluq/librecode · .librecode/skills/conventional-git/SKILL.md · Conventional Commits v1.0.0 branch naming, worktree naming, and commit message standards for GitHub and GitLab…
v1.2.0 · audit A · 30 stars
deep-research skill
omarluq/librecode · .librecode/skills/deep-research/SKILL.md · Deep research skill — broad parallel web searches, multi-source validation, confidence tracking, cited Markdown report…
v1.1.0 · audit A · 30 stars
golang-benchmark skill
omarluq/librecode · .librecode/skills/golang-benchmark/SKILL.md · Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks…
v1.1.3 · audit A · 30 stars
golang-cli skill
omarluq/librecode · .librecode/skills/golang-cli/SKILL.md · Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command…
v1.1.3 · audit A · 30 stars
golang-code-style skill
omarluq/librecode · .librecode/skills/golang-code-style/SKILL.md · Golang code style, formatting and conventions. Use when writing code, reviewing style, configuring linters, writing…
v1.1.1 · audit A · 30 stars
golang-concurrency skill
omarluq/librecode · .librecode/skills/golang-concurrency/SKILL.md · Golang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select…
v1.1.2 · audit A · 30 stars
golang-context skill
omarluq/librecode · .librecode/skills/golang-context/SKILL.md · Idiomatic context.Context usage in Golang — creation, propagation, cancellation, timeouts, deadlines, context values…
v1.1.1 · audit A · 30 stars
golang-continuous-integration skill
omarluq/librecode · .librecode/skills/golang-continuous-integration/SKILL.md · Provides CI/CD pipeline configuration using GitHub Actions for Golang projects. Covers testing, linting, SAST, security…
v1.1.2 · audit A · 30 stars
golang-data-structures skill
omarluq/librecode · .librecode/skills/golang-data-structures/SKILL.md · Golang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash…
v1.1.1 · audit A · 30 stars
golang-database skill
omarluq/librecode · .librecode/skills/golang-database/SKILL.md · Comprehensive guide for Go database access. Covers parameterized queries, struct scanning, NULLable column handling…
v1.1.2 · audit A · 30 stars
golang-dependency-injection skill
omarluq/librecode · .librecode/skills/golang-dependency-injection/SKILL.md · Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling…
v1.1.2 · audit A · 30 stars
golang-dependency-management skill
omarluq/librecode · .librecode/skills/golang-dependency-management/SKILL.md · Provides dependency management strategies for Golang projects including go.mod management, installing/upgrading…
v1.1.3 · audit A · 30 stars
golang-design-patterns skill
omarluq/librecode · .librecode/skills/golang-design-patterns/SKILL.md · Idiomatic Golang design patterns — functional options, constructors, error flow and cascading, resource management and…
v1.1.2 · audit A · 30 stars
golang-documentation skill
omarluq/librecode · .librecode/skills/golang-documentation/SKILL.md · Comprehensive documentation guide for Golang projects, covering godoc comments, README, CONTRIBUTING, CHANGELOG, Go…
v1.1.2 · audit A · 30 stars
llms.txt@.librecode/skills/golang-documentation/assets/templates llmstxt
omarluq/librecode · .librecode/skills/golang-documentation/assets/templates/llms.txt
git:20260517.6dddbce · audit A · 30 stars
golang-error-handling skill
omarluq/librecode · .librecode/skills/golang-error-handling/SKILL.md · Idiomatic Golang error handling — creation, wrapping with %w, errors.Is/As, errors.Join, custom error types, sentinel…
v1.1.1 · audit A · 30 stars
golang-grpc skill
omarluq/librecode · .librecode/skills/golang-grpc/SKILL.md · Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when…
v1.1.3 · audit A · 30 stars
golang-lint skill
omarluq/librecode · .librecode/skills/golang-lint/SKILL.md · Provides linting best practices and golangci-lint configuration for Go projects. Covers running linters, configuring…
v1.1.1 · audit A · 30 stars
golang-modernize skill
omarluq/librecode · .librecode/skills/golang-modernize/SKILL.md · Continuously modernize Golang code to use the latest language features, standard library improvements, and idiomatic…
v1.1.3 · audit A · 30 stars
golang-naming skill
omarluq/librecode · .librecode/skills/golang-naming/SKILL.md · Go (Golang) naming conventions — covers packages, constructors, structs, interfaces, constants, enums, errors…
v1.1.1 · audit A · 30 stars
golang-observability skill
omarluq/librecode · .librecode/skills/golang-observability/SKILL.md · Golang everyday observability — the always-on signals in production. Covers structured logging with slog, Prometheus…
v1.1.3 · audit A · 30 stars
golang-performance skill
omarluq/librecode · .librecode/skills/golang-performance/SKILL.md · Golang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction…
v1.1.2 · audit A · 30 stars
golang-popular-libraries skill
omarluq/librecode · .librecode/skills/golang-popular-libraries/SKILL.md · Recommends production-ready Golang libraries and frameworks. Apply when the user asks for library suggestions, wants to…
v1.1.4 · audit A · 30 stars
golang-project-layout skill
omarluq/librecode · .librecode/skills/golang-project-layout/SKILL.md · Provides a guide for setting up Golang project layouts and workspaces. Use this whenever starting a new Go project…
v1.1.3 · audit A · 30 stars
golang-safety skill
omarluq/librecode · .librecode/skills/golang-safety/SKILL.md · Defensive Golang coding to prevent panics, silent data corruption, and subtle runtime bugs. Use whenever writing or…
v1.1.1 · audit A · 30 stars
golang-samber-do skill
omarluq/librecode · .librecode/skills/golang-samber-do/SKILL.md · Implements dependency injection in Golang using samber/do. Apply this skill when working with dependency injection…
v1.1.3 · audit A · 30 stars
golang-samber-hot skill
omarluq/librecode · .librecode/skills/golang-samber-hot/SKILL.md · In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC…
v1.0.3 · audit A · 30 stars
golang-samber-lo skill
omarluq/librecode · .librecode/skills/golang-samber-lo/SKILL.md · Functional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps…
v1.0.3 · audit A · 30 stars
golang-samber-mo skill
omarluq/librecode · .librecode/skills/golang-samber-mo/SKILL.md · Monadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe…
v1.0.3 · audit A · 30 stars
golang-samber-oops skill
omarluq/librecode · .librecode/skills/golang-samber-oops/SKILL.md · Structured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error…
v1.1.2 · audit A · 30 stars
golang-samber-ro skill
omarluq/librecode · .librecode/skills/golang-samber-ro/SKILL.md · Reactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation with 150+ type-safe…
v1.0.4 · audit A · 30 stars
golang-samber-slog skill
omarluq/librecode · .librecode/skills/golang-samber-slog/SKILL.md · Structured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines (slog-multi), log…
v1.0.3 · audit A · 30 stars
golang-security skill
omarluq/librecode · .librecode/skills/golang-security/SKILL.md · Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography…
v1.1.3 · audit A · 30 stars
golang-stay-updated skill
omarluq/librecode · .librecode/skills/golang-stay-updated/SKILL.md · Provides resources to stay updated with Golang news, communities and people to follow. Use when seeking Go learning…
v1.2.3 · audit A · 30 stars
golang-stretchr-testify skill
omarluq/librecode · .librecode/skills/golang-stretchr-testify/SKILL.md · Comprehensive guide to stretchr/testify for Golang testing. Covers assert, require, mock, and suite packages in depth…
v1.1.3 · audit A · 30 stars
golang-structs-interfaces skill
omarluq/librecode · .librecode/skills/golang-structs-interfaces/SKILL.md · Golang struct and interface design patterns — composition, embedding, type assertions, type switches, interface…
v1.1.3 · audit A · 30 stars
golang-testing skill
omarluq/librecode · .librecode/skills/golang-testing/SKILL.md · Provides a comprehensive guide for writing production-ready Golang tests. Covers table-driven tests, test suites with…
v1.1.2 · audit A · 30 stars
golang-troubleshooting skill
omarluq/librecode · .librecode/skills/golang-troubleshooting/SKILL.md · Troubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes…
v1.1.2 · audit A · 30 stars
AGENTS.md agents
omarluq/librecode · AGENTS.md
git:20260830.9d1caa8 · audit A · 30 stars

Source

github.com/omarluq/librecode · 30 stars · license MIT · pushed 2026-09-23