المهارات المنشورة 10
golang-spf13-cobra
Build Reliable Go CLI Commands
Go CLI projects often become inconsistent around command structure, validation, hooks, output, and tests. This skill provides practical Cobra patterns for predictable commands and maintainable test suites.
golang-samber-slog
Build Go Logging Pipelines with samber/slog
Complex Go logging pipelines can duplicate records, lose buffered events, or expose sensitive data. This skill guides composition, sampling, formatting, middleware, routing, and shutdown.
golang-samber-lo
Build Go Collection Pipelines with samber/lo
Manual Go collection transformations can become repetitive and difficult to optimize. This skill applies samber/lo helpers while explaining package choice, compatibility, errors, and performance tradeoffs.
golang-performance
تحسين أداء Go باستخدام تحليل الأداء
غالبًا ما تتباطأ خدمات Go بسبب عمليات التخصيص، أو ضغط GC، أو انتظار I/O، أو المسارات الساخنة غير الفعالة. تربط هذه المهارة إشارات تحليل الأداء بإصلاحات مركزة لأداء Go والتحقق عبر المعايير.
golang-modernize
Modernize Go Code with Current Idioms
Older Go patterns can limit safety, clarity, and maintainability. This skill recommends version-compatible language, library, testing, and tooling improvements.
golang-lint
Strengthen Go Projects with golangci-lint
Go teams often struggle to choose linters, understand warnings, and manage legacy backlogs. This skill provides practical golangci-lint configuration, triage, suppression, and cleanup guidance.
golang-error-handling
تحسين معالجة الأخطاء في Go
غالبًا ما تفقد مسارات الأخطاء في Go السياق، أو تكرر السجلات، أو تكشف التفاصيل الداخلية. تمنح هذه المهارة Claude وCodex وClaude Code قواعد عملية لأخطاء Go أكثر أمانًا.
golang-documentation
Write Clear Go Documentation
Go projects often have incomplete comments, examples, and contributor guidance that slow adoption and maintenance. This skill provides structured guidance for writing, reviewing, and organizing documentation that matches Go conventions.
golang-code-style
تحسين أسلوب كود Go
يمكن أن يجتاز كود Go فحوصات التنسيق ومع ذلك يبقى صعب القراءة. ترشد هذه المهارة Claude وCodex وClaude Code نحو اختيارات أسلوبية أوضح.
golang-cli
Build Reliable Go Command-Line Applications
Go command-line projects need consistent commands, configuration, output, shutdown, and testing patterns. This skill applies practical Cobra and Viper guidance with reusable Go examples.