Skill knowledge base management
Knowledge base skill — search articles, detect gaps, create drafts, collect feedback via mcp-knowledge-base
npx -y skills add zavora-ai/skill-knowledge-base-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Manage knowledge base — search articles, find related content, create drafts, publish articles, collect feedback, and detect knowledge gaps. Use when searching for solutions, creating KB articles, finding related content, identifying gaps, or improving article quality.
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.5 KB, as published. Nobody here has run it
Knowledge Base Management
Search-first knowledge management. Find answers before creating tickets. Grow the KB from resolved issues.
Decision Tree
├── "search", "find article", "how to"? → search_articles / find_related
├── "create article", "document this"? → create_draft → publish_article
├── "update", "improve", "outdated"? → suggest_update
├── "gaps", "missing", "what's needed"? → get_knowledge_gaps
├── "feedback", "helpful?"? → record_feedback
MUST DO
- Always search before creating (avoid duplicates)
- Cite sources — never present ungrounded info as KB content
- Track article freshness — flag stale content
- Create articles from resolved incidents (grow the KB)
MUST NOT DO
- Don't publish without review
- Don't present outdated articles without flagging staleness