dev-processes

Community

Launch and monitor dev processes in tmux.

Authorsethcarlton
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers start, monitor, and manage long-running dev processes inside tmux, eliminating manual session setup and window management overhead.

Core Features & Use Cases

  • Create and manage tmux sessions per project based on the current directory.
  • Start common workflows such as dev servers, tests, and build watchers in named tmux windows.
  • Reuse existing sessions and capture output to verify progress without restarting processes.

Quick Start

Use a tmux session for the current project: SESSION="$(basename "$PWD" | tr . _)" tmux has-session -t "$SESSION" 2>/dev/null || tmux new-session -d -s "$SESSION" -c "$PWD" tmux select-window -t "$SESSION:dev" 2>/dev/null

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dev-processes
Download link: https://github.com/sethcarlton/dotfiles/archive/main.zip#dev-processes

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.