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

claw-operator

claw-operator には codeready-toolchain から収集した 6 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
6
Stars
14
更新
2026-04-13
Forks
19
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

golang-context-patterns
ソフトウェア開発者

Context usage patterns for Go including cancellation, timeouts, deadlines, and database transactions. Use when handling HTTP requests, database operations, or implementing cancellation and timeout logic.

2026-04-13
golang-error-handling
ソフトウェア開発者

Error handling patterns for Go including error wrapping, custom errors, sentinel errors, and error checking best practices. Use when implementing error handling, defining error types, or working with error flows.

2026-04-13
golang-testing-patterns
ソフトウェア品質保証アナリスト・テスター

Modern Go testing patterns including table-driven tests, subtests, test organization, and best practices. Use when writing or refactoring tests, implementing test coverage, or when the user asks about Go testing approaches.

2026-04-10
golang-type-safety
ソフトウェア開発者

Prefer typed constants and named types over magic strings/numbers in Go. Use when writing function signatures, struct fields, switch statements, or passing enum-like values.

2026-04-10
karpathy-modified-guidelines
ソフトウェア開発者

Behavioral guidelines to reduce common LLM coding mistakes by emphasizing thinking before coding, simplicity, surgical changes, and goal-driven execution. Use when implementing features, fixing bugs, refactoring code, or performing any coding task.

2026-04-10
use-modern-go
ソフトウェア開発者

Apply modern Go syntax guidelines based on project's Go version. Use when user ask for modern Go code guidelines.

2026-04-10