ce:compound

仓库创建 2026年6月29日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

快速把临时解决方案转为可搜索的团队知识库。

这个 Skill 做什么

并行子代理协作,把刚解决的问题写成结构化文档存档。

在问题刚解决时并行调用子代理,把解决过程写成结构化文档并存到 docs/solutions/,附带 YAML 元信息方便检索。适合把临时解决方案、示例和回顾快速沉淀为团队知识库。特点是并行高效、格式规范、便于未来复用和搜索。

▸ 展开 SKILL.md 英文原文

Document a recently solved problem to compound your team's knowledge

开发编程知识沉淀解决方案文档通用
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/ce-compound/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/MaximoCorrea1/ultra-powers/main/flows/ultra-powers/skills/ce-compound/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /compound

Coordinate multiple subagents working in parallel to document a recently solved problem.

## Purpose

Captures problem solutions while context is fresh, creating structured documentation in `docs/solutions/` with YAML frontmatter for searchability and future reference. Uses parallel subagents for maximum efficiency.

**Why "compound"?** Each documented solution compounds your team's knowledge. The first time you solve a problem takes research. Document it, and the next occurrence takes minutes. Knowledge compounds.

## Usage

```bash
/ce:compound                    # Document the most recent fix
/ce:compound [brief context]    # Provide additional context hint
```

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