
from "obra/superpowers"
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree...
Core development tools, frameworks, and patterns.

from "obra/superpowers"
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree...

from "obra/superpowers"
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before...

from "obra/superpowers"
Use when you have a spec or requirements for a multi-step task, before touching code

from "affaan-m/everything-claude-code"
Quarkus 3.x LTS architecture patterns with Camel for messaging, RESTful API design, CDI services, data access with Panache, and async processing. Use for Java Quarkus backend work with...

from "affaan-m/everything-claude-code"
Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.

from "affaan-m/everything-claude-code"
Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.

from "affaan-m/everything-claude-code"
Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

from "affaan-m/everything-claude-code"
NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends.

from "affaan-m/everything-claude-code"
Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.

from "affaan-m/everything-claude-code"
Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices.

from "affaan-m/everything-claude-code"
Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders.

from "affaan-m/everything-claude-code"
Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.

from "affaan-m/everything-claude-code"
Design, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScript, Java, Kotlin, and Go...

from "affaan-m/everything-claude-code"
Idiomatic C# and .NET patterns, conventions, dependency injection, async/await, and best practices for building robust, maintainable .NET applications.

from "affaan-m/everything-claude-code"
Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.

from "affaan-m/everything-claude-code"
Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.

from "affaan-m/everything-claude-code"
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

from "affaan-m/everything-claude-code"
Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.

from "affaan-m/everything-claude-code"
X/Twitter API集成,用于发布推文、线程、读取时间线、搜索和分析。涵盖OAuth认证模式、速率限制和平台原生内容发布。当用户希望以编程方式与X交互时使用。

from "affaan-m/everything-claude-code"
SwiftUI 架构模式,使用 @Observable 进行状态管理,视图组合,导航,性能优化,以及现代 iOS/macOS UI 最佳实践。

from "affaan-m/everything-claude-code"
基于协议的依赖注入,用于可测试的Swift代码——使用聚焦协议和Swift Testing模拟文件系统、网络和外部API。

from "affaan-m/everything-claude-code"
Swift 6.2 可接近的并发性 — 默认单线程,@concurrent 用于显式后台卸载,隔离一致性用于主 actor 类型。

from "affaan-m/everything-claude-code"
在 Swift 中使用 actor 实现线程安全的数据持久化——基于内存缓存与文件支持的存储,通过设计消除数据竞争。

from "affaan-m/everything-claude-code"
Spring Boot架构模式、REST API设计、分层服务、数据访问、缓存、异步处理和日志记录。用于Java Spring Boot后端工作。