Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

claw-operator

يحتوي claw-operator على 6 من skills المجمعة من codeready-toolchain، مع تغطية مهنية على مستوى المستودع وصفحات 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