install
source · Clone the upstream repo
git clone https://github.com/MetaMask/ocap-kernel
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/MetaMask/ocap-kernel "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/push" ~/.claude/skills/metamask-ocap-kernel-push && rm -rf "$T"
manifest:
.claude/skills/push/SKILL.mdsource content
When asked to push code, follow these steps:
-
Run
to verify there are commits to push.git status -
Push to the remote repository:
- Run
to push the commitsgit push - If the branch has no upstream, use
git push -u origin <branch-name>
- Run
-
Report the results including:
- The branch name
- The push status