Best for
- Use when shaping taxonomy, article templates, support AI, or docs platform choices.
vasilyu1983/AI-Agents-public/frameworks/shared-skills/skills/product-help-center/SKILL.md
Designs AI-first help centers and self-service support systems. Use when shaping taxonomy, article templates, support AI, or docs platform choices.
Decision brief
Design public help centers, in-app self-service, and AI-consumable documentation systems.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Declared | Source record | Install path and trigger |
| Claude Code | Declared | Source record | Install path and trigger |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill "frameworks/shared-skills/skills/product-help-center"Inspect the Agent Skill "product-help-center" from https://github.com/vasilyu1983/AI-Agents-public/blob/53f6cb73ea53a2646e3e7d4665062ad66f3683ac/frameworks/shared-skills/skills/product-help-center/SKILL.md at commit 53f6cb73ea53a2646e3e7d4665062ad66f3683ac. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. Classify the surface - Support help center, developer docs portal, internal knowledge base, in-app guidance, or hybrid. 2. Define audience and risk - End users, admins, developers, agents, regulated customers, multilingual audiences. 3. Choose the operating model - Human-auth…
Review the “ASCII Flow” section in the pinned source before continuing.
See platform-guides.md for current platform-fit rules and sources.json for preferred sources.
Review the “Surface Selection” section in the pinned source before continuing.
Review the “Content Type Decision Matrix” section in the pinned source before continuing.
Permission review
The documentation includes network, browsing, or remote request actions.
Category structure, navigation, search strategy, metadata, URL rules, and versioning.Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 93/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 80 | Source | Repository attention, not individual Skill quality |
| Compatibility | 2 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Design public help centers, in-app self-service, and AI-consumable documentation systems.
Use this skill when the user needs one of these outcomes:
Expected outputs:
Help center or support-docs request
-> Classify surface: help center, developer docs, KB, in-app, or hybrid
-> Define audience, risk, locale, and support context
-> Choose operating model
+-- human-authored docs
+-- retrieval-first support AI
+-- agentic support with approved tools
-> Design IA, taxonomy, metadata, URLs, search, and versioning
-> Standardize article types and templates
-> Add measurement: search, self-service, citations, handoff, freshness
-> Assign owners, review cadence, migration plan, and stale-content loop
| Need | Primary Surface | Good Fits |
|---|---|---|
| Customer troubleshooting, billing, account help | Support help center | Zendesk, Intercom, Freshdesk |
| API guides, SDK docs, AI-consumable docs | Developer docs portal | ReadMe, Mintlify, GitBook |
| In-app onboarding and contextual help | In-app guidance layer | Intercom, Pendo, Appcues, custom |
| Internal-only runbooks and agent knowledge | Internal knowledge base | Guru, Confluence, Notion |
| High-volume support automation | Retrieval-first support AI | Zendesk AI, Intercom Fin, custom |
| User Need | Content Type | Format | AI Role |
|---|---|---|---|
| "How do I..." | How-to | Step-by-step | Link, summarize, adapt steps |
| "Why is this failing?" | Troubleshooting | Symptoms -> causes -> fixes | Diagnose and route |
| "What does this mean?" | Conceptual | Plain-language explanation | Summarize context |
| "Where do I find..." | Navigation | Short answer + links | Point to exact surface |
| "What are the limits or rules?" | Reference | Tables, lists, exact wording | Retrieve verbatim facts |
| "Can you do this for me?" | Task policy | Action rules + approvals | Decide whether AI may act |
See platform-guides.md for current platform-fit rules and sources.json for preferred sources.
| Area | Legacy Pattern | 2026 Default |
|---|---|---|
| Help delivery | Separate help portal | Contextual support across web, app, and AI |
| Search | Keyword-only | Hybrid retrieval: semantic + lexical + metadata |
| AI behavior | Bot answers only | Retrieval-first assistant with explicit escalation policy |
| Content | Text-heavy article library | Structured, visual, version-aware, agent-consumable content |
| Maintenance | Manual cleanup | Release-driven and signal-driven knowledge ops |
| Personalization | Same experience for all | Role, plan, locale, and environment-aware support |
llms.txt, llms-full.txt, and agent-facing indexes.llms.txt as additive and emerging, not a replacement for good IA, search, or structured docs.See ai-consumable-docs.md for the AI-docs layer.
Help center content is a primary source for AI answer engines (ChatGPT, Perplexity, Gemini, Claude). Two complementary layers improve citation and retrieval:
FAQPage, HowTo, and Article schema.org types on help articles. FAQs and step-by-step lists are the formats AI models favour most; explicit schema reinforces what the content is.llms.txt and llms-full.txt at a well-known URL to indicate canonical structure and priority pages to AI crawlers. As of mid-2026, adoption is growing but support is uneven — treat it as a fast-growing signal rather than a guaranteed channel.These optimizations compound with good IA and structured markup; neither replaces the other.
HIERARCHY RULES
- Prefer 2 levels; use 3 only when the product genuinely needs it
- Top-level categories: usually 5-8
- Organize by user goal, not internal org chart
- Separate end-user help from developer docs when the audiences differ
- Keep billing, security, troubleshooting, and release notes easy to find
DEFAULT STRUCTURE
1. Getting Started
2. Core Workflows
3. Integrations
4. Account, Billing, and Security
5. Troubleshooting
6. Developers or API
7. Release Notes / What's New
8. Contact / Escalation
Use article-templates.md for templates and taxonomy-patterns.md for IA patterns.
USER QUESTION
-> classify intent and risk
-> retrieve from approved sources
-> answer with citations
-> clarify if evidence is weak or ambiguous
-> hand off or execute only if policy allows
-> log outcome and quality signals
| Mode | What AI May Do | Requirements |
|---|---|---|
| Informational | Answer from approved content | Citations, freshness, fallback |
| Navigational | Send user to the right page or workflow | Precise links, plan/role awareness |
| Diagnostic | Narrow likely cause | Observability context, safe troubleshooting |
| Transactional | Execute approved task | Explicit tool permissions, audit trail, rollback |
| Escalation | Hand to human | Trigger rules, summary, captured context |
See ai-integration.md for implementation patterns.
| Metric | What It Answers |
|---|---|
| Search success | Did users find something relevant? |
| Self-service completion | Did the issue resolve without assisted support? |
| Citation quality | Were answers grounded in the right sources? |
| Escalation quality | Did AI hand off at the right time with enough context? |
| Freshness coverage | Are high-impact pages current? |
| Content gap rate | Which intents have no good answer yet? |
Do not use fixed ROI or benchmark numbers unless the user asks for them and you verify current data. Use the measurement framework in metrics-optimization.md.
A checklist audit catches missing articles and broken links. It does not catch these failure modes, which matter more and require judgment:
Operate the help center like a product:
See knowledge-ops.md, content-migration-guide.md, multilingual-support.md, and accessibility-standards.md.
| Resource | Content |
|---|---|
| article-templates.md | Templates for common help-center article types |
| taxonomy-patterns.md | Information architecture and metadata patterns |
| ai-integration.md | Retrieval-first support AI, tool policy, and escalation |
| ai-consumable-docs.md | llms.txt, MCP, markdown export, and agent-facing docs |
| platform-guides.md | Platform-fit guidance for support suites and docs portals |
| metrics-optimization.md | Measurement framework and instrumentation patterns |
| knowledge-ops.md | Governance and review cadences |
| content-migration-guide.md | Migration, redirects, and validation |
| multilingual-support.md | Translation workflows and locale operations |
| accessibility-standards.md | WCAG 2.2 AA guidance for help content |
| learning-paths.md | Onboarding sequences, tutorial design, in-app guidance, and product education course structure |
| sources.json | Curated external sources with authority and volatility metadata |
When the user asks for recommendations involving vendors, AI features, pricing, or platform relevance:
Priority source order:
Before applying this skill on a non-trivial task, read learnings.consolidated.md in this directory (and learnings.md if present).
After applying it, if you encountered a pattern worth remembering, a mistake worth preventing, or a domain fact that surprised you, append one dated bullet to learnings.md via agents-skills-feedback-loop/scripts/append_learning.py. Do not modify SKILL.md itself.
Frequently asked questions
Design public help centers, in-app self-service, and AI-consumable documentation systems.
The source record exposes this install command: npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill "frameworks/shared-skills/skills/product-help-center". Inspect the command and pinned source before running it.
The pinned source record declares support for: codex, claude code.
Static rules flagged network in the source; the page lists the matching lines and excerpts.
Alternatives
vasilyu1983/AI-Agents-public
Designs developer tools, SDKs, CLIs, IDE extensions, and code generators. Use when shaping DX, typed clients, code generation, or package distribution workflows.
upex-galaxy/agentic-qa-boilerplate
Plan, write, and review automated tests following KATA (Komponent Action Test Architecture) on Playwright + TypeScript, or explain existing automated tests in a sealed read-only mode. Use when writing E2E or API/integration tests, creating Page or Api components, designing ATCs, parameterizing test data, registering fixtures, reviewing test code for KATA compliance, or requesting break-down-tests / a plain-English test breakdown. The explain mode reads source and reports assertions without enter
upex-galaxy/agentic-qa-boilerplate
Analyze, prioritize, and document test cases in TMS (Jira/Xray), or repair an existing Story-ATS-ATP-ATR-TC cascade through a sealed explicit mode. Use for Test/ATP/ATR artifacts, ROI and automation verdicts, maintaining traceability, fix-traceability, or broken TMS links. The repair-traceability mode audits, plans, waits for explicit approval, applies, and verifies without launching the general documentation workflow. Do NOT use for writing test code (test-automation) or running suites (regress
oaustegard/claude-skills
Generate hierarchical _FEATURES.md files that describe what a codebase DOES from a user/consumer perspective, anchored to source symbols via tree-sitting. Supports large complex codebases through feature-driven decomposition into sub-feature files. Uses a multi-pass synthesis: orientation → detail → overview rewrite. Use when someone says "what does this do", "document features", "feature inventory", "_FEATURES.md", or needs to understand a codebase's purpose before modifying it. Complements tre