Loading...
Loading...
Found 48002 skills
doanchienthangdev
Performs mutation testing using Stryker to assess test suite effectiveness by introducing code mutations and measuring detection rates.
JamesPrial
Provides Go concurrency patterns using sync.WaitGroup and sync.Mutex for safe goroutine coordination and shared resource access.
doanchienthangdev
Automates creation of stacked pull requests to break large code changes into smaller, reviewable chunks for efficient code reviews.
JamesPrial
Automates correction of static analysis warnings generated by the Go vet tool in Go codebases.
ClementWalter
Provides expert guidance on Rust workspace management, dependency handling, testing strategies, and production-ready architecture patterns.
doanchienthangdev
Enables modern Python development with type hints, asynchronous programming, and comprehensive testing following current best practices.
doanchienthangdev
Provides MongoDB database implementation support including document modeling, aggregation pipelines, and Mongoose ODM for building document-based applications.
JamesPrial
Provides Go testing helper patterns using t.Helper() to enhance test error reporting and maintainability in unit tests.
JamesPrial
Enables consistent package-level sentinel error definition in Go using errors.New for reliable error handling patterns.
doanchienthangdev
Builds interactive 3D web experiences with Three.js and React Three Fiber for WebGL scenes, animations, and physics simulations.
doanchienthangdev
Automates final feature development steps including quality gates, clean Git history, and PR preparation for seamless merges.
JamesPrial
Prevents Go development errors by clarifying that a typed nil (e.g., nil pointer) inside an interface is not equivalent to a nil interface.
JamesPrial
Provides type-safe error inspection in Go using errors.Is and errors.As for robust error handling in code.
JamesPrial
Configures and executes golangci-lint for Go code analysis, ensuring adherence to best practices and code quality standards.
JamesPrial
Explains that nil slices in Go are usable for operations like append without causing a panic.
doanchienthangdev
Enables type-safe database access with Prisma ORM, including schema design, migrations, and query implementation for backend development.
doanchienthangdev
Enables gradual feature rollouts using feature flags for trunk-based development, canary releases, and A/B testing.
doanchienthangdev
Generates comprehensive pytest-based unit tests with fixtures, parameterization, mocking, and async support for Python applications.
JamesPrial
Enables modular test organization in Go via t.Run subtests for clearer, maintainable test suites.
JamesPrial
Provides table-driven test patterns for Go, enabling efficient and maintainable test case management through structured test data tables.
JamesPrial
Generates and explains custom slash commands for Claude Code, including syntax, frontmatter, and argument handling in markdown format.
JamesPrial
Provides Go context cancellation patterns for implementing graceful shutdowns in services and goroutines.
doanchienthangdev
Structures complex problem-solving into numbered, dependency-aware steps for debugging, architectural decisions, and multi-step tasks.
JamesPrial
Validates plugin packages for structural and functional errors, providing corrective actions for seamless integration.