doey-settings

Open or reuse a tmux Settings window to live-edit Doey configuration.

6|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/FRIKKern/doey --skill doey-settings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doey-settings
Source: https://github.com/FRIKKern/doey/tree/main/.claude/skills/doey-settings
Command: npx skills add https://github.com/FRIKKern/doey --skill doey-settings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables quickly opening an interactive Settings window with a live editor to adjust Doey's configuration from the terminal.

Core Features & Use Cases

  • Open or reuse a dedicated Settings window in tmux for live configuration editing.
  • Edit Doey configuration with an in-window editor and see live updates.
  • Seamlessly toggle settings without leaving your current workflow.

Quick Start

Run the Doey Settings skill in your tmux session to open the Settings window and start editing the configuration.

Frequently Asked Questions about doey-settings

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

FAQPage Schema
How do I open Doey settings in a tmux session without disrupting my current pane layout?

You can open Doey settings without disrupting your pane layout by launching a dedicated tmux window with a live editor. This window detection and reuse logic automatically creates or focuses the settings window as needed.

What is the best way to live-edit terminal configuration without leaving the current workflow?

Live-edit terminal configuration by starting an in-window settings-editor agent within tmux. This allows you to seamlessly toggle settings and see live updates without ever leaving your current workflow environment.

Can I reuse an existing tmux window for editing Doey configuration instead of opening a new one?

Yes, you can reuse an existing tmux window for editing Doey configuration. The skill implements window detection logic that identifies and focuses an open Settings window, or creates a dedicated one when needed.

Does the Doey settings editor require any special dependencies to manage window configuration?

The Doey settings editor does not require any special dependencies to manage window configuration. It operates natively within tmux to handle window detection and start the settings-editor agent for live updates.

How do I apply settings changes in Doey while keeping my active terminal panes intact?

Apply settings changes in Doey by running the settings-editor agent in a separate tmux window. This dedicated window approach ensures your active terminal panes remain completely intact while configurations update live.