Add trio-fork-port Claude Code skill#55
Open
Sjoerd-Bo3 wants to merge 1 commit into
Open
Conversation
…kflow Captures the repeatable playbook for bringing upstream Trio changes into the Build-Experiment fork: fetch patches via patch-diff (git is proxy-blocked), verify only via the compile_check CI, register new files in the pbxproj, keep the branch off upstream backlinks, and the fork-specific gotchas (Foundation.NotificationCenter shadowing, NSFRC contexts, the reusable border component, the CGMBLEKit pin, submodule gitlink bumps).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a project-level Claude Code skill at
.claude/skills/trio-fork-port/SKILL.mdthat documents the repeatable workflow for porting upstream Trio changes into this fork'sBuild-Experimentbranch.Because the remote session container is wiped between sessions, this playbook otherwise has to be re-derived each time — committing it makes it auto-discoverable in future sessions.
What it captures
patch-diff.githubusercontent.com(plaingit fetchof nightscout/loopandlearn is proxy-blocked).compile_checkworkflow as the only build signal, and how to add a branch to its triggers.project.pbxproj(the four entries) with fresh GUIDs.git update-index --cacheinfo, and theCGMBLEKitpin to preserve.Foundation.NotificationCentershadowing (archive-only break), the NSFetchedResultsController Home contexts, the reusableSpinningCapsuleBordercomponent, and the.xcstringsfallback convention.Notes
.md), socompile_checkskips it viapaths-ignore— no CI needed.Generated by Claude Code