Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

knowledge-management知识管理

Agent Skill

knowledge-management 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 Codex、Claude、Cursor、Gemini CLI 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,935

周安装

321

GitHub Stars

11,712

下载量

2,491
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:knowledge-management(知识管理)
来源仓库:https://github.com/anthropics/knowledge-work-plugins
仓库路径:skills/knowledge-management
安装命令:
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill knowledge-management
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill knowledge-management

简介

根据已解决的票证创建、组织和维护可搜索的支持知识库文章。

  • 涵盖四种核心文章类型:包含分步说明的操作指南、包含多种解决方案的故障排除文章、包含直接答案的常见问题解答条目以及包含解决方法和状态跟踪的已知问题文档
  • 通过准确的错误消息、客户语言、关键字优化以及与用户搜索内容相匹配的清晰标题来强调可搜索性
  • 为每种文章类型提供结构化模板,使用标题和列表格式化标准以实现可扫描性,以及连接相关内容的链接模式
  • 包括维护节奏建议:季度准确性审核、每月陈旧内容检查、每周已知问题更新以及差距分析,以从票据模式中识别丢失的文档

SKILL.md

Knowledge Management Skill

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.

Article Structure and Formatting Standards

Universal Article Elements

Every KB article should include:

  1. Title: Clear, searchable, describes the outcome or problem (not internal jargon)
  2. Overview: 1-2 sentences explaining what this article covers and who it's for
  3. Body: Structured content appropriate to the article type
  4. Related articles: Links to relevant companion content
  5. Metadata: Category, tags, audience, last updated date

Formatting Rules

  • Use headers (H2, H3) to break content into scannable sections
  • Use numbered lists for sequential steps
  • Use bullet lists for non-sequential items
  • Use bold for UI element names, key terms, and emphasis
  • Use code blocks for commands, API calls, error messages, and configuration values
  • Use tables for comparisons, options, or reference data
  • Use callouts/notes for warnings, tips, and important caveats
  • Keep paragraphs short — 2-4 sentences max
  • One idea per section — if a section covers two topics, split it

Writing for Searchability

Articles are useless if customers can't find them. Optimize every article for search:

Title Best Practices

Good TitleBad TitleWhy
"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

Keyword Optimization

  • Include exact error messages — customers copy-paste error text into search
  • Use customer language, not internal terminology — "can't log in" not "authentication failure"
  • Include common synonyms — "delete/remove", "dashboard/home page", "export/download"
  • Add alternate phrasings — address the same issue from different angles in the overview
  • Tag with product areas — make sure category and tags match how customers think about the product

Opening Sentence Formula

Start every article with a sentence that restates the problem or task in plain language:

  • How-to: "This guide shows you how to [accomplish X]."
  • Troubleshooting: "If you're seeing [symptom], this article explains how to fix it."
  • FAQ: "[Question in the customer's words]? Here's the answer."
  • Known issue: "Some users are experiencing [symptom]. Here's what we know and how to work around it."

Common Article Types

How-to Articles

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:

  • Start each step with a verb
  • Include the specific path: "Go to Settings > Integrations > API Keys"
  • Mention what the user should see after each step ("You should see a green confirmation banner")
  • Test the steps yourself or verify with a recent ticket resolution

Troubleshooting Articles

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:

  • Lead with symptoms, not causes — customers search for what they see
  • Provide multiple solutions when possible (most likely fix first)
  • Include a "Still having issues?" section that points to support
  • If the root cause is complex, keep the customer-facing explanation simple

FAQ Articles

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:

  • Answer the question in the first sentence
  • Keep it concise — if the answer needs a walkthrough, it's a how-to, not an FAQ
  • Group related FAQs and link between them

Known Issue Articles

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:

  • Keep the status current — nothing erodes trust faster than a stale known issue article
  • Update the article when the fix ships and mark as resolved
  • If resolved, keep the article live for 30 days for customers still searching the old symptoms

Review and Maintenance Cadence

Knowledge bases decay without maintenance. Follow this schedule:

ActivityFrequencyWho
New article reviewBefore publishingPeer review + SME for technical content
Accuracy auditQuarterlySupport team reviews top-traffic articles
Stale content checkMonthlyFlag articles not updated in 6+ months
Known issue updatesWeeklyUpdate status on all open known issues
Analytics reviewMonthlyCheck which articles have low helpfulness ratings or high bounce rates
Gap analysisQuarterlyIdentify top ticket topics without KB articles

Article Lifecycle

  1. Draft: Written, needs review
  2. Published: Live and available to customers
  3. Needs update: Flagged for revision (product change, feedback, or age)
  4. Archived: No longer relevant but preserved for reference
  5. Retired: Removed from the knowledge base

When to Update vs. Create New

Update existing when:

  • The product changed and steps need refreshing
  • The article is mostly right but missing a detail
  • Feedback indicates customers are confused by a specific section
  • A better workaround or solution was found

Create new when:

  • A new feature or product area needs documentation
  • A resolved ticket reveals a gap — no article exists for this topic
  • The existing article covers too many topics and should be split
  • A different audience needs the same information explained differently

Linking and Categorization Taxonomy

Category Structure

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

Linking Best Practices

  • Link from troubleshooting to how-to: "For setup instructions, see [How to configure X]"
  • Link from how-to to troubleshooting: "If you encounter errors, see [Troubleshooting X]"
  • Link from FAQ to detailed articles: "For a full walkthrough, see [Guide to X]"
  • Link from known issues to workarounds: Keep the chain from problem to solution short
  • Use relative links within the KB — they survive restructuring better than absolute URLs
  • Avoid circular links — if A links to B, B shouldn't link back to A unless both are genuinely useful entry points

Using This Skill

When creating and maintaining KB content:

  1. Write for the customer who is frustrated and searching for an answer — be clear, direct, and helpful
  2. Every article should be findable through search using the words a customer would type
  3. Test your articles — follow the steps yourself or have someone unfamiliar with the topic follow them
  4. Keep articles focused — one problem, one solution. Split if an article is growing too long
  5. Maintain aggressively — a wrong article is worse than no article
  6. Track what's missing — every ticket that could have been a KB article is a content gap
  7. Measure impact — articles that don't get traffic or don't reduce tickets need to be improved or retired

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.21%
按下载量换算927

Claude

27.68%
按下载量换算690

Cursor

20.96%
按下载量换算522

Gemini CLI

9.34%
按下载量换算233

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills