continuous-learning
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseContinuous Learning for Mobile
移动端持续学习
Extract patterns from your mobile development sessions to create reusable skills.
从你的移动开发会话中提取模式,以创建可复用的技能。
How It Works
工作原理
- Session Hooks - Post-session analysis extracts patterns
- Pattern Storage - Patterns saved to
.claude/instincts/ - Skill Evolution - Related patterns cluster into skills
- 会话钩子 - 会话后分析提取模式
- 模式存储 - 模式保存至
.claude/instincts/ - 技能演进 - 相关模式聚类形成技能
Pattern Types
模式类型
- Compose patterns - UI component structures, state management
- Architecture decisions - Module organization, layer patterns
- Error handling - API error mapping, fallback strategies
- Testing patterns - Test structure, mocking approaches
- Build patterns - Dependency management, configuration
- Compose模式 - UI组件结构、状态管理
- 架构决策 - 模块组织、分层模式
- 错误处理 - API错误映射、降级策略
- 测试模式 - 测试结构、模拟方法
- 构建模式 - 依赖管理、配置
Commands
命令
bash
/learn # Extract patterns now
/instinct-status # View learned patterns
/instinct-export # Export for sharing
/evolve # Cluster into skillsbash
/learn # 立即提取模式
/instinct-status # 查看已学习的模式
/instinct-export # 导出以进行分享
/evolve # 聚类形成技能Integration
集成
Runs automatically via hooks:
- - Saves session context
PreCompact - - Extracts patterns from session
Stop
Remember: The more you code, the smarter your agent becomes.
通过钩子自动运行:
- - 保存会话上下文
PreCompact - - 从会话中提取模式
Stop
注意:你编码越多,你的Agent就越智能。