Content & Site Intelligence Custom Skills · Curated

Knowledge Base Article Writer

Converts a resolved support ticket into a polished help-center article for the knowledge base.

What it does

Reads the original question and the agent's resolution steps from a closed ticket, strips out anything specific to that one customer, and rewrites it as a generalized how-to or troubleshooting article with a clear title, steps, and a fallback line. Checks the existing knowledge base first so it doesn't create a near-duplicate of an article that already exists.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/knowledge-base-article-writer/ (or ~/.claude/skills/knowledge-base-article-writer/ for all projects)

GitHub Copilot (VS Code)

.github/skills/knowledge-base-article-writer/

OpenAI Codex

.codex/skills/knowledge-base-article-writer/

Cursor

.cursor/skills/knowledge-base-article-writer/ (or ~/.cursor/skills/knowledge-base-article-writer/ globally)

Compatibility

Any WordPress site with a knowledge base built on pages, a custom post type, or a documentation plugin; ticket source can be any helpdesk that exports resolved ticket text.