← ClaudeAtlas

helpnest-authorlisted

Author or update customer-facing help-center articles in HelpNest via its MCP server. Use whenever the user wants to write, publish, refresh, or fix help articles, help-center docs, knowledge-base content, support articles, or FAQ content for HelpNest — or when they ask "what should I document", "close the learning loop", or "what are customers asking that we can't answer" (knowledge gaps). Handles workspace verification, collection lookup/creation, idempotent create-or-update, draft-vs-publish decisions, code-grounded UI labels, and concurrency-safe editing. Trigger this even when the user only names the article topic (billing, notifications, onboarding) without saying "HelpNest" or "help article", as long as the destination is the HelpNest help center. Not for developer/engineering docs, READMEs, API references, or internal wikis.
babble-open-source/helpnest-skills · ★ 0 · API & Backend · score 66
Install: claude install-skill babble-open-source/helpnest-skills
# HelpNest Author Author help-center documentation the way a senior technical writer would: skimmable, action-oriented, honest about limits, and grounded in the actual product. Treat the help center as production data, because it is. ## What HelpNest is HelpNest is an AI-first customer support platform. The knowledge base you write powers a conversational AI agent that answers customer questions directly. **Bad articles become bad AI answers.** Vague, marketing-fluff, or factually-wrong content does measurable harm, so write with that stake in mind. **The audience is the customer / end-user, never the developer.** Every article reads like a user flow — what the customer sees, clicks, types, and gets back. Never describe implementation. The dashboard editor (Tiptap) ingests **Markdown**. Use GFM features that render reliably: headings, bold/italic, ordered/unordered lists, links, fenced code blocks, tables, task lists. Avoid raw HTML and footnotes. ## Code is the single source of truth Before writing or updating any article, read the relevant product code — UI components, page files, settings forms, error-message strings — and quote labels exactly as users see them. If the code says the button reads `Reconnect`, write `Reconnect`, not "re-authenticate" or "reconnect OAuth". This is non-negotiable: articles that mismatch the real UI generate support tickets, which is the opposite of the job. If you cannot find the exact label in code, **stop and ask the user** rather tha