sidecar

Isolate a secondary Claude session for research without file or git mutations.

421|49|Updated Jul 3, 2014
One-click install
npx skills add https://github.com/joshukraine/dotfiles --skill sidecar-joshukraine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sidecar
Source: https://github.com/joshukraine/dotfiles/tree/main/claude/.claude/skills/sidecar
Command: npx skills add https://github.com/joshukraine/dotfiles --skill sidecar-joshukraine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill isolates a Claude session for research tasks, preventing conflicts with a primary coding session.

Core Features & Use Cases

  • Research-Only Mode: Allows for reading, research, and issue creation without affecting code.
  • Session Isolation: Prevents file and git state mutations to avoid conflicts.
  • Use Case: When working on a collaborative coding project, use this Skill to research and plan without disrupting the primary coding session.

Quick Start

Activate the sidecar skill for research-only mode in your collaborative coding session.

Frequently Asked Questions about sidecar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a research session in a shared working directory without modifying files or git state?

You can use a research-only mode to isolate a secondary Claude session in your shared working directory. This approach ensures no file or git state mutations occur, preventing conflicts with your primary code session.

What is session isolation for collaborative coding and why do I need it?

Session isolation for collaborative coding separates research tasks from active development tasks. It allows parallel research and planning within a shared directory without disrupting the primary coding session or altering file states.

Can I research code changes and create issues without affecting my current coding session?

Yes, you can research code changes and create issues without affecting your coding session. A research-only mode enables reading, research, and issue creation while ensuring no file or git state mutations occur.

How do I set up a sidecar session for parallel code research?

To set up a sidecar session for parallel code research, activate the skill to enter research-only mode. This enables a secondary Claude session in your collaborative coding project's shared working directory safely.

What are the limitations of using a research-only mode for collaborative coding?

The primary limitation of research-only mode is that it restricts file and git state mutations. This means you can read, research, and plan, but you cannot apply code changes or commit within this isolated session.