Claude Skill

self-service-and-knowledge

Builds the help center, in-product guidance, and knowledge base that let customers resolve problems without contacting anyone — content, findability, maintenance, and deflection measurement. Use this to build or fix a help center, reduce support volume, write documentation for cu

LLM Mart · 0 points · 14 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download cbrock84-headcount-plugins_customer-experience_skills_self-service-and-knowledge-98d1c17.zip · 2 KB
Part of cbrock84/headcount — 160 skills

Install

skills CLI npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/customer-experience/skills/self-service-and-knowledge
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install cbrock84-headcount@llmmart
Git git clone https://github.com/cbrock84/headcount.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole cbrock84/headcount collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Self-service and knowledge

Good self-service is the cheapest support you will ever run and the most neglected. It is also frequently the wrong answer — an article explaining a confusing screen is a bandage on a design problem.

Decide what deserves an article

Before writing, ask whether the contact should exist. If people repeatedly need instructions for one screen, the screen is the defect. Documenting it makes the problem permanent and invisible.

Write articles for things that are genuinely complex, genuinely occasional, or genuinely outside your control. Not for things that are merely badly designed.

What to write, and in what order

Rank by contact volume, not by feature importance. The most-viewed help content is almost never what the team expected — it is billing, access, and the one confusing setting.

Structure each article around the customer's task, in their words, not your feature's name. People search for what they are trying to do.

  • Answer first. The steps in the first screen, context afterward. Nobody arrives wanting background.
  • One task per article. Combined articles fail search, because the match lands on the wrong half.
  • Show the actual interface — real labels, real button names, updated when they change.
  • Say what to do when it does not work. The next step, and how to reach a human. Making that hard converts a solvable problem into a complaint about you hiding.

Findability decides everything

An article nobody finds does not exist. Findability comes from titles matching real search language, in-product links at the moment of confusion, and search that tolerates the words customers actually use rather than your internal vocabulary.

Read your help-center search logs, especially the queries returning nothing. That list is your content backlog, ranked by demand, already written for you.

In-product beats the help center

Guidance at the point of confusion deflects far more than a help center does, because it requires no decision to go looking. A well-written empty state, field hint, or error message removes contacts that documentation never would.

Maintenance

Documentation rots silently and confidently. Every article needs an owner and a review date, and anything describing an interface needs checking whenever that interface changes.

Wrong documentation is worse than none: it costs the customer time and then a contact anyway, and it spends trust.

Measuring

Deflection honestly — contacts avoided, not page views. Approximate it by looking at whether contact volume for a topic falls after content ships.

Watch articles with high views and a high subsequent contact rate. Those are articles that are failing to answer, and they look like your best-performing content.

Sources

references/sources.md in this skill lists the outside authorities that settle the questions here — what each one is authoritative for, and what you may do with it. Check them before answering on anything they cover, and cite what you used. Most are free to read and not free to reproduce; the use note on each is binding.

Never

  • Write an article for a problem the product should not have. Fix the product and delete the article.
  • Publish without an owner and a review date. Stale help is worse than no help.
  • Measure a knowledge base by article count.
  • Hide the path to a human. Deflection that traps people costs more than the ticket would have.
Files (headcount)
  • references
    • sources.md 1.4 KB
      # Sources — `customer-experience:self-service-and-knowledge`
      
      <!-- Generated by scripts/build-sources.py from sources/*.toml. Do not edit. -->
      
      Check these before answering on anything they cover, and cite what you used. The use note on each one is binding: most of what a professional cites is free to read and not free to reproduce.
      
      ## Federal Plain Language Guidelines
      
      Plain Language Action and Information Network · US · public domain (US government) — quote freely
      
      <https://www.plainlanguage.gov/guidelines/>
      
      **Authoritative for:** What counts as plain language in user-facing writing — audience-first structure, active voice, short sections. Backed by statute for federal agencies, and the only free normative writing standard that is not one author's style preference.
      
      ## Web Content Accessibility Guidelines 2.2
      
      World Wide Web Consortium · global · **read and cite only — copyrighted, do not reproduce**
      
      <https://www.w3.org/TR/WCAG22/>
      
      **Authoritative for:** Whether a page, email or video is accessible. It is the criteria list that US Section 508, the EU's EN 301 549 and most enterprise procurement point at, so it settles any argument that reaches a buyer's accessibility requirement.
      
      ---
      
      Sources are maintained in `sources/` upstream, not here. If one is wrong, out of date, or missing, fix it there — this file is regenerated and an edit to it is lost.
      
  • SKILL.md 3.8 KB
    ---
    name: self-service-and-knowledge
    description: Builds the help center, in-product guidance, and knowledge base that let customers resolve problems without contacting anyone — content, findability, maintenance, and deflection measurement. Use this to build or fix a help center, reduce support volume, write documentation for customers, improve findability, or decide what deserves a help article versus a product fix.
    ---
    
    # Self-service and knowledge
    
    Good self-service is the cheapest support you will ever run and the most neglected. It is also
    frequently the wrong answer — an article explaining a confusing screen is a bandage on a design
    problem.
    
    ## Decide what deserves an article
    
    Before writing, ask whether the contact should exist. If people repeatedly need instructions for one
    screen, the screen is the defect. Documenting it makes the problem permanent and invisible.
    
    Write articles for things that are genuinely complex, genuinely occasional, or genuinely outside
    your control. Not for things that are merely badly designed.
    
    ## What to write, and in what order
    
    Rank by contact volume, not by feature importance. The most-viewed help content is almost never
    what the team expected — it is billing, access, and the one confusing setting.
    
    Structure each article around the customer's task, in their words, not your feature's name. People
    search for what they are trying to do.
    
    - **Answer first.** The steps in the first screen, context afterward. Nobody arrives wanting
      background.
    - **One task per article.** Combined articles fail search, because the match lands on the wrong half.
    - **Show the actual interface** — real labels, real button names, updated when they change.
    - **Say what to do when it does not work.** The next step, and how to reach a human. Making that
      hard converts a solvable problem into a complaint about you hiding.
    
    ## Findability decides everything
    
    An article nobody finds does not exist. Findability comes from titles matching real search language,
    in-product links at the moment of confusion, and search that tolerates the words customers actually
    use rather than your internal vocabulary.
    
    Read your help-center search logs, especially the queries returning nothing. That list is your
    content backlog, ranked by demand, already written for you.
    
    ## In-product beats the help center
    
    Guidance at the point of confusion deflects far more than a help center does, because it requires no
    decision to go looking. A well-written empty state, field hint, or error message removes contacts
    that documentation never would.
    
    ## Maintenance
    
    Documentation rots silently and confidently. Every article needs an owner and a review date, and
    anything describing an interface needs checking whenever that interface changes.
    
    Wrong documentation is worse than none: it costs the customer time and then a contact anyway, and it
    spends trust.
    
    ## Measuring
    
    Deflection honestly — contacts avoided, not page views. Approximate it by looking at whether contact
    volume for a topic falls after content ships.
    
    Watch articles with high views *and* a high subsequent contact rate. Those are articles that are
    failing to answer, and they look like your best-performing content.
    
    ## Sources
    
    `references/sources.md` in this skill lists the outside authorities that settle the questions
    here — what each one is authoritative for, and what you may do with it. Check them before
    answering on anything they cover, and cite what you used. Most are free to read and not free
    to reproduce; the use note on each is binding.
    
    ## Never
    
    - Write an article for a problem the product should not have. Fix the product and delete the article.
    - Publish without an owner and a review date. Stale help is worse than no help.
    - Measure a knowledge base by article count.
    - Hide the path to a human. Deflection that traps people costs more than the ticket would have.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related