Files
myclaude/skills
cexll 5853539cab fix(do): reuse worktree across phases via DO_WORKTREE_DIR env var
Previously, each codeagent-wrapper --worktree call created a new worktree,
causing multiple worktrees per /do task (one per phase).

Changes:
- setup-do.py: create worktree at initialization, export DO_WORKTREE_DIR
- executor.go: check DO_WORKTREE_DIR first, reuse if set
- SKILL.md: update documentation for new behavior

Generated with SWE-Agent.ai

Co-Authored-By: SWE-Agent.ai <noreply@swe-agent.ai>
2026-02-05 23:32:52 +08:00
..
2026-01-08 11:33:19 +08:00
2026-01-15 15:31:14 +08:00
2025-11-22 14:56:31 +08:00
2025-12-13 12:32:37 +08:00
2026-01-08 11:34:25 +08:00

Skills

This directory contains agent skills (each skill lives in its own folder with a SKILL.md).

List installable items:

npx github:cexll/myclaude --list

Install (interactive; pick skill:<name>):

npx github:cexll/myclaude

Force overwrite / custom install directory:

npx github:cexll/myclaude --install-dir ~/.claude --force