marcus/sidecar

Use sidecar next to CLI agents for diffs, file trees, conversation history, and task management with td

1.0kStars on the repository
19Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

create-adapter

01

marcus/sidecar

Skill Claude CodeCodex

Create conversation adapters for importing AI chat history from different tools (Claude Code, Cursor, Warp, Codex, etc.). Covers the adapter.Adapter interface, caching strategies, incremental parsing, watch/FD management, and performance standards. Use when creating a new adapter, modifying adapter behavior, or…

1.0k 2d ago A 78 tokens original MIT

create-modal

02

marcus/sidecar

Skill Claude CodeCodex

Create declarative modals using the modal library API. Covers modal types (confirm, input, select, form), sections (Text, Buttons, Input, Textarea, Checkbox, List, Combo, When, Custom), rendering with OverlayModal, and keyboard/mouse handling. Use when adding modals or dialogs to the application.

1.0k 2d ago A 69 tokens original MIT

create-plugin

03

marcus/sidecar

Skill Claude CodeCodex

Create new sidecar plugins implementing the plugin.Plugin interface, rendering views with Bubble Tea, handling keyboard input via keymap contexts, and integrating with the app shell (footer hints, event bus, adapters). Use when creating a new plugin, modifying plugin architecture, or debugging plugin…

1.0k 2d ago A 74 tokens original MIT

create-theme

04

marcus/sidecar

Skill Claude CodeCodex

Create custom color themes for Sidecar, including base theme selection, color overrides, gradient borders, tab styles, per-project themes, community themes, and programmatic theme registration. Use when creating or modifying themes, adjusting UI appearance, or debugging color/style issues. See…

1.0k 2d ago A 74 tokens original MIT

drag-pane

05

marcus/sidecar

Skill Claude CodeCodex

Drag-and-drop pane resizing implementation for two-pane plugin layouts. Covers mouse event handling via the internal/mouse package, hit region registration, drag delta calculation, width clamping, state persistence, and pane layout management. Use when working on pane resizing, drag interactions, layout management, or…

1.0k 2d ago A 70 tokens original MIT

feature-flags

06

marcus/sidecar

Skill Claude CodeCodex

Creating and using feature flags in sidecar for gating experimental functionality. Covers flag registration, checking flags in code, config file and CLI overrides, and priority resolution. Use when adding feature flags, toggling features, or gating new functionality behind flags.

1.0k 2d ago A 53 tokens original MIT

inline-editor

07

marcus/sidecar

Skill Claude CodeCodex

Inline text editing implementation within the file browser preview pane using tmux PTY backend, cursor movement, text manipulation, and editor state management. Covers entry/exit lifecycle, dimension calculations, confirmation dialogs, click-away detection, mouse forwarding, and app-level key routing. Use when working…

1.0k 2d ago A 80 tokens original MIT

keyboard-shortcuts

08

marcus/sidecar

Skill Claude CodeCodex

Reference for keyboard shortcut implementation, keybinding registration, shortcut parity with vim and other TUI tools, and the complete shortcut assignment table across all sidecar plugins. Use when adding or modifying keyboard shortcuts, checking shortcut assignments, resolving key conflicts, or assessing alignment…

1.0k 2d ago A 59 tokens original MIT

merge-strategy

09

marcus/sidecar

Skill Claude CodeCodex

Git merge strategies, conflict resolution approaches, merge vs rebase recommendations, and branch integration patterns in sidecar. Covers pull strategy menu, direct merge workflow, squash merge, commit message templates, configurable defaults, and protected branches. Use when working on git merge features or making…

1.0k 2d ago A 63 tokens original MIT

profile-memory

10

marcus/sidecar

Skill Claude CodeCodex

Profile memory usage in sidecar using Go pprof, system tools, and heap analysis. Covers identifying memory leaks, goroutine leaks, file descriptor accumulation, and CPU profiling. Use when investigating memory issues, profiling performance, debugging memory leaks, or diagnosing unresponsive plugins.

1.0k 2d ago B 57 tokens original MIT

project-switching

11

marcus/sidecar

Skill Claude CodeCodex

Project switching implementation in sidecar: project discovery, state management, UI flow, modal rendering, filtering, theme preview, and plugin reinitialization. Use when working on the project switcher feature, project management, worktree switching, or the project configuration system.

1.0k 2d ago A 57 tokens original MIT

release-sidecar

12

marcus/sidecar

Skill Claude CodeCodex

Release new versions of sidecar. Covers version tagging with semver, td dependency updates, go.mod validation, CHANGELOG updates, GoReleaser automation, Homebrew tap updates, and verification steps. Use when preparing or executing a release.

1.0k 2d ago A 53 tokens original MIT

shell-integration

13

marcus/sidecar

Skill Claude CodeCodex

Interactive shell/TTY integration with tmux session management, shell command execution, control-mode output capture with polling fallback, native cursor rendering, lazy scrollback, selection, paste handling, and inline editing. Use when working on shell integration, tmux features, command execution, or interactive…

1.0k 2d ago A 62 tokens original MIT

sidecar-website

14

marcus/sidecar

Skill Claude CodeCodex

Writing and maintaining the Sidecar Docusaurus documentation site, including page structure, doc authoring, blog posts, styling, images, and deployment workflow. Use when writing documentation, updating the docs site, adding pages or blog posts, or working with Docusaurus configuration.

1.0k 2d ago A 60 tokens original MIT

ui-features

15

marcus/sidecar

Skill Claude CodeCodex

Implementing UI/UX features in sidecar including modals (internal/modal library), keyboard shortcuts, mouse support, scrolling, pill/tab rendering, and pane resizing. Use when implementing UI features, handling user input, adding keyboard shortcuts, building modals, or working on UX improvements.

1.0k 2d ago A 61 tokens original MIT

worktree-switching

16

marcus/sidecar

Skill Claude CodeCodex

Git worktree support in sidecar: worktree detection, switching between worktrees, worktree state management, and plugin reinitialization. Covers the full lifecycle of worktree context switching including registry reinit, per-worktree state persistence, deleted worktree detection and fallback. Use when working on git…

1.0k 2d ago A 74 tokens original MIT