Fork banner
tomerbr1 tomerbr1

Fork

Development community

Description

--- description: "Create a project as a fork of an existing parent, sharing the parent's context as a common knowledge layer" argument-hint: "[parent-name] [child-name] [--jira TICKET]" --- # Fork a Project Create a child project under an existing parent. The parent's context file becomes the **shared knowledge layer**: every child (and the parent's own sessions) reads it, any session may update it, and sibling sessions are told when it changed. The child gets its own plan, context, and tasks

Installation

Installs to ~/.claude/skills/tomerbr1-claude-orbit-fork/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tomerbr1-claude-orbit-fork && curl -fsSL https://raw.githubusercontent.com/tomerbr1/claude-orbit/HEAD/commands/fork.md -o ~/.claude/skills/tomerbr1-claude-orbit-fork/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository