mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-07 17:53:32 +08:00
feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)
ECC community plugin pruning: removed 530+ non-essential files (.cursor/, .opencode/, docs/ja-JP, docs/zh-CN, docs/zh-TW, language-specific skills/agents/rules). Retained 4 agents, 3 commands, 5 skills. Promoted 13 rule files (8 common + 5 typescript) to .claude/rules/ for CC native loading. Extracted reusable patterns to EXTRACTED-PATTERNS.md.
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
# 开发上下文
|
||||
|
||||
模式:活跃开发中
|
||||
关注点:实现、编码、构建功能
|
||||
|
||||
## 行为准则
|
||||
|
||||
* 先写代码,后做解释
|
||||
* 倾向于可用的解决方案,而非完美的解决方案
|
||||
* 变更后运行测试
|
||||
* 保持提交的原子性
|
||||
|
||||
## 优先级
|
||||
|
||||
1. 让它工作
|
||||
2. 让它正确
|
||||
3. 让它整洁
|
||||
|
||||
## 推荐工具
|
||||
|
||||
* 使用 Edit、Write 进行代码变更
|
||||
* 使用 Bash 运行测试/构建
|
||||
* 使用 Grep、Glob 查找代码
|
||||
Reference in New Issue
Block a user