Files
myclaude/skills
Lucas Men a39bf72bc2 fix(do-skill): use absolute paths for script references in SKILL.md (#153)
* 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>
2026-02-27 10:03:11 +08:00
..
2026-01-08 11:33:19 +08:00
2026-01-15 15:31:14 +08:00
2026-02-14 23:58:38 +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: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