Find the perfect skill
New Column Conventions
Development
Conventions for database columns: snake_case names, Go struct tags, field types, and using smallint instead of booleans.
Legacy System Modernization via Strangler Pattern
Development
Orchestrates legacy system modernization using the strangler fig pattern with gradual component replacement. Use when the user asks to run the `legacy-modernize` workflow and the task requires multi-step orchestration. Do not use for small, single-step tasks.
Spring Boot Cache Abstraction
Development
Provides patterns for enabling and operating the Spring Cache abstraction in Spring Boot. Use for implementing application-level caching to improve performance.
Quantum ESPRESSO (pw.x) DFT Calculations
Data & AI
Generate and manage Quantum ESPRESSO pw.x input files and workflows for plane-wave DFT calculations, including SCF and relaxation settings.
Factory Run - Complete Pipeline
DevOps
Orchestrates sequential execution of 5 phases (intake, spec, plan, build, QA) for a full requirements-to-release pipeline. Each phase invokes a specialized skill and must pass its gate before proceeding. Helps automate standardized development workflows with mandatory checkpoints.
CC-CR Unified Code Review
Development
Unified code review skill combining batch automatic detection and interactive single CR modes, configurable with GitLab and Feishu integration.
Draft social posts for blog
Content
Draft or revise social posts (X, LinkedIn, Bluesky) from a blog post, with iterative self-critique.
Workflow Patterns
Development
Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints and git commits, and following the verification protocol.
Django Development Patterns
Development
Production-grade Django architecture patterns covering project structure, DRF APIs, ORM best practices, caching, signals, and middleware.
Getopts Parser Generator
Development
Generate argument parsing code for shell scripts with short/long options and validation. Full usage documentation support.
UX Psychology for Web Design
Content
Advisory layer for web design decisions that surfaces behavioral psychology principles. Prioritizes brand identity, accessibility, and technical quality.
OpenCode Skill Create/Update Router
Development
Unified command to create or update OpenCode skills with operation routing and auto/confirm modes.