new-kb-article

Generate Domo Knowledge Base articles as publish-ready MDX files.

7|2|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/DomoApps/domo-documentation-hub --skill new-kb-article
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-kb-article
Source: https://github.com/DomoApps/domo-documentation-hub/tree/main/.claude/skills/new-kb-article
Command: npx skills add https://github.com/DomoApps/domo-documentation-hub --skill new-kb-article

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation of Domo Knowledge Base articles from user-supplied material into publish-ready MDX, reducing manual drafting time and ensuring consistent structure and formatting.

Core Features & Use Cases

  • Socratic intake workflow: invokes the kb-intake skill to define the article title, persona, scope, and key details.
  • Template-driven writing: applies Domo's style standards and the New-Article-Template structure to every article.
  • Output and integration: writes the final MDX to s/article/Article-Title-Here.mdx and supports navigation registration via /add-to-nav.

Quick Start

Create a new MDX file at s/article/Article-Title-Here.mdx using the structure from New-Article-Template.mdx.

Frequently Asked Questions about new-kb-article

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate knowledge base articles in MDX format automatically?

To generate knowledge base articles in MDX, provide your source material to trigger an automated intake workflow that validates metadata and outputs publish-ready content using predefined style templates. This ensures consistent structure and formatting for every article produced.

What is the process for writing Domo KB articles from raw notes?

The process for writing Domo KB articles uses a Socratic intake workflow to capture the article title, persona, scope, and key details from your raw notes. It then applies style-guide alignment and template-based writing to produce production-ready MDX content.

Can I use this to enforce a consistent style guide across multiple knowledge base articles?

You can use this to enforce a consistent style guide across multiple knowledge base articles by applying Domo's style standards and the New-Article-Template structure to every generated file. This template-driven writing approach reduces manual drafting time and formatting inconsistencies.

What is the best way to structure MDX content for a new knowledge base article?

The best way to structure MDX content for a new knowledge base article is to follow the New-Article-Template structure, which ensures metadata like title, persona, and scope are properly captured and validated before the final output is written.

Does the generated MDX file support automatic navigation registration?

The generated MDX file does support automatic navigation registration via the /add-to-nav integration. After the article is written to the correct s/article path, you can register it in the navigation system to make it discoverable.