Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

claudefiles

يحتوي claudefiles على 31 من skills المجمعة من JamesPrial، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
31
Stars
3
محدث
2025-12-27
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

plugin-packager-hooks
مطوّرو البرمجيات

Handle hook scripts and paths for plugin packaging

2025-12-27
plugin-packager
مطوّرو البرمجيات

Package claudefiles components into a valid Claude Code plugin

2025-12-27
plugin-packager-subset
مطوّرو البرمجيات

Package language-specific subsets of claudefiles

2025-12-27
plugin-packager-validation
مطوّرو البرمجيات

Plugin validation errors and fixes

2025-12-27
go-channel-patterns
مطوّرو البرمجيات

Common channel patterns and idioms

2025-12-18
go-context-cancellation
مطوّرو البرمجيات

Context cancellation patterns for graceful shutdown

2025-12-18
go-goroutine-leaks
مطوّرو البرمجيات

Prevent goroutine leaks with proper shutdown mechanisms

2025-12-18
go-concurrency
مطوّرو البرمجيات

Go concurrency patterns. Routes to specific patterns.

2025-12-18
go-sync-primitives
مطوّرو البرمجيات

sync.WaitGroup and sync.Mutex patterns

2025-12-18
go-error-checking
مطوّرو البرمجيات

Type-safe error inspection using errors.Is and errors.As

2025-12-18
go-sentinel-errors
مطوّرو البرمجيات

Define package-level sentinel errors using errors.New

2025-12-18
go-errors
مطوّرو البرمجيات

Go error handling patterns. Routes to specific patterns.

2025-12-18
go-error-wrapping
مطوّرو البرمجيات

Wrap errors with context using fmt.Errorf %w pattern

2025-12-18
accept-interfaces-return-structs
مطوّرو البرمجيات

Core pattern for flexible, testable Go APIs

2025-12-18
interface-embedding
مطوّرو البرمجيات

Compose interfaces through embedding for flexible contracts

2025-12-18
interface-pollution
مطوّرو البرمجيات

Detect and avoid unnecessary interface abstractions

2025-12-18
go-interfaces
مطوّرو البرمجيات

Go interface design patterns and best practices

2025-12-18
golangci-lint
مطوّرو البرمجيات

Configure and run golangci-lint

2025-12-18
go-linting
محللو ضمان جودة البرمجيات والمختبرون

Go static analysis. Routes to specific tools.

2025-12-18
staticcheck
مطوّرو البرمجيات

Fix staticcheck issues

2025-12-18
go-vet
مطوّرو البرمجيات

Fix go vet warnings

2025-12-18
go-nil-interface
مطوّرو البرمجيات

Interface nil trap - typed nil is not nil

2025-12-18
go-nil-map
مطوّرو البرمجيات

Map nil safety - read OK, write panics

2025-12-18
go-nil-pointer
مطوّرو البرمجيات

Pointer receiver nil safety - methods can be called on nil

2025-12-18
go-nil
مطوّرو البرمجيات

Go nil safety patterns. Routes to specific traps.

2025-12-18
go-nil-slice
مطوّرو البرمجيات

Slice zero-value behavior - nil slice is usable

2025-12-18
go-testing-benchmarks
محللو ضمان جودة البرمجيات والمختبرون

Benchmark patterns for performance testing

2025-12-18
go-testing-helpers
محللو ضمان جودة البرمجيات والمختبرون

Test helper patterns with t.Helper()

2025-12-18
go-testing
محللو ضمان جودة البرمجيات والمختبرون

Go testing patterns. Routes to specific patterns.

2025-12-18
go-testing-subtests
محللو ضمان جودة البرمجيات والمختبرون

Subtest patterns with t.Run

2025-12-18
go-testing-table
محللو ضمان جودة البرمجيات والمختبرون

Table-driven test patterns for Go

2025-12-18