ccx 0.1.0

A CLI tool for running and managing multiple Claude Code sessions in tmux
1
2
3
4
5
6
7
8
9
10
11
12
# Development Guidelines

## Before Committing

Always run `just fix` before committing to format code and auto-fix linting issues.

## Plugin Structure

This project includes a Claude Code plugin under `plugins/`:

- `plugins/commands/` - User-invocable slash commands (e.g., `/worktree-itack`)
- `plugins/skills/` - Skills that provide tools and context to Claude