📋
Git Advanced Workflows
Use when cleaning up Git history, applying commits across branches, finding bug introductions, or recovering from mistakes. Covers rebase, cherry-pick, bisect, worktrees, and reflog.
ian-pascoeworkflow
🔍
Writing Plugins
Use when creating, editing, or reviewing OpenCode plugins. Covers plugin structure, event hooks, TypeScript typing, custom tools, dependency management, and common patterns like notifications and compaction hooks.
ian-pascoecode-review