flutter/port-pr
Fetches a Pull Request from either the dart-intellij-third-party or flutter-intellij repository and conceptually ports its changes to the other repository.
npx skills add https://github.com/flutter/dart-intellij-third-party --skill port-pr
This skill guides the agent to port architectural and conceptual changes from a Pull Request in one repository to another (specifically between the Dart and Flutter IntelliJ plugins).
JetBrains/intellij-plugins or the dart-intellij-third-party fork), the target repository is flutter-intellij.flutter/flutter-intellij repository, the target repository is dart-intellij-third-party.github MCP server tools (like get_pull_request, get_commit, or get_file_contents) to fetch the PR's description, commits, and diffs.get_pull_request requires repository owner and name, extract them from the PR URL.dart-intellij-third-party and flutter-intellij are different, although they share some common IntelliJ plugin patterns.grep_search or codebase exploration tools in the target repository to find where the comparable logic lives.write_file, edit_file, etc.).Take flutter/port-pr from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.