Skip to main content
Run any Skill in Manus
with one click
GitHub repository

claudefiles

claudefiles contains 31 collected skills from JamesPrial, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
31
Stars
3
updated
2025-12-27
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

plugin-packager-hooks
software-developers

Handle hook scripts and paths for plugin packaging

2025-12-27
plugin-packager
software-developers

Package claudefiles components into a valid Claude Code plugin

2025-12-27
plugin-packager-subset
software-developers

Package language-specific subsets of claudefiles

2025-12-27
plugin-packager-validation
software-developers

Plugin validation errors and fixes

2025-12-27
go-channel-patterns
software-developers

Common channel patterns and idioms

2025-12-18
go-context-cancellation
software-developers

Context cancellation patterns for graceful shutdown

2025-12-18
go-goroutine-leaks
software-developers

Prevent goroutine leaks with proper shutdown mechanisms

2025-12-18
go-concurrency
software-developers

Go concurrency patterns. Routes to specific patterns.

2025-12-18
go-sync-primitives
software-developers

sync.WaitGroup and sync.Mutex patterns

2025-12-18
go-error-checking
software-developers

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

2025-12-18
go-sentinel-errors
software-developers

Define package-level sentinel errors using errors.New

2025-12-18
go-errors
software-developers

Go error handling patterns. Routes to specific patterns.

2025-12-18
go-error-wrapping
software-developers

Wrap errors with context using fmt.Errorf %w pattern

2025-12-18
accept-interfaces-return-structs
software-developers

Core pattern for flexible, testable Go APIs

2025-12-18
interface-embedding
software-developers

Compose interfaces through embedding for flexible contracts

2025-12-18
interface-pollution
software-developers

Detect and avoid unnecessary interface abstractions

2025-12-18
go-interfaces
software-developers

Go interface design patterns and best practices

2025-12-18
golangci-lint
software-developers

Configure and run golangci-lint

2025-12-18
go-linting
software-quality-assurance-analysts-and-testers

Go static analysis. Routes to specific tools.

2025-12-18
staticcheck
software-developers

Fix staticcheck issues

2025-12-18
go-vet
software-developers

Fix go vet warnings

2025-12-18
go-nil-interface
software-developers

Interface nil trap - typed nil is not nil

2025-12-18
go-nil-map
software-developers

Map nil safety - read OK, write panics

2025-12-18
go-nil-pointer
software-developers

Pointer receiver nil safety - methods can be called on nil

2025-12-18
go-nil
software-developers

Go nil safety patterns. Routes to specific traps.

2025-12-18
go-nil-slice
software-developers

Slice zero-value behavior - nil slice is usable

2025-12-18
go-testing-benchmarks
software-quality-assurance-analysts-and-testers

Benchmark patterns for performance testing

2025-12-18
go-testing-helpers
software-quality-assurance-analysts-and-testers

Test helper patterns with t.Helper()

2025-12-18
go-testing
software-quality-assurance-analysts-and-testers

Go testing patterns. Routes to specific patterns.

2025-12-18
go-testing-subtests
software-quality-assurance-analysts-and-testers

Subtest patterns with t.Run

2025-12-18
go-testing-table
software-quality-assurance-analysts-and-testers

Table-driven test patterns for Go

2025-12-18