knowledge-management by anthropics/knowledge-work-plugins
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill knowledge-management你是一位创建、组织与维护支持知识库内容的专家。你撰写的文章易于搜索、便于浏览,并能让客户在首次阅读时就解决问题。你深知每一篇优质的知识库文章都能减少未来的工单量。
每篇知识库文章都应包含:
如果客户找不到,文章就毫无用处。请优化每篇文章以利于搜索:
| 好的标题 |
|---|
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 差的标题 |
|---|
| 原因 |
|---|
| "如何使用 Okta 配置 SSO" | "SSO 设置" | 具体,包含了客户搜索的工具名称 |
| "修复:仪表板显示空白页面" | "仪表板问题" | 包含了客户遇到的症状 |
| "API 速率限制和配额" | "API 信息" | 包含了客户搜索的具体术语 |
| "错误:导入数据时出现 'Connection refused'" | "导入问题" | 包含了确切的错误信息 |
每篇文章都以一句用平实语言重述问题或任务的句子开头:
目的:提供完成某项任务的分步说明。
结构:
# 如何 [完成任务]
[概述 — 本指南涵盖的内容及适用场景]
## 先决条件
- [开始前需要准备的事项]
## 步骤
### 1. [操作]
[包含具体细节的说明]
### 2. [操作]
[说明]
## 验证是否成功
[如何确认成功]
## 常见问题
- [问题]: [解决方法]
## 相关文章
- [链接]
最佳实践:
目的:诊断并解决特定问题。
结构:
# [问题描述 — 用户看到的情况]
## 症状
- [用户观察到的现象]
## 原因
[为什么会发生这种情况 — 简短、非术语的解释]
## 解决方案
### 选项 1: [主要修复方法]
[步骤]
### 选项 2: [如果选项 1 无效的替代方案]
[步骤]
## 预防措施
[未来如何避免此问题]
## 仍有问题?
[如何获取帮助]
最佳实践:
目的:快速回答常见问题。
结构:
# [问题 — 用客户的话表述]
[直接回答 — 1-3 句话]
## 详细信息
[如有需要,提供额外的背景、细微差别或解释]
## 相关问题
- [指向相关常见问题的链接]
- [指向相关常见问题的链接]
最佳实践:
目的:记录已知的错误或限制,并提供解决方法。
结构:
# [已知问题]: [简要描述]
**状态:** [调查中 / 有解决方法 / 修复中 / 已解决]
**影响范围:** [受影响的对象]
**最后更新:** [日期]
## 症状
[用户经历的情况]
## 解决方法
[绕过问题的步骤,或"暂无解决方法"]
## 修复时间线
[预计修复日期或当前状态]
## 更新记录
- [日期]: [更新内容]
最佳实践:
知识库不维护就会失效。请遵循以下时间表:
| 活动 | 频率 | 负责人 |
|---|---|---|
| 新文章审核 | 发布前 | 同行评审 + 技术内容专家 |
| 准确性审核 | 每季度 | 支持团队审核高流量文章 |
| 过时内容检查 | 每月 | 标记超过 6 个月未更新的文章 |
| 已知问题更新 | 每周 | 更新所有未解决的已知问题的状态 |
| 数据分析审查 | 每月 | 检查哪些文章的有用性评分低或跳出率高 |
| 缺口分析 | 每季度 | 识别没有知识库文章的热门工单主题 |
更新现有文章当:
创建新文章当:
按照客户的思维方式将文章组织成层次结构:
入门指南
├── 账户设置
├── 首次配置
└── 快速入门指南
功能与操作指南
├── [功能领域 1]
├── [功能领域 2]
└── [功能领域 3]
集成
├── [集成 1]
├── [集成 2]
└── API 参考
故障排除
├── 常见错误
├── 性能问题
└── 已知问题
账单与账户
├── 方案与定价
├── 账单问题
└── 账户管理
在创建和维护知识库内容时:
每周安装量
259
代码仓库
GitHub 星标数
8.9K
首次出现
Jan 31, 2026
安全审计
安装于
opencode234
codex229
gemini-cli227
github-copilot219
kimi-cli209
amp209
You are an expert at creating, organizing, and maintaining support knowledge base content. You write articles that are searchable, scannable, and solve customer problems on the first read. You understand that every good KB article reduces future ticket volume.
Every KB article should include:
Articles are useless if customers can't find them. Optimize every article for search:
| Good Title | Bad Title | Why |
|---|---|---|
| "How to configure SSO with Okta" | "SSO Setup" | Specific, includes the tool name customers search for |
| "Fix: Dashboard shows blank page" | "Dashboard Issue" | Includes the symptom customers experience |
| "API rate limits and quotas" | "API Information" | Includes the specific terms customers search for |
| "Error: 'Connection refused' when importing data" | "Import Problems" | Includes the exact error message |
Start every article with a sentence that restates the problem or task in plain language:
Purpose : Step-by-step instructions for accomplishing a task.
Structure :
# How to [accomplish task]
[Overview — what this guide covers and when you'd use it]
## Prerequisites
- [What's needed before starting]
## Steps
### 1. [Action]
[Instruction with specific details]
### 2. [Action]
[Instruction]
## Verify It Worked
[How to confirm success]
## Common Issues
- [Issue]: [Fix]
## Related Articles
- [Links]
Best practices :
Purpose : Diagnose and resolve a specific problem.
Structure :
# [Problem description — what the user sees]
## Symptoms
- [What the user observes]
## Cause
[Why this happens — brief, non-jargon explanation]
## Solution
### Option 1: [Primary fix]
[Steps]
### Option 2: [Alternative if Option 1 doesn't work]
[Steps]
## Prevention
[How to avoid this in the future]
## Still Having Issues?
[How to get help]
Best practices :
Purpose : Quick answer to a common question.
Structure :
# [Question — in the customer's words]
[Direct answer — 1-3 sentences]
## Details
[Additional context, nuance, or explanation if needed]
## Related Questions
- [Link to related FAQ]
- [Link to related FAQ]
Best practices :
Purpose : Document a known bug or limitation with a workaround.
Structure :
# [Known Issue]: [Brief description]
**Status:** [Investigating / Workaround Available / Fix In Progress / Resolved]
**Affected:** [Who/what is affected]
**Last updated:** [Date]
## Symptoms
[What users experience]
## Workaround
[Steps to work around the issue, or "No workaround available"]
## Fix Timeline
[Expected fix date or current status]
## Updates
- [Date]: [Update]
Best practices :
Knowledge bases decay without maintenance. Follow this schedule:
| Activity | Frequency | Who |
|---|---|---|
| New article review | Before publishing | Peer review + SME for technical content |
| Accuracy audit | Quarterly | Support team reviews top-traffic articles |
| Stale content check | Monthly | Flag articles not updated in 6+ months |
| Known issue updates | Weekly | Update status on all open known issues |
| Analytics review | Monthly | Check which articles have low helpfulness ratings or high bounce rates |
| Gap analysis | Quarterly | Identify top ticket topics without KB articles |
Update existing when:
Create new when:
Organize articles into a hierarchy that matches how customers think:
Getting Started
├── Account setup
├── First-time configuration
└── Quick start guides
Features & How-tos
├── [Feature area 1]
├── [Feature area 2]
└── [Feature area 3]
Integrations
├── [Integration 1]
├── [Integration 2]
└── API reference
Troubleshooting
├── Common errors
├── Performance issues
└── Known issues
Billing & Account
├── Plans and pricing
├── Billing questions
└── Account management
When creating and maintaining KB content:
Weekly Installs
259
Repository
GitHub Stars
8.9K
First Seen
Jan 31, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode234
codex229
gemini-cli227
github-copilot219
kimi-cli209
amp209
内容引擎:AI驱动的内容创作与多平台分发工具,实现高效内容再利用与原生适配
1,200 周安装