Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

claudefiles

claudefiles에는 JamesPrial에서 수집한 skills 31개가 있으며, 저장소 수준 직업 범위와 사이트 내 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