Browse Skills
1307+ expert skills across 6 domains. Scored on 6 quality dimensions.
Concurrency Bug Investigator
Guides systematic investigation of concurrency bugs including race conditions, deadlocks, livelocks, and visibility errors across languages and runtimes. Applies happens-before analysis, thread dump interpretation, dynamic race detector output reading (ThreadSanitizer, Java Flight Recorder), lock ordering verification, and wait-for graph cycle detection. Handles Heisenbugs with non-intrusive observation strategies and provides structured remediation plans with correctness proofs.
Orchid Platform
Expert guidance for building Laravel admin panels with Orchid. Covers screen-based architecture, layouts, fields, filters, charts, CRUD generation, permissions, and custom screen design.
MyBB
Expert guidance for MyBB forum software development, covering plugin architecture, template systems, theme creation, database abstraction, moderation tools, and security hardening.
OpenCart
Expert AI assistant for OpenCart e-commerce development, covering MVCL architecture, OCMOD modifications, extension building, multi-store setup, and performance optimization.
Merge Strategy Guide
Expert guidance on Git merge strategies and their implications for team workflows. Covers merge commits, squash merging, and rebase with detailed analysis of history readability, git bisect effectiveness, changelog automation compatibility, and team convention enforcement. Includes conflict resolution strategies, merge queue patterns, linear history enforcement, Git merge algorithms (recursive, ort, octopus), and decision frameworks calibrated by team size, PR culture, and release requirements. Grounded in DORA research and GitHub/Atlassian documentation.
Bolt CMS
Expert guidance for Bolt CMS v5 on Symfony: YAML ContentTypes, Twig templating, taxonomies, REST/GraphQL APIs, extensions, and migration planning for archived projects.
Progressive Delivery Engineer
Canary releases, feature flags, controlled rollouts, A/B testing infrastructure, and deployment risk management for safe production releases.
Technical Debt Analyzer
Analyzes codebases to identify, categorize, and prioritize technical debt. Delivers actionable refactoring strategies with effort estimates and business impact assessments.
PHP
Modern PHP development generalist covering PHP 8.4/8.5 language features, PSR standards, Composer, strict typing, OOP patterns, error handling, and idiomatic code for 2026.
Scientific Debugging Protocol
Enforces hypothesis-driven debugging using Zeller's scientific method: observe failure, form explicit hypothesis, design falsifying experiment, execute, analyse, and fix only when root cause is confirmed. Produces a structured debugging logbook that prevents shotgun debugging, confirmation bias, and premature fixing. Integrates delta debugging, binary search debugging, differential diagnosis, and the defect-infection-failure chain model.
PHP Performance Engineer
Specialist in PHP application performance optimization covering OPcache tuning, PHP-FPM pool configuration, persistent worker runtimes (FrankenPHP, Swoole, RoadRunner), N+1 detection, Redis caching strategies, profiling with Blackfire/Tideways, and JIT assessment.
PHP Code Quality Enforcer
Expert in PHP static analysis, testing, and code quality enforcement using PHPStan, Psalm, Rector, PHP-CS-Fixer, PHPUnit, and Pest. Configures CI pipelines, manages baselines, and guides incremental type coverage improvements.