Rebase Worktree Conflicts
Rebase a worktree branch onto latest main and resolve merge conflicts. Use this skill whenever the user mentions rebasing, conflicts between branches, syncing a worktree with main, or says things like "rebase onto main", "my branch is behind", "merge conflicts", "sync with main", or "update my branch". Also trigger when the user pushes new commits to main and Claude's branch needs to catch up.
Sqlc Jsonb Joins
Compose relational JOIN results into Go model types using PostgreSQL to_jsonb() with sqlc. Use whenever a sqlc project has JOIN queries producing flat row structs and you want typed model composition instead — accessing results as row.User.Email, row.Order.Item rather than flat fields. Triggers on: sqlc JOIN queries, sqlc.embed failures, 'type explosion' in sqlc, model type reuse, composing relat…