continuous-learning

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Continuous Learning for Mobile

移动端持续学习

Extract patterns from your mobile development sessions to create reusable skills.
从你的移动开发会话中提取模式,以创建可复用的技能。

How It Works

工作原理

  1. Session Hooks - Post-session analysis extracts patterns
  2. Pattern Storage - Patterns saved to
    .claude/instincts/
  3. Skill Evolution - Related patterns cluster into skills
  1. 会话钩子 - 会话后分析提取模式
  2. 模式存储 - 模式保存至
    .claude/instincts/
  3. 技能演进 - 相关模式聚类形成技能

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 skills
bash
/learn                  # 立即提取模式
/instinct-status        # 查看已学习的模式
/instinct-export        # 导出以进行分享
/evolve                 # 聚类形成技能

Integration

集成

Runs automatically via hooks:
  • PreCompact
    - Saves session context
  • Stop
    - Extracts patterns from session

Remember: The more you code, the smarter your agent becomes.
通过钩子自动运行:
  • PreCompact
    - 保存会话上下文
  • Stop
    - 从会话中提取模式

注意:你编码越多,你的Agent就越智能。