1. Software Development
Found 33838 skills
requesting-code-review
obra
Facilitates peer code review requests for major features and task completion to ensure code quality and requirement adherence before merging.
test-driven-development
obra
Enables writing tests before implementation code to ensure quality and guide development of features and bug fixes.
verification-before-completion
obra
Requires running verification commands and confirming output before committing code or creating PRs to ensure correctness.
using-git-worktrees
obra
Creates isolated Git worktrees for feature development with smart directory selection and safety verification.
backport-pr-assistant
cockroachdb
Assists in backporting pull requests to release branches using the backport CLI, resolving merge conflicts requiring manual intervention.
commit-helper
cockroachdb
Automates creation of Git commits and pull requests with CockroachDB-compliant messages and release notes.
run-nx-generator
nrwl
Executes Nx generators with workspace-plugin prioritization for efficient code generation, feature scaffolding, and monorepo task automation.
workflow-interactive-dev
labring
Enables development of interactive nodes in FastGPT workflows, covering architecture design, implementation steps, and required file modifications.
wox-plugin-creator
Wox-launcher
Generates boilerplate code for Wox plugins in Node.js and Python, streamlining plugin development and publication preparation.
paypal-integration
wshobson
Enables PayPal payment integration for e-commerce, supporting express checkout, subscriptions, and refund management in online transactions.
projection-patterns
wshobson
Builds read models and projections from event streams for CQRS, materialized views, and query optimization in event-sourced systems.
cqrs-implementation
wshobson
Provides implementation guidance for Command Query Responsibility Segregation (CQRS) to separate read and write operations, enhancing scalability and performance in backend systems.
python-performance-optimization
wshobson
Profiling and optimizing Python code performance using cProfile and memory profilers to resolve bottlenecks.
go-concurrency-patterns
wshobson
Provides patterns and techniques for implementing Go concurrency using goroutines, channels, and context to build robust concurrent applications.
event-store-design
wshobson
Designs and implements event stores for event-sourced systems, covering infrastructure choices and persistence patterns.
dotnet-backend-patterns
wshobson
Provides essential C#/.NET backend patterns for building robust APIs, enterprise applications, and server-side logic using modern practices like dependency injection and Entity Framework Core.
nextjs-app-router-patterns
wshobson
Provides patterns for Next.js 14+ App Router implementation including Server Components, streaming, and parallel routes to optimize data fetching and rendering.
fastapi-templates
wshobson
Generates production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling for backend API development.
workflow-orchestration-patterns
wshobson
Designs durable workflows for distributed systems with Temporal, covering saga patterns, state management, and determinism constraints for long-running processes.
saga-orchestration
wshobson
Provides implementation of saga pattern for managing distributed transactions and compensating workflows in microservices architectures.
react-native-architecture
wshobson
Architects and builds production-ready React Native mobile applications using Expo, navigation, native modules, and offline sync patterns for cross-platform development.
web3-testing
wshobson
Comprehensive testing of Solidity smart contracts using Hardhat and Foundry, including unit, integration, and mainnet forking for DeFi protocol validation.
openapi-spec-generation
wshobson
Generates and maintains OpenAPI 3.1 specifications from code and design to ensure API contract compliance and enable SDK generation.
database-migration
wshobson
Automates database schema changes, data transformations, and zero-downtime migrations across various ORMs and platforms.