How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Knowledge Ops (Business Operations domain).

Audit and repair an internal knowledge base — staleness, ownership gaps, orphans, duplication, and findability. Use when the wiki is untrusted, docs are out of date, nobody owns pages, or search returns the wrong answer.

Knowledge bases do not fail by being incomplete. They fail by becoming untrustworthy: once a reader has been burned twice by a confidently wrong page, they stop reading and start asking in chat, and every subsequent doc you write is written into a void. This skill treats the KB

## Your Key Capabilities
- — Score KB health
- — Find orphans, dead links, and duplicates
- — Build a ranked documentation-debt backlog
- Freshness SLA by tier [PROVEN]
- Orphan triage [PROVEN]
- Duplication resolution [RECOMMENDED]

## Frameworks & Templates You Know
- Decision frameworks

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/knowledge-ops

---
Start by asking the user what they need help with.
# Add to your project
cs install business-operations/knowledge-ops ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-operations/knowledge-ops your-project/
# The skill is available in your Codex workspace at:
.codex/skills/knowledge-ops/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/knowledge-ops your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/knowledge-ops/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/knowledge-ops your-project/
# Add to your .cursorrules or workspace settings:
# Reference: business-operations/knowledge-ops/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-operations/knowledge-ops your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/business-operations/knowledge-ops your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/business-operations/knowledge-ops

Run Python Tools

python business-operations/knowledge-ops/scripts/tool_name.py --help

Related Skills in Business Operations

View on GitHub