Skip to main content

这个仓库中的 skills

HoangNguyen0403/agent-skills-standard - 第 5 页

SkillsMP 已收集 HoangNguyen0403/agent-skills-standard 中的 363 个 Skill。打开任一 Skill 可查看来源和详情。

HoangNguyen0403/agent-skills-standard

已展示 40 / 363 个已收集 Skill。

职业分类
软件开发工程师
描述

Implement Go database access with context, pool tuning, transaction boundaries, and repository seams. Use when building repositories, tuning `sql.DB` or `pgx`, or reviewing DB transaction flow in Go.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Standards for error wrapping, checking, and definition in Golang. Use when wrapping errors, defining sentinel errors, or handling errors idiomatically in Go.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Core idioms, style guides, and best practices for writing idiomatic Go code. Use when writing Go code following official style guides and idiomatic patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Standards for structured logging and observability in Golang. Use when adding structured logging or tracing to Go services.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Secure Go backend services against common vulnerabilities. Use when implementing input validation, crypto, or SQL injection prevention in Go.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Write unit tests with table-driven patterns and interface mocking in Go. Use when writing Go unit tests, table-driven tests, or using mock interfaces.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Go developer toolchain — gopls LSP diagnostics, linting, formatting, and vet. Use when setting up Go tooling, running linters, or integrating gopls with Claude Code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure AppDelegate, SceneDelegate, deep linking, and background tasks. Use when configuring iOS app lifecycle, deep linking, or background task scheduling.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply MVVM, Coordinators, and Clean Architecture (VIP/VIPER) in iOS apps. Use when applying MVVM, Coordinators, or VIP/VIPER architecture in iOS apps.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure protocol-based DI with property wrappers and Factory/Swinject. Use when setting up dependency injection or factory patterns in iOS.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Automate provisioning, signing, and deployment with Fastlane. Use when provisioning iOS apps, managing code signing, or automating deployments with Fastlane.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Enforce design token usage in SwiftUI apps using iOS Human Interface Guidelines. Use when implementing design tokens, colors, or typography in SwiftUI.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement String Catalogs, L10n workflows, and asset management for iOS. Use when adding multi-language support using iOS String Catalogs or L10n workflows.

原文语言:英语

更新
职业分类
软件开发工程师
描述

SwiftUI navigation and deep linking using NavigationStack and Universal Links. Use when implementing NavigationStack or Universal Links deep linking in iOS.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build API clients with URLSession, Alamofire, and Codable. Use when implementing URLSession networking, Alamofire, or API clients in iOS.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Push notifications for iOS using UserNotifications framework and APNS. Use when integrating APNS push notifications in iOS applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Profile and optimize iOS apps with Instruments, memory management, and rendering techniques. Use when profiling iOS apps with Instruments or optimizing memory and rendering.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement local persistence with SwiftData, Core Data, and secure storage. Use when setting up SwiftData models, Core Data stacks, or local persistence in iOS.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Secure iOS apps with secure storage, biometrics, and data protection. Use when implementing secure storage, Face ID/Touch ID, or data protection in iOS.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement reactive state with Combine, Observation framework, and UDF patterns. Use when implementing state management with Combine, @Observable, or reactive patterns in iOS.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build declarative UI and manage data flow with SwiftUI in iOS. Use when building declarative SwiftUI views or managing data flow with property wrappers.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement UIKit navigation, Auto Layout, and Apple Human Interface Guidelines in iOS. Use when implementing UIKit navigation, Auto Layout constraints, or HIG compliance.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Apply core Effective Java patterns for robust, maintainable code. Use when applying SOLID principles, choosing between inheritance and composition, refactoring Java code smells, or reviewing class design.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement modern concurrency with Virtual Threads and Structured Concurrency in Java. Use when implementing Java Virtual Threads (Java 21), Structured Concurrency with StructuredTaskScope, CompletableFuture pipelines, or debugging race conditions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Modern Java 21+ language standards including Records, Pattern Matching, and Virtual Threads. Use for Java language constructs or Java-to-Java upgrades; defer Kotlin, tests, formatting/build tools, CompletableFuture, builder patterns, and isolated…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Testing standards using JUnit 5, AssertJ, Mockito, Cucumber, and Spring Boot integration tests for Java. Use when writing or reviewing Java test behavior, including parallel execution and BDD; defer Kotlin-only tests, virtual-thread test infrastructure, and…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure Maven, Gradle, and static analysis for Java projects. Use for Java-only build and quality tooling such as Spotless, Checkstyle, SpotBugs, SonarLint, JDK versions, and Java service Dockerfiles; defer Kotlin, Android, Flutter, and GitHub…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Idiomatic JavaScript patterns and conventions for maintainable existing code. Use when reviewing or refactoring JavaScript language patterns; defer project scaffolding, dependency setup, and tool configuration.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Modern JavaScript (ES2022+) patterns for clean, maintainable code. Use when working with modern JavaScript features like optional chaining, nullish coalescing, or ESM.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure development tools, linting, formatting, and test runners for existing JavaScript projects. Use for ESLint, Prettier, Jest, or equivalent tool setup; defer application implementation and generic project scaffolding.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Core Kotlin patterns for scope functions, backing properties, and read-only collection interfaces. Use for let/apply/run/also/with choices or encapsulating mutable state; defer general language constructs, extension functions, coroutines/runCatching,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write safe, structured concurrent code with Kotlin Coroutines. Use for suspend functions, coroutine scopes, cancellation, and coroutine leaks; defer Java Virtual Threads, Android WorkManager/Fragment lifecycle, Compose state hoisting, and Detekt/tooling…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write idiomatic Kotlin 1.9+ with null safety, sealed classes, data classes, extension functions, delegates, collections, inline/reified generics, and expression syntax. Use for Kotlin language constructs, Java-to-Kotlin migration, lazy delegates, data…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Configure Kotlin build and quality tooling, including Gradle Kotlin DSL, Version Catalogs, KMP, ktlint, Detekt, MockK, coverage, and quality plugins. Use for Kotlin-specific build, lint, test-tool, or coverage setup; defer Java-only tooling and Spring test…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build REST endpoints with API Resources, Sanctum authentication, and versioned route groups in Laravel. Use when creating JsonResource classes, adding token-based auth, or defining rate-limited API routes.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Enforce core architectural standards for scalable Laravel applications. Use when structuring controllers, service layers, action classes, Form Requests, or Service Container bindings in Laravel projects.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Build scalable asynchronous workflows using Queues, Jobs, and Events in Laravel. Use when implementing queued jobs, event-driven workflows, or async processing in Laravel.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement Domain-Driven Design with typed DTOs, repository interfaces, and single-responsibility Action classes in Laravel. Use when creating domain folders, binding repository contracts in providers, or passing DTOs between layers.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Optimize Laravel queries with subqueries, joinSub, Redis cache-aside patterns, and read/write connection splitting. Use when writing complex joins, implementing Cache::remember with tags, or configuring database read replicas.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Write performant Eloquent queries with eager loading, reusable scopes, and strict lazy-loading prevention in Laravel. Use when defining model relationships, creating query scopes, or processing large datasets with chunk/cursor.

原文语言:英语

更新
已展示 40 / 363 个已收集 Skill。