Organize, document, and maintain critical organizational knowledge with audits, taxonomy, templates, and risk management to preserve expertise and improve fi...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install afrexai-knowledge-management或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install afrexai-knowledge-management⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/afrexai-knowledge-management/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
> Turn tribal knowledge into searchable, maintained organizational intelligence. Stop losing expertise when people leave.
Score each dimension 1-5 (1=nonexistent, 5=excellent):
| Dimension | Score | Evidence | |-----------|-------|----------| | Documentation coverage | | % of processes documented | | Findability | | Can new hire find answers in <5 min? | | Freshness | | % of docs updated in last 6 months | | Contribution culture | | % of team actively contributing | | Onboarding effectiveness | | Time to productivity for new hires | | Knowledge retention | | Impact when someone leaves | | Cross-team sharing | | Teams accessing other teams' knowledge |
Total Score: ___/35
Interpretation:
knowledge_risk:
single_points_of_failure:
- person: "[Name]"
unique_knowledge: "[What only they know]"
risk_if_leaves: "high|medium|low"
extraction_priority: 1
extraction_method: "interview|shadowing|recording|pair-work"
undocumented_processes:
- process: "[Name]"
frequency: "daily|weekly|monthly|quarterly"
complexity: "high|medium|low"
current_owner: "[Name]"
documentation_priority: 1
tribal_knowledge:
- topic: "[What people 'just know']"
holders: ["[Name1]", "[Name2]"]
impact_area: "[What breaks without it]"
capture_method: "interview|workshop|write-up"
For each single-point-of-failure person:
Output format: Write up as a runbook (see Phase 3 templates).
---
knowledge_taxonomy:
# Level 1: Knowledge Types
types:
how_to:
description: "Step-by-step procedures and guides"
examples: ["Deploy to production", "Process a refund", "Set up dev environment"]
template: "runbook"
reference:
description: "Facts, specs, configurations to look up"
examples: ["API endpoints", "Config values", "Vendor contacts", "Pricing tables"]
template: "reference_doc"
explanation:
description: "Why things work the way they do"
examples: ["Architecture decisions", "Policy rationale", "Historical context"]
template: "explainer"
decision:
description: "How to make specific judgment calls"
examples: ["Escalation criteria", "Approval thresholds", "Priority frameworks"]
template: "decision_tree"
troubleshooting:
description: "Diagnosis and fix for known problems"
examples: ["Error codes", "Common failures", "Debug procedures"]
template: "troubleshooting_guide"
# Level 2: Domains (customize per org)
domains:
- engineering
- product
- sales
- operations
- finance
- hr_people
- customer_success
- security
- legal_compliance
# Level 3: Topics (within each domain)
# Example for engineering:
engineering_topics:
- architecture
- deployment
- monitoring
- incident_response
- development_workflow
- testing
- security
- infrastructure
[DOMAIN]-[TYPE]-[TOPIC]-[SPECIFICS]
Examples:
eng-howto-deploy-production
eng-ref-api-endpoints-v3
sales-decision-pricing-enterprise
ops-troubleshoot-billing-failed-charges
product-explain-auth-architecture
knowledge_base:
homepage:
- quick_links: # Top 10 most-accessed pages
- recently_updated: # Last 10 changes
- needs_review: # Stale docs flagged
by_audience:
new_hire: "[Onboarding path → essential reading list]"
engineer: "[Dev setup → architecture → deployment → debugging]"
manager: "[Policies → processes → templates → reports]"
customer_facing: "[Product knowledge → troubleshooting → escalation]"
by_domain: "[Taxonomy Level 2 domains]"
by_type: "[How-to | Reference | Explanations | Decisions | Troubleshooting]"
---
# [Title]: [Action verb] + [Object]
**Owner:** [Name]
**Last verified:** [YYYY-MM-DD]
**Estimated time:** [X minutes]
**Difficulty:** Easy | Medium | Advanced
## Prerequisites
- [ ] [Access/tool/permission needed]
- [ ] [Knowledge assumed]
## Steps
### 1. [First action]
[Specific instruction with exact commands, clicks, or actions]
> ⚠️ [Warning about common mistake at this step]
### 2. [Second action]
[Instructions]
**Expected result:** [What you should see/get]
### 3. [Continue...]
## Verification
- [ ] [How to confirm it worked]
- [ ] [What to check]
## Troubleshooting
| Problem | Likely Cause | Fix |
|---------|-------------|-----|
| [Symptom] | [Why] | [Steps] |
## Related
- [Link to related runbook]
- [Link to reference doc]
# [Subject] Reference
**Owner:** [Name]
**Last verified:** [YYYY-MM-DD]
**Scope:** [What this covers and doesn't cover]
## Overview
[1-2 sentence summary of what this reference contains]
## [Main content organized as tables, lists, or structured data]
| Item | Value | Notes |
|------|-------|-------|
| | | |
## Quick Lookup
[Most frequently needed items at the top]
## Change Log
| Date | Change | By |
|------|--------|-----|
| | | |
# ADR-[NNN]: [Title]
**Status:** Proposed | Accepted | Deprecated | Superseded by ADR-[NNN]
**Date:** [YYYY-MM-DD]
**Deciders:** [Names]
## Context
[What situation or problem prompted this decision?]
## Decision
[What was decided and why?]
## Alternatives Considered
| Option | Pros | Cons | Why rejected |
|--------|------|------|-------------|
| [A] | | | |
| [B] | | | |
## Consequences
- **Positive:** [Benefits]
- **Negative:** [Tradeoffs accepted]
- **Risks:** [What could go wrong]
## Review Date
[When should this be revisited?]
# Troubleshooting: [System/Process Name]
**Owner:** [Name]
**Last verified:** [YYYY-MM-DD]
## Quick Diagnostic
[Flowchart as text] Is [X] happening? → YES: Go to Problem A → NO: Is [Y] happening? → YES: Go to Problem B → NO: Go to Problem C
## Problem A: [Symptom Description]
**Likely causes (in order of probability):**
1. [Most common cause]
2. [Second most common]
3. [Rare but possible]
**Fix for Cause 1:**
[Step-by-step resolution]
**Fix for Cause 2:**
[Step-by-step resolution]
**Escalation:** If none of the above work → [who to contact, what info to provide]
## Problem B: [Next symptom]
[Same structure]
# Decision Guide: [Topic]
**Owner:** [Name]
**Last verified:** [YYYY-MM-DD]
...安装 Knowledge Management System 后,可以对 AI 说这些话来触发它
Help me get started with Knowledge Management System
Explains what Knowledge Management System does, walks through the setup, and runs a quick demo based on your current project
Use Knowledge Management System to organize, document, and maintain critical organizational knowledge ...
Invokes Knowledge Management System with the right parameters and returns the result directly in the conversation
What can I do with Knowledge Management System in my documents & notes workflow?
Lists the top use cases for Knowledge Management System, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/afrexai-knowledge-management/ 目录(个人级,所有项目可用),或 .claude/skills/afrexai-knowledge-management/(项目级)。重启 AI 客户端后,用 /afrexai-knowledge-management 主动调用,或让 AI 根据上下文自动发现并使用。
Knowledge Management System 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Knowledge Management System 可免费安装使用。请查阅仓库了解许可证信息。
Organize, document, and maintain critical organizational knowledge with audits, taxonomy, templates, and risk management to preserve expertise and improve fi...
Automate my documents & notes tasks using Knowledge Management System
Identifies repetitive steps in your workflow and sets up Knowledge Management System to handle them automatically
Knowledge Management System 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。