Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

claudefiles

claudefiles には JamesPrial から収集した 31 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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