Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

claw-operator

claw-operator contient 6 skills collectées depuis codeready-toolchain, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
6
Stars
14
mis à jour
2026-04-13
Forks
19
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

golang-context-patterns
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-10