mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-05 02:30:26 +08:00
REMOVED all hardcoded default backend/model values from defaultModelsConfig. Now ~/.codeagent/models.json is REQUIRED - missing config returns clear error with example configuration. BREAKING CHANGE: Users must configure ~/.codeagent/models.json before using --agent or parallel tasks with agent: field. Generated with SWE-Agent.ai Co-Authored-By: SWE-Agent.ai <noreply@swe-agent.ai>
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: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