project-onboarding
自动化生成 wiki 骨架并配置维护作业,适合新项目归档。
需读取/写入仓库或文件权限,部署前请审查权限。
为文件夹建立并配置自维护的知识 Wiki 与定期维护任务。
为文件夹建一个会自动维护的知识层和它的定期维护任务:生成 Wiki 骨架并加上两套标准作业——响应式的 ingest 把收件箱清空、定期的 reconcile 把整个 wiki 同文件对齐。上新人项目或给只有 wiki 的文件夹加定时同步时用。特点是把 wiki 创建和维护任务一并打包,还支持 file-ingest、user-synthesis(跨项目第二大脑)及 git-backed 的代码类目录。
▸ 展开 SKILL.md 英文原文
Stand up a self-maintaining knowledge folder end to end: create its wiki (via wiki-onboarding) and set up the two standard maintenance jobs that keep it current — a reactive `ingest` pass that drains the inbox and a periodic `reconcile` pass that reckons the whole wiki against the files. Use when onboarding a new folder/project into an AI-OS-style setup, or adding scheduled ingest + reconcile to a folder that only has a wiki. Also home to the job archetypes: file-ingest (the pair above), user-synthesis — use this when onboarding a person/identity who wants a synthesised cross-project view (a user-tier wiki / second brain) over the project wikis they can access — and code (a git-backed project the system reads read-only and reports on: a periodic `digest` + a `code-review`, no `ingest`). For just the wiki skeleton use wiki-onboarding, and for the ongoing loop use wiki-maintenance.
帮我安装这个 skill:https://raw.githubusercontent.com/boshuthebuilder/ai-tradecraft-skills/main/plugins/ai-os/skills/project-onboarding/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/boshuthebuilder/ai-tradecraft-skills/main/plugins/ai-os/skills/project-onboarding/SKILL.md"# project-onboarding Onboarding a folder into a self-maintaining setup is two things, not one: **a wiki** (the synthesised layer) and the **jobs** that keep it current. `wiki-onboarding` produces the wiki skeleton; `wiki-maintenance` runs the ongoing loop. This skill is the flow that ties them together and stamps out the standard **file-ingest archetype** — the `ingest` + `reconcile` job pair — so a new folder arrives fully wired rather than as a bare wiki someone still has to schedule. It is the **guideline** for that flow. The concrete act of writing config and scheduling a timer is deployment-specific (an unattended pipeline registers a project and installs a scheduler entry; a person d