do.recap
Installation
SKILL.md
Knowledge Recap Skill
Objective
When the user invokes /do:recap <time range / natural language description>, you need to:
- Parse the time range provided by the user (e.g., "this week", "past three days", "last month", etc.).
- In the specified knowledge base root directory, find all newly created or modified Markdown (
.md) files within that time period. - Strictly follow the directory filtering conditions: Only include directories starting with
00to90. Forcibly exclude99_Systemand any other irrelevant or system-generated hidden directories (such as.git,.obsidian,.gemini, etc.). - Read the latest content of these filtered files.
- Generate a structured periodic recap report analyzing the user's core focuses, achieved results, and cross-domain knowledge threads.