Skip to main content
在 Manus 中运行任何 Skill
一键导入
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