What problem does it solve? Keeping a Claude Code port of an upstream Cursor plugin current requires careful three-way merges that preserve local translations while adopting upstream changes, and doing this by hand risks losing intent or re-conflicting on resolved lines. ## Core Features & Use Cases - Upstream Mirroring: Fast-forwards a dedicated upstream branch from cursor/plugins and reports whether anything changed. - Guided Conflict Resolution: Applies standing translation rules from references/translation.md so upstream substance is kept while Cursor-specific harness, model, and path references are ported to Claude Code equivalents. - Verification Pipeline: Runs lint checks, bun tests, plugin validation, and agent behavior probes before shipping the merge as a draft PR. - Use Case: When poteto publishes new pstack commits upstream, run this Skill to mirror them, merge with correct conflict resolution, update the plugin version, and open a verified draft PR. ## Quick Start Ask the agent to sync upstream and pull poteto's latest pstack changes into this repository.