marcus

25 mods across 3 repositories, 2.3k stars between them.

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

sidecar AGENTS.md

17

marcus/sidecar

Instructions file CodexOpenCode

Instructions for marcus/sidecar, covering working with td, markdown plans, commit completed work by default, working inside a sidecar shell and demoing features.

1.0k 2d ago C 2,978 tokens original MIT

sidecar CLAUDE.md

18

marcus/sidecar

Instructions file

Instructions for marcus/sidecar, a project described as: Use sidecar next to CLI agents for diffs, file trees, conversation history, and task management with td.

1.0k 2d ago A 5 tokens copy · 100% MIT

sidecar GEMINI.md

19

marcus/sidecar

Instructions file Gemini CLI

Instructions for marcus/sidecar, a project described as: Use sidecar next to CLI agents for diffs, file trees, conversation history, and task management with td.

1.0k 2d ago A 3 tokens copy · 100% MIT

nightshift-release

20

marcus/nightshift

Skill Claude CodeCodex

Release a new version of the nightshift Go project using goreleaser. Use when the user asks to cut a release, push a new version, bump the version, publish a release, or verify a release succeeded. Covers version bumping, git tagging, goreleaser dry-run validation, pushing, and post-release verification via GitHub…

1.0k 1mo ago C 77 tokens original MIT

marcus/nightshift

Instructions file CodexOpenCode

Instructions for marcus/nightshift, covering nightshift - ai agent instructions, working with td, purpose, key directories and commands.

1.0k 1mo ago C 469 tokens original MIT

td-integration-test

22

marcus/td

Skill Claude CodeCodex

Write integration tests for the td-sync admin API using the TestHarness in internal/api/testharnesstest.go. Use when asked to write, add, or fix integration tests for admin API endpoints (server, users, projects, events, snapshots, CORS, auth). The harness provides a real HTTP server, fluent state builder, and…

243 5d ago A 86 tokens original MIT

td AGENTS.md

23

marcus/td

Instructions file CodexOpenCode

Instructions for marcus/td, covering agents.md, working with td, review model (trusted review), development approach and build & install.

243 5d ago C 1,104 tokens original MIT

td CLAUDE.md

24

marcus/td

Instructions file

Instructions for marcus/td, covering claude.md, working with td, review model (trusted review), build & install and version & release.

243 5d ago C 1,611 tokens original MIT