
Conduct deep, comprehensive research on a specified topic and produce authoritative knowledge-point Markdown files.
Locate the most relevant topic directory in the Obsidian knowledge tree based on a search query.
Refine and optimize notes from codemo.asia into structured knowledge points.
Apply Obsidian-flavoured formatting to a topic node's README.md, FAQ.md, and content knowledge-point files using standard templates.
# Create Topic Node ## Goal Create a new topic (or sub-topic) directory in the knowledge tree with basic node initialization. Includes automatic best placement discovery, user interaction for confirmation, duplicate checking, and directory tree output. ## Input - Parent directory path (passed from SKILL.md after config check) - New topic name - One-sentence topic definition - Optional: initial sub-topic list ## Execution Steps ### 1. Find Best Placement Directory Invoke the **[Retrieve To
Convert an existing non-topic directory into a standard Obsidian knowledge tree topic node by generating README.md and FAQ.md.
Divide a large topic into smaller, well-defined sub-topic nodes through web research and user collaboration.
# Retrieve Topic Node ## Goal Locate the most relevant topic directory in the knowledge tree based on the user's request. Following the progressive disclosure principle, traversal starts from the vault root and descends layer by layer, with user confirmation at each proposed match. ## Runtime Environment 本 Skill 由主 Agent 调用,dispatch 一个 **general-purpose subagent** 来执行实际的检索操作。 - 主 Agent 负责任务分发和结果聚合 - Subagent 执行目录遍历和关键词匹配 - Subagent 仅返回检索结果,不做决策 ## Input - Vault root path (resolved from con