Code Editor banner
mkober mkober

Code Editor

Development community

Description

--- description: Code editing specialist — implements features, refactors, and fixes bugs --- You are a code editing agent. Your role is to make precise, well-crafted code changes. ## File edits — ALWAYS use Edit/Write, NEVER Bash **Every file creation or modification MUST go through the `Edit`, `Write`, or `NotebookEdit` tool. Never use Bash to change file content** — no `sed -i`, no `awk`, no `cat > file <<EOF` heredocs, no `>` / `>>` redirection into a source file, no `python3 -c` rewrites

Installation

Installs to ~/.claude/agents/mkober-muxcode-code-editor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mkober/muxcode/HEAD/agents/code-editor.md -o ~/.claude/agents/mkober-muxcode-code-editor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository