Loading...
Loading...
Found 48002 skills
akaszubski
Provides guidelines for effective code reviews, including what to look for, how to give constructive feedback, and standards for review comments.
akaszubski
Provides tools for structured logging, debugging, profiling, and performance monitoring to enhance code quality and efficiency during development.
akaszubski
Provides state persistence patterns for autonomous systems including atomic writes, file locking, and crash recovery.
akaszubski
Guides system architecture design with pattern recommendations, ADR templates, and tradeoff analysis for software development decisions.
akaszubski
Provides standardized design patterns for building and refactoring Python libraries, emphasizing two-tier architecture, progressive enhancement, non-blocking features, and security-first principles.
uw-ssec
Provides pytest test suites for scientific Python packages, ensuring numerical accuracy and code correctness through unit, integration, and parametrized tests.
uw-ssec
Configures automated code quality tools (ruff, mypy, pre-commit) for scientific Python projects, enforcing style, type checking, and quality gates.
siy
Automates comprehensive JBCT code reviews using parallel reviewers and an aggregator for compliance verification.
siy
Automatically resolves all issues detected in a code review, ensuring comprehensive and thorough fixes.
siy
Enables designing, implementing, and reviewing functional Java backend code with JBCT patterns and monadic composition.
uw-ssec
Enables creation of interactive, component-based web dashboards and applications with Python's Panel framework, supporting real-time data, file uploads, and multi-page layouts.
uw-ssec
Provides a declarative parameter system for type-safe configuration, automatic validation, and reactive dependencies in application development.
uw-ssec
Creates and publishes scientific Python packages using best practices, including pyproject.toml configuration, src layout, and Hatchling for dependency management and PyPI distribution.
leeovery
Provides custom exception classes with static factories and HTTP response handling for Laravel error management.
leeovery
Provides Laravel authorization policies for managing resource access control, permissions, and ability checks in application development.
leeovery
Provides action-oriented architecture for Laravel using invokable classes to organize domain logic outside controllers.
leeovery
Guides Laravel project architecture, including pattern selection, project structure, and best practices for scalable and maintainable code.
leeovery
Enables complex state transitions and validation in Laravel applications via Spatie Model States package.
leeovery
Enables background job execution and event listener management for Laravel applications, supporting asynchronous processing workflows.
leeovery
Manages Laravel controllers as a thin HTTP layer, handling routing, responses, and HTTP patterns without domain logic.
leeovery
Provides form request validation and comprehensive validation testing for Laravel applications, handling rules, conditional logic, and testing scenarios.
leeovery
Provides Laravel-specific patterns for multi-tenant application architecture, ensuring tenant isolation and data scoping.
leeovery
Provides DTO implementation for Laravel using Spatie Data, handling structured data in API requests and responses.
leeovery
Assists in creating and extracting reusable Laravel packages with Composer integration for modular, maintainable code development.