用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill save-insight命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
基于 SOC 职业分类
正在显示 SKILL.md
| name | save-insight |
| description | Capture learnings from completed work for future reference |
Capture what you learned from completing work. This is the "compound" step—making future similar work easier.
$WORK_COMPLETED: What did you just complete? (project milestone, tricky problem, meeting, workflow improvement, etc.)
Ask the user (or extract from recent work context):
What was the situation?
What approach worked?
What would you do differently?
What's reusable?
Store in: 06-Resources/Learnings/[Category]_Learnings.md
Categories:
Working_Preferences - How you like to work, communication style, tool preferencesMistake_Patterns - Common errors to avoid, with triggers and correctionsCreate new category files as needed for domain-specific learnings.
Append to the appropriate file:
---
## [Short Title] — [Date]
**Context:** [1 sentence on what you were doing]
**Challenge:** [What was tricky or non-obvious]
**What Worked:**
[The approach that succeeded]
**Key Insight:**
> [The memorable takeaway—something you'd tell past-you]
**See Also:** [Related notes if any]
If the learning relates to:
"The palest ink is better than the best memory." — Chinese proverb
This isn't documentation for others—it's a gift to future-you. Be specific. Include the gotcha. Make it searchable.