do.recap

Installation
SKILL.md

Knowledge Recap Skill

Objective

When the user invokes /do:recap <time range / natural language description>, you need to:

  1. Parse the time range provided by the user (e.g., "this week", "past three days", "last month", etc.).
  2. In the specified knowledge base root directory, find all newly created or modified Markdown (.md) files within that time period.
  3. Strictly follow the directory filtering conditions: Only include directories starting with 00 to 90. Forcibly exclude 99_System and any other irrelevant or system-generated hidden directories (such as .git, .obsidian, .gemini, etc.).
  4. Read the latest content of these filtered files.
  5. Generate a structured periodic recap report analyzing the user's core focuses, achieved results, and cross-domain knowledge threads.

Workflow

1. Time Parsing & File Search

Installs
6
GitHub Stars
5
First Seen
Apr 26, 2026
do.recap — dull-bird/deeporbit