Files
myclaude/skills
cexll 74e4d181c2 feat: add worktree support and refactor do skill to Python
- Add worktree module for git worktree management
- Refactor do skill scripts from shell to Python for better maintainability
- Add install.py for do skill installation
- Update stop-hook to Python implementation
- Enhance executor with additional configuration options
- Update CLAUDE.md with first-principles thinking guidelines

Generated with SWE-Agent.ai

Co-Authored-By: SWE-Agent.ai <noreply@swe-agent.ai>
2026-02-03 21:58:08 +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