compound-docs

仓库创建 2026年2月12日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

把已解决问题转为可检索的机构知识,提升团队复用。

这个 Skill 做什么

可搜索的 Elixir/Phoenix 解决方案知识库,带 YAML frontmatter。

把解决过的 Elixir/Phoenix/Ecto 问题整理成可搜索的知识库,带 YAML frontmatter 和分类目录,方便查阅与复用。遇到新问题前先检索历史解决方案可以大幅缩短排查时间,适合团队沉淀经验。特点是结构化、可检索并持续积累,把个人经验变成团队资产,避免每次重走老路。

▸ 展开 SKILL.md 英文原文

Searchable Elixir/Phoenix/Ecto solution documentation system with YAML frontmatter. Builds institutional knowledge from solved problems. Use when consulting past solutions before investigating new issues.

Skill 开发管理知识库文档化可搜索通用
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-docs/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/oliver-kriska/claude-elixir-phoenix/main/plugins/elixir-phoenix/skills/compound-docs/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Compound Docs — Institutional Knowledge Base

Searchable, categorized solution documentation that makes each
debugging session easier than the last.

## Directory Structure

```
.claude/solutions/
├── ecto-issues/
├── liveview-issues/
├── oban-issues/
├── otp-issues/
├── security-issues/
├── testing-issues/
├── phoenix-issues/
├── deployment-issues/
├── performance-issues/
└── build-issues/
```

## Iron Laws

1. **ALWAYS search solutions before investigating** — Check
   `.claude/solutions/` for existing fixes before debugging
2. **YAML frontmatter is MANDATORY** — Every solution needs
   validated metadata per `${CLAUDE_SKILL_DIR}/references/schema.md`
3. **One problem per file** — Never 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有