# Skills This directory contains agent skills (each skill lives in its own folder with a `SKILL.md`). ## Install with `npx` (recommended) List installable items: ```bash npx github:cexll/myclaude --list ``` Install (interactive; pick `skill:`): ```bash npx github:cexll/myclaude ``` Force overwrite / custom install directory: ```bash npx github:cexll/myclaude --install-dir ~/.claude --force ```