Agent SkillsMarsZ42/OrbitOS › parse-knowledge

parse-knowledge

GitHub

将非结构化文本解析并重构为 OrbitOS 知识库的标准化 Markdown 文件,包括主笔记和原子概念词条。

CN/.agents/skills/parse-knowledge/SKILL.md MarsZ42/OrbitOS

触发场景

用户要求整理或结构化文本知识 需要将内容导入个人知识库系统

安装

npx skills add MarsZ42/OrbitOS --skill parse-knowledge -g -y
更多选项

非标准路径

npx skills add https://github.com/MarsZ42/OrbitOS/tree/main/CN/.agents/skills/parse-knowledge -g -y

不安装直接使用

npx skills use MarsZ42/OrbitOS@parse-knowledge

指定 Agent (Claude Code)

npx skills add MarsZ42/OrbitOS --skill parse-knowledge -a claude-code -g -y

安装 repo 全部 skill

npx skills add MarsZ42/OrbitOS --all -g -y

预览 repo 内 skill

npx skills add MarsZ42/OrbitOS --list

SKILL.md

Frontmatter
{
    "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_知识库 (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_研究/<Area>/<Topic>/<Topic>.md
    • Frontmatter:

      created: <CURRENT_DATE> type: reference area: [[<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_系统/模板/Wiki_Template.md
    • Path: 40_知识库/<Category>/<ConceptName>.md
    • Content: A concise, timeless definition of the concept.

OUTPUT FORMAT

When done, report back in Chinese:

## 知识整理完成

**主笔记:** [[Topic]] 位于 30_研究/<Area>/

**已创建知识库条目:**
- [[Concept1]] - 简要描述
- [[Concept2]] - 简要描述

**关联关系:**
- 主笔记链接到 N 个知识库概念
- 建立了 M 个概念间的交叉引用

版本历史

  • 921bd14 当前 2026-07-25 10:48

同 Skill 集合

CN/.agents/skills/ai-newsletters/SKILL.md
CN/.agents/skills/ai-products/SKILL.md
CN/.agents/skills/archive/SKILL.md
CN/.agents/skills/ask/SKILL.md
CN/.agents/skills/brainstorm/SKILL.md
CN/.agents/skills/json-canvas/SKILL.md
CN/.agents/skills/kickoff/SKILL.md
CN/.agents/skills/obsidian-bases/SKILL.md
CN/.agents/skills/obsidian-markdown/SKILL.md
CN/.agents/skills/research/SKILL.md
CN/.agents/skills/start-my-day/SKILL.md
EN/.agents/skills/ai-newsletters/SKILL.md
EN/.agents/skills/ai-products/SKILL.md
EN/.agents/skills/archive/SKILL.md
EN/.agents/skills/ask/SKILL.md
EN/.agents/skills/brainstorm/SKILL.md
EN/.agents/skills/json-canvas/SKILL.md
EN/.agents/skills/kickoff/SKILL.md
EN/.agents/skills/obsidian-bases/SKILL.md
EN/.agents/skills/obsidian-markdown/SKILL.md
EN/.agents/skills/parse-knowledge/SKILL.md
EN/.agents/skills/research/SKILL.md
EN/.agents/skills/start-my-day/SKILL.md

元信息

文件数
0
版本
921bd14
Hash
9a7cc09b
收录时间
2026-07-25 10:48

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-22 12:02
浙ICP备14020137号-1