compound
仓库创建 2026年2月12日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由
便于把「这次有效」的操作留存为团队知识。
这个 Skill 做什么
把修复步骤与结论记录为可搜索的解决方案文档。
把真正解决了的问题整理成可搜索的解决方案文档,写清修复步骤、根因和结论,方便未来有人遇到同样问题直接查到。修完 bug、通过复查或排查结束后就记录,能把零散经验变成团队知识库,降低重复劳动。
▸ 展开 SKILL.md 英文原文
Capture solved problems as searchable solution docs. Use after fixing bugs, when "that worked", or after successful /phx:review or /phx:investigate.
505
Stars
34
Forks
40
仓库内 Skill
+35
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/compound/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/compound/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Compound — Capture Solutions as Knowledge
After fixing a problem, capture the solution as searchable
institutional documentation.
## Usage
```
/phx:compound Fixed N+1 query in user listing
/phx:compound Resolved LiveView timeout in dashboard
/phx:compound # Auto-detects from recent session context
```
## Philosophy
> Each unit of engineering work should make subsequent units
> easier — not harder.
## Workflow
### Step 1: Detect Context
1. If `$ARGUMENTS` provided, use as description
2. If no args, check scratchpad DEAD-END/DECISION entries,
`git diff`, `.claude/plans/{slug}/progress.md` for recent completions
3. If unclear, ask: "What problem did you just solve?"
**Only documvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有