Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

claudefiles

claudefiles enthält 31 gesammelte Skills von JamesPrial, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
31
Stars
3
aktualisiert
2025-12-27
Forks
0
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

plugin-packager-hooks
Softwareentwickler

Handle hook scripts and paths for plugin packaging

2025-12-27
plugin-packager
Softwareentwickler

Package claudefiles components into a valid Claude Code plugin

2025-12-27
plugin-packager-subset
Softwareentwickler

Package language-specific subsets of claudefiles

2025-12-27
plugin-packager-validation
Softwareentwickler

Plugin validation errors and fixes

2025-12-27
go-channel-patterns
Softwareentwickler

Common channel patterns and idioms

2025-12-18
go-context-cancellation
Softwareentwickler

Context cancellation patterns for graceful shutdown

2025-12-18
go-goroutine-leaks
Softwareentwickler

Prevent goroutine leaks with proper shutdown mechanisms

2025-12-18
go-concurrency
Softwareentwickler

Go concurrency patterns. Routes to specific patterns.

2025-12-18
go-sync-primitives
Softwareentwickler

sync.WaitGroup and sync.Mutex patterns

2025-12-18
go-error-checking
Softwareentwickler

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

2025-12-18
go-sentinel-errors
Softwareentwickler

Define package-level sentinel errors using errors.New

2025-12-18
go-errors
Softwareentwickler

Go error handling patterns. Routes to specific patterns.

2025-12-18
go-error-wrapping
Softwareentwickler

Wrap errors with context using fmt.Errorf %w pattern

2025-12-18
accept-interfaces-return-structs
Softwareentwickler

Core pattern for flexible, testable Go APIs

2025-12-18
interface-embedding
Softwareentwickler

Compose interfaces through embedding for flexible contracts

2025-12-18
interface-pollution
Softwareentwickler

Detect and avoid unnecessary interface abstractions

2025-12-18
go-interfaces
Softwareentwickler

Go interface design patterns and best practices

2025-12-18
golangci-lint
Softwareentwickler

Configure and run golangci-lint

2025-12-18
go-linting
Softwarequalitätssicherungsanalysten und -tester

Go static analysis. Routes to specific tools.

2025-12-18
staticcheck
Softwareentwickler

Fix staticcheck issues

2025-12-18
go-vet
Softwareentwickler

Fix go vet warnings

2025-12-18
go-nil-interface
Softwareentwickler

Interface nil trap - typed nil is not nil

2025-12-18
go-nil-map
Softwareentwickler

Map nil safety - read OK, write panics

2025-12-18
go-nil-pointer
Softwareentwickler

Pointer receiver nil safety - methods can be called on nil

2025-12-18
go-nil
Softwareentwickler

Go nil safety patterns. Routes to specific traps.

2025-12-18
go-nil-slice
Softwareentwickler

Slice zero-value behavior - nil slice is usable

2025-12-18
go-testing-benchmarks
Softwarequalitätssicherungsanalysten und -tester

Benchmark patterns for performance testing

2025-12-18
go-testing-helpers
Softwarequalitätssicherungsanalysten und -tester

Test helper patterns with t.Helper()

2025-12-18
go-testing
Softwarequalitätssicherungsanalysten und -tester

Go testing patterns. Routes to specific patterns.

2025-12-18
go-testing-subtests
Softwarequalitätssicherungsanalysten und -tester

Subtest patterns with t.Run

2025-12-18
go-testing-table
Softwarequalitätssicherungsanalysten und -tester

Table-driven test patterns for Go

2025-12-18