packages/note-refining-skills/SKILL.md
Refine and optimize notes from codemo.asia into structured knowledge points.
npx skillsauth add edisonlzy/ai-codemons note-refining-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill refines and optimizes notes from codemo.asia into structured, high-quality knowledge documents. It integrates with the @codemons/cli tool to fetch highlights and content, then transforms them into organized knowledge points within the Obsidian knowledge framework.
Before executing any subskill, verify that codemons-cli is available:
codemons-cli --version directlynpm install -g @codemons/clicodemons-cli --versionVerify that the user is logged in:
codemons-cli auth
If not logged in (no user info shown), prompt the user:
You are not logged in to codemo.asia. Please run:
codemons-cli authFollow the instructions to complete login.
This skill does not require any configuration. All inputs are provided by the user during execution.
When to Trigger:
Instructions: Follow the complete workflow defined in Deepin Page Content Skill Reference.
When to Trigger:
Instructions: Follow the complete workflow defined in Summary Daily Note Skill Reference.
This skill integrates with thinking-framework-skills:
Convert Content to Knowledge Point: After refining page content or daily notes, use the "Convert Content to Knowledge Point" subskill from thinking-framework-skills to save the refined content as a structured knowledge point.
Optimize Topic Files: After creating knowledge points, use the "Optimize Topic Files" subskill to ensure proper Obsidian formatting.
# Check CLI version
codemons-cli --version
# Check auth status
codemons-cli auth
# Query highlights for a URL
codemons-cli highlight --url <url>
# Query highlights with tag filter
codemons-cli highlight --url <url> --tag Important
# Query today's highlights
codemons-cli highlight --start-date <timestamp>
development
# 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
development
Apply Obsidian-flavoured formatting to a topic node's README.md, FAQ.md, and content knowledge-point files using standard templates.
development
Locate the most relevant topic directory in the Obsidian knowledge tree based on a search query.
development
Divide a large topic into smaller, well-defined sub-topic nodes through web research and user collaboration.