parse-knowledge

Convert unstructured text into OrbitOS notes with YAML frontmatter and Wikilinks.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Johnson1662/johnson-obsidian-notes --skill parse-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parse-knowledge
Source: https://github.com/Johnson1662/johnson-obsidian-notes/tree/main/content/.claude/skills/parse-knowledge
Command: npx skills add https://github.com/Johnson1662/johnson-obsidian-notes --skill parse-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest unstructured text and refactor it into structured OrbitOS knowledge within the vault's Areas and Wiki structure.

Core Features & Use Cases

  • Analyze input text to identify the primary Area and generate a Topic node and atomic Concepts.
  • Generate the main note at 30_研究/<Area>/<Topic>/<Topic>.md with proper YAML frontmatter and Wikilink-rich content.
  • Create atomic notes in 40_知识库/<Category>/<ConceptName>.md using the Wiki_Template and concise, timeless definitions.
  • Ensure consistency with Wikilinks like [[Redux]] and [[ContextAPI]] for cross-linking.

Quick Start

Feed the unstructured text and specify the Area and Topic to automatically generate the main note and atomic wiki notes.

Frequently Asked Questions about parse-knowledge

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

FAQPage Schema
How do I convert unstructured text into structured markdown knowledge vaults?

To convert unstructured text into structured markdown knowledge vaults, you feed the raw notes into the parser to automatically generate a main note with YAML frontmatter and atomic concept pages using Wikilinks for cross-linking.

What is the best way to create atomic wiki notes from raw research notes?

Creating atomic wiki notes from raw research notes involves analyzing the text to identify a primary Area and Topic, then generating concise concept pages in a specific category directory using templates for timeless definitions.

Can I automatically generate YAML frontmatter and Wikilinks for my knowledge management system?

Yes, you can automatically generate YAML frontmatter and Wikilinks. The parser creates a main note with proper frontmatter and enriches the content with Wikilinks like [[Redux]] to ensure consistent structure and discoverability.

Do I need an existing OrbitOS vault structure to parse and consolidate my notes?

You need to specify the target Area and Topic within the OrbitOS vault structure. The parser then uses this input to generate the main note in the research directory and atomic notes in the knowledge base directory.

How does parsing unstructured text into OrbitOS areas and wiki concepts work?

Parsing unstructured text into OrbitOS areas and wiki concepts works by ingesting raw input, identifying the primary Area and Topic, and refactoring the text into Area-specific notes and atomic concept pages using predefined templates.