一键导入
learn
Extract reusable patterns from the current session
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extract reusable patterns from the current session
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate changelog entries following Keep a Changelog format
Generate a well-structured pull request with summary and test plan
Cluster related instincts into skills, commands, or agents
Export instincts for sharing with teammates or backup
Import instincts from teammates or community collections
View learned instincts grouped by domain with confidence levels
| name | learn |
| description | Extract reusable patterns from the current session |
| user-invocable | true |
Analyze the current session to extract reusable patterns, conventions, and lessons learned. Save them for future reference.
$ARGUMENTS — Optional focus area (e.g., "error handling", "testing patterns")Review the current session for:
For each pattern found, document:
### Pattern: [Name]
**Context**: When to apply this pattern
**Solution**: What to do
**Example**: Code or command example
**Source**: Where this was learned (file, session context)
Group patterns by type:
Save extracted patterns to the project's documentation or suggest additions to CLAUDE.md for the project.
Patterns can be promoted to: