learn

仓库创建 2026年2月7日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

便于把临时解决方案转成可重复工具,提升长期效率

▸ 风险提示

会在技能库中写入/修改文件,需注意写入权限与注入风险

这个 Skill 做什么

把会话中的非显而易见发现抽取并持久化为可复用的技能条目

把会话里那些不明显但有用的发现、调试过程或变通办法抽成可复用的 skill 条目并存下来,方便以后直接调用。适合你遇到复杂问题、找到工作绕路或总结出多步流程时,用来把临时经验变成长期资产。生成的条目能在后续会话中复用,减少重复劳动。

▸ 展开 SKILL.md 英文原文

Extract reusable knowledge from the current session into a persistent skill. Use when you discover something non-obvious, create a workaround, or develop a multi-step workflow that future sessions would benefit from.

Skill 开发管理知识抽取技能持久化工作流总结通用
1.4k
Stars
2.8k
Forks
40
仓库内 Skill
+59
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/learn/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/learn/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /learn — Skill Extraction Workflow

Extract non-obvious discoveries into reusable skills that persist across sessions.

## When to Use This Skill

Invoke `/learn` when you encounter:

- **Non-obvious debugging** — Investigation that took significant effort, not in docs
- **Misleading errors** — Error message was wrong, found the real cause
- **Workarounds** — Found a limitation with a creative solution
- **Tool integration** — Undocumented API usage or configuration
- **Trial-and-error** — Multiple attempts before success
- **Repeatable workflows** — Multi-step task you'd do again
- **User-facing automation** — Reports, checks, or processes users will request

## Workflow Phases

### PHASE
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有