mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-28 09:23:05 +08:00
* fix(do-skill): use absolute paths for script references in SKILL.md Relative paths cause FileNotFoundError when running /do from any project directory outside $HOME, since skills are installed at ~/.claude/skills/do/ not .claude/skills/do/ relative to project. * fix(do-skill): fix home path expansion --------- Co-authored-by: menft <17554333016@163.com> Co-authored-by: cexll <evanxian9@gmail.com>
Skills
This directory contains agent skills (each skill lives in its own folder with a SKILL.md).
Install with npx (recommended)
List installable items:
npx github:stellarlinkco/myclaude --list
Install (interactive; pick skill:<name>):
npx github:stellarlinkco/myclaude
Force overwrite / custom install directory:
npx github:stellarlinkco/myclaude --install-dir ~/.claude --force