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:

  1. Create a new private GitHub repository for a new component in the system
  2. Gather context from the current repository (secrets, webhook URLs, configuration details, etc.)
  3. Generate a claude.md file in the new repository with all the relevant context an agent needs to work effectively
  4. 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

Status

Placeholder - This is the initial idea capture. Implementation pending.