kb

Organize raw material into structured notes for a Hugo blog.

1|Updated Jun 14, 2021
One-click install
npx skills add https://github.com/XingMXTeam/maoxunxing.com --skill kb-xingmxteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb
Source: https://github.com/XingMXTeam/maoxunxing.com/tree/main/.qoder/skills/kb
Command: npx skills add https://github.com/XingMXTeam/maoxunxing.com --skill kb-xingmxteam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Knowledge workers often struggle to capture, organize, and reuse raw information for publishing or reference. This skill provides a three-layer pipeline to collect raw materials (from URLs, text, or clipboard), convert them into structured notes, and preview the knowledge base locally for the maoxunxing.com blog.

Core Features & Use Cases

  • Collect: pull web content or paste text into content/raw/{slug}/ with automatic slug generation and draft status.
  • Compile: merge related raw entries into content/notes/{topic-slug}/ with structured, cross-referenced notes.
  • Preview & Health: run a local Hugo server to preview notes, perform consistency checks, and run health checks to ensure content quality.
  • Use Case: consolidate related raw entries into notes and prepare a publish-ready post.

Quick Start

Start by collecting a URL or pasted text to create a raw entry, then compile related notes and preview locally with Hugo.

Frequently Asked Questions about kb

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

FAQPage Schema
How do I collect URLs and text to build a Hugo knowledge base?

To build a Hugo knowledge base, collect URLs or pasted text into content/raw/{slug}/, compile them into structured notes, and preview locally. This pipeline automatically generates slugs and sets draft status for captured materials.

What is the three-layer pipeline for Hugo content management?

The three-layer pipeline for Hugo content management consists of content/raw for capturing materials, content/notes for structured cross-referenced entries, and content/posts for publish-ready output. This structure organizes raw inputs into refined articles.

How do I compile raw notes into structured Hugo posts?

Compile raw notes into structured Hugo posts by merging related raw entries from content/raw into content/notes/{topic-slug}/ with frontmatter-driven metadata. This process creates cross-referenced notes ready for publishing.

Can I preview and run health checks on Hugo notes locally?

Yes, you can preview and run health checks on Hugo notes locally by running a local Hugo server. This performs consistency checks to ensure content quality and validates frontmatter before publishing.

Does this knowledge base workflow support clipboard data collection?

Yes, this knowledge base workflow supports clipboard data collection alongside URLs and pasted text. Captured clipboard data is placed into content/raw/ with automatic slug generation, serving as source material for notes.

Why use frontmatter-driven notes for Hugo content compilation?

Frontmatter-driven notes are used for Hugo content compilation to maintain structured metadata and enable cross-referencing between entries. This approach ensures automated slug generation and consistency during health checks.