Write a help-center / knowledge-base article that actually resolves the issue and deflects tickets. Use when asked to write a help doc, KB article, FAQ entry, how-to, or support documentation. Produces a findable, skimmable article — task-based title, the answer up front, numbered steps, screenshots-to-add markers, troubleshooting, and related links — written so users self-serve instead of contacting support.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add mohitagw15856/pm-claude-skills --skill help-center-article --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Help Center Article?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mohitagw15856-help-center-article-7efac3b5)More formats (shields.io, HTML) on the badges page.
---
name: help-center-article
description: "Write a help-center / knowledge-base article that actually resolves the issue and deflects tickets. Use when asked to write a help doc, KB article, FAQ entry, how-to, or support documentation. Produces a findable, skimmable article — task-based title, the answer up front, numbered steps, screenshots-to-add markers, troubleshooting, and related links — written so users self-serve instead of contacting support."
---
# Help Center Article Skill
A help article's job is deflection: the user finds it, solves their problem, and never opens a ticket.
That requires a *findable* title (what they'd search), the answer **up front** (not after three
paragraphs of preamble), and skimmable steps. This skill writes that — task-based, scannable, and
SEO/search-friendly so it surfaces both in your help center and in Google.
## Required Inputs
Ask for these only if they aren't already provided:
- **The task/problem** — what the user is trying to do or fix (phrased as they'd search it).
- **The solution** — the steps or answer.
- **Audience** — end-user vs. admin/developer (changes depth and terminology).
- **Edge cases / gotchas** — common failure points and prerequisites.
## Output Format
### [Task-based title — what the user searches]
*e.g. "How to reset your password" / "Why is my export failing?" — not "Password Management."*
**1. Short answer (TL;DR)** — resolve it in 1–2 sentences right at the top for the people who just need the quick fix. Then the detail for those who need it.
**2. Before you start** — prerequisites/permissions, if any (so step 3 doesn't fail silently).
**3. Steps** — numbered, one action per step, in the user's language. Mark where a **[screenshot]** should go. Bold the buttons/menu names they'll click.
**4. Troubleshooting** — the 2–4 common "it didn't work" cases and the fix for each. This is what prevents the follow-up ticket.
**5. Related articles** — links to the adjacent tasks (the next thing they'll need).
**SEO/findability note:** use the words users actually type (synonyms in the body), keep the title a real question/task, and front-load the answer.
## Quality Checks
- [ ] Title is a task/question the user would actually search (not an internal category name)
- [ ] The answer is at the top (TL;DR), not buried under preamble
- [ ] Steps are numbered, one action each, with bolded UI labels and screenshot markers
- [ ] Prerequisites are stated before the steps
- [ ] A troubleshooting section heads off the common follow-up tickets
- [ ] Uses the user's vocabulary (findable in search), not internal jargon
## Anti-Patterns
- [ ] Do not bury the answer — front-load it; most readers want the quick fix, not your intro
- [ ] Do not title by internal feature name — title by the user's task/question, or they won't find it
- [ ] Do not skip troubleshooting — the "it didn't work" cases are exactly what generate the ticket you're trying to deflect
- [ ] Do not use internal jargon — write the words users type
- [ ] Do not cram multiple tasks into one article — one task per article = better search + clearer steps
## Based On
Knowledge-base / technical-writing practice — task-based titles, answer-first, scannable steps, search-optimised, ticket-deflection focus.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!