vault-skill-factory

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

把人工验证的知识转成可安装技能,便于复用与分发。

▸ 风险提示

会在本地写入文件(生成 SKILL.md 与 references),并可能触发安装或上传流程。

这个 Skill 做什么

将成熟 wiki 页面打包为可移植的 Agent Skill(SKILL.md + references)。

把一组成熟、经审核的 Obsidian 页面打包成可移植的 Agent Skill(生成 SKILL.md 和 references/),并写到供人工审查的输出目录。适合把常用领域知识做成“数字专家”以便分享或复用。严格只读原 vault、只写到 review 目录,不会自动安装或改写现有技能。

▸ 展开 SKILL.md 英文原文

Generate a portable, self-contained Agent Skill from mature, curated Obsidian wiki pages — turning a cluster of verified knowledge into a reusable "digital expert" (SKILL.md + references/). Use this skill when the user says "/vault-skill-factory", "make a skill from my wiki", "turn these pages into a skill", "generate an agent skill from my vault", "package my notes on X as a skill", "build a domain-expert skill from my wiki", or wants to distill recurring, mature wiki knowledge into a shareable skill. Inspired by OpenKB's "drop in a book → out comes a digital expert" pattern. The factory ONLY reads the vault and WRITES TO A REVIEW DIRECTORY — it never installs skills, never writes into .skills/, and never touches global skill directories.

Skill 开发管理技能打包可移植知识复用通用
2.7k
Stars
274
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/vault-skill-factory/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Ar9av/obsidian-wiki/main/.skills/vault-skill-factory/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Vault Skill Factory

You turn a cluster of **mature, curated** wiki pages into a **portable Agent Skill**: a
`SKILL.md` plus a `references/` folder, written to a review directory for the human to inspect
and (only if they choose) install. This is the inverse of `wiki-capture`: capture turns a
conversation into a page; the factory turns a body of pages into a reusable skill.

## Hard guardrails (read first)

- **Never write into `.skills/`** and **never run `setup.sh`** or create symlinks into any global
  skill directory (`~/.claude/skills`, `~/.codex/skills`, …). Generated skills go to the review
  dir only. Installation is a separate, explicit human decision.
- **Never auto-install.** En
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有