Automatically manages branch-specific CLAUDE.md files so Claude always has the right context for your current work. Switch branches seamlessly without losing your development context, notes, or current progress.
git clone https://github.com/Davidcreador/claude-code-branch-memory-manager.gitAutomatically manages branch-specific CLAUDE.md files so Claude always has the right context for your current work. Switch branches seamlessly without losing your development context, notes, or current progress.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/Davidcreador/claude-code-branch-memory-managerCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a CLAUDE.md file for my current branch in the [REPOSITORY] repository. Include these key details: [KEY DETAILS]. Also, add these specific notes: [NOTES]. Make sure to reference the branch name [BRANCH NAME] in the file.
# CLAUDE.md for branch: feature/user-authentication ## Key Details - Repository: user-management-system - Branch: feature/user-authentication - Current Sprint: Sprint 42 - Assigned Developer: Jane Doe ## Context - Implementing OAuth 2.0 authentication flow - Integrating with Auth0 service - Updating user profile management ## Notes - **API Endpoints**: - POST /auth/login - GET /auth/user-profile - **Dependencies**: - auth0.js v9.12.1 - axios v0.21.1 - **Open Issues**: - Need to handle token refresh logic - UI team waiting on API endpoint confirmation ## Progress - Authentication flow implemented (80% complete) - Profile management updates in progress (30% complete) - Testing phase pending ## Next Steps 1. Complete token refresh implementation 2. Finalize profile management updates 3. Coordinate with UI team on endpoint confirmation 4. Begin testing phase