Claude Repo Jumper - Idea Placeholder
January 1, 2026 ยท View on GitHub
This folder contains the initial concept documentation for the Claude Repo Jumper skill/slash command.
Concept Summary
A Claude Code skill that automates the "handover" pattern when spinning up new repositories as part of a multi-repo system. The skill would:
- Create a new private GitHub repository for a new component in the system
- Gather context from the current repository (secrets, webhook URLs, configuration details, etc.)
- Generate a
claude.mdfile in the new repository with all the relevant context an agent needs to work effectively - Push to GitHub to initialize the new repo
Use Case
When working on a multi-component system (e.g., a backend pipeline + frontend UI), this skill eliminates the manual process of:
- Prompting Claude to write a "handover document"
- Creating a new repo manually
- Copy-pasting context between repositories
Instead, you simply invoke the skill and it handles the entire repository bootstrap process.
Files
- transcript-verbatim.md - Raw verbatim transcript of the audio note
- transcript-clean.md - Cleaned up transcript with filler words removed
Status
Placeholder - This is the initial idea capture. Implementation pending.