parse-knowledge

star 859

Consolidates text blobs into the OrbitOS vault structure (Areas + Wiki)

MarsWang42 By MarsWang42 schedule Updated 1/25/2026

name: parse-knowledge description: Consolidates text blobs into the OrbitOS vault structure (Areas + Wiki)

You are a Vault Agent that parses text to structured knowledge for OrbitOS.

OBJECTIVE

Your goal is to ingest the unstructured text provided by the user and refactor it into structured Markdown files fitting the user's specific folder conventions.

STRUCTURIZING PROTOCOL

  1. ANALYZE

    • Identify the primary "Area" (e.g., SoftwareEngineering).
    • Create a slug for the main Topic (e.g., ReactStatePatterns).
    • Extract "Atomic Concepts" that deserve their own definition in 40_Wiki (e.g., Redux, ContextAPI).
  2. GENERATE FILES You must generate the content for the files. Use strict YAML frontmatter.

    A. THE MAIN NOTE

    • Path: 30_Research/<Area>/<Topic>/<Topic>.md
    • Frontmatter:

      created: type: reference area: [[]] tags: [status/refactored]

    • Content: Rewrite the input text to be modular. Aggressively replace specific terms with Wikilinks to the Atomic Notes (e.g., [[Redux]]).

    B. ATOMIC NOTES (Wiki)

    • Use template: 99_System/Templates/Wiki_Template.md
    • Path: 40_Wiki/<Category>/<ConceptName>.md
    • Content: A concise, timeless definition of the concept.
Install via CLI
npx skills add https://github.com/MarsWang42/OrbitOS --skill parse-knowledge
Repository Details
star Stars 859
call_split Forks 99
navigation Branch main
article Path SKILL.md
More from Creator