Files
myclaude/skills
cexll 716d1eb173 fix(do): isolate stop hook by task_id to prevent concurrent task interference
When running multiple do tasks concurrently in worktrees, the stop hook
would scan all do.*.local.md files and block exit for unrelated tasks.

Changes:
- setup-do.sh: export DO_TASK_ID for hook environment
- stop-hook.sh: filter state files by DO_TASK_ID when set, fallback to
  scanning all files for backward compatibility

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-28 16:01:24 +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