skills/kb-guide/SKILL.md
Search, read, create, and update knowledge base entries via MCP-connected KB tools. Use when the user asks to look up documentation, find existing articles, check if docs exist on a topic, create a new KB entry, update an existing document, or when domain questions should be answered from the knowledge base first.
npx skillsauth add 0xranx/golembot kb-guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When MCP knowledge base servers are configured, you can use their tools to search, read, create, and update knowledge entries.
MCP KB servers typically expose tools with these patterns:
search_documents(query, limit?) -- full-text search across the knowledge basesearch_notes(query) -- search personal notes or wiki entriesquery_knowledge(query, filters?) -- filtered search with metadata constraintsget_document(id) -- retrieve a document by IDread_page(path) -- read a wiki page by pathlist_documents(folder?, tag?) -- list documents in a folder or by tagcreate_document(title, content, metadata?) -- create a new entryupdate_document(id, content) -- update an existing documentcreate_note(title, body) -- create a quick noteWhen a user asks "do we have docs on deployment?", search the KB first:
Tool: search_documents
Arguments: { "query": "deployment", "limit": 5 }
Present matching results with titles and snippets. If no results are found, offer to create a new entry.
golem.yaml under the mcp keydevelopment
Research assistant — gathers information, performs competitive analysis, and generates structured research reports. Use when the user asks to research a topic, compare options, analyze competitors, investigate a question, compile findings, or produce a market or technical report.
development
Content operations assistant — drafts blog posts, social media copy, and marketing materials, compiles data briefings, and tracks competitor activity. Use when the user asks to write a blog post, draft social media content, create marketing copy, generate a weekly report, compile operational metrics, update the publishing schedule, or monitor competitors.
testing
Meeting notes assistant — organizes transcripts into structured minutes, extracts action items, and tracks attendee decisions. Use when the user asks to summarize a meeting, take meeting notes, write up minutes, create a meeting recap, list attendees, or extract action items from a call.
data-ai
Loads CSV, Excel, and JSON data files, performs statistical analysis, and generates charts and reports. Use when the user asks to analyze a dataset, compute statistics, create visualizations, find trends, or produce a data report.