mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-05 02:30:26 +08:00
Core Changes: - **Skills System**: Added codeagent, product-requirements, prototype-prompt-generator to skill-rules.json - **Config Cleanup**: Removed deprecated gh module from config.json - **Workflow Update**: Changed memorys/CLAUDE.md to use codeagent skill instead of codex Details: - config.json:88-119: Removed gh module (github-workflow directory doesn't exist) - skills/skill-rules.json:24-114: Added 3 new skills with keyword/pattern triggers - codeagent: multi-backend, parallel task execution - product-requirements: PRD, requirements gathering - prototype-prompt-generator: UI/UX design specifications - memorys/CLAUDE.md:3,24-25: Updated Codex skill → Codeagent skill Verification: - All skill activation tests PASS - codeagent skill triggers correctly on keyword match Generated with swe-agent-bot Co-Authored-By: swe-agent-bot <agent@swe-agent.ai>