wiki-maintenance
仓库创建 2026年6月11日最近提交 3 天前SkillHot 收录 4 小时前
▸ 精选理由
把查询成本从扫描原文档转为查阅合成页面,显著提速检索流程。
▸ 风险提示
会自动修改或生成 Wiki 页面,需审阅变更以防信息偏差。
这个 Skill 做什么
维护文件夹的合成知识 Wiki,自动摄取并周期性校对更新。
把文件夹里的原始文件整理成一层合成的知识 Wiki,读新文件、分类落页、更新相关条目并记录需要人工确认的地方,定期做校对和一致性检查。当你不想每次查询都翻一堆原始文档,用 Wiki 就能快速拿到抽取过的事实和来源指针。关键是它不是逐字复制,而是摘要、关键字段和回溯到源文件的索引,便于维护和追溯。
▸ 展开 SKILL.md 英文原文
How to maintain an in-folder knowledge wiki — a synthesised, always-current layer over a folder of real files. Process an incoming item end to end (read, file by confident match, update the pages it touches, surface what needs a human, log it), answer queries from the wiki, and run periodic reconcile (lint) passes. The method is the point; the wiki's own Schema page is the authority for its exact pages and layout. If a wiki doesn't exist yet, use wiki-onboarding first to create the Schema/Index/Log skeleton.
1
Stars
0
Forks
9
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/boshuthebuilder/ai-tradecraft-skills/main/plugins/ai-os/skills/wiki-maintenance/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/boshuthebuilder/ai-tradecraft-skills/main/plugins/ai-os/skills/wiki-maintenance/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# wiki-maintenance A wiki is a **synthesised, always-current knowledge layer** between a folder of raw files and the questions you ask about them. Instead of scanning hundreds of documents on every query, you read the relevant wiki page, which already holds the extracted facts and a pointer back to the source. The wiki is **not a duplicate** of the folder — it holds summaries, key fields, dates, cross-references and status flags, never the documents themselves. When a page says "see `Property/…/Council Tax 2025-26.pdf`", that file is the source of truth; the wiki carries the headline facts. LLMs don't get bored maintaining cross-references, which is exactly what kills hand-kept wikis — so
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有