daily-logs
Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory
来源信息
- 仓库
- memodb-io/Acontext
- 最近来源活动
- 2026年2月22日 14:24
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 3,694
- 分支
- 336
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- daily-logs
- description
- Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory
# Daily Logs
Record the user's daily activities, progress, decisions, and learnings in a structured, chronological format.
## File Structure
Each day has its own file named `yyyy-mm-dd.md` (e.g., `2025-06-15.md`). Create a new file for each new day; append entries to the existing file if one already exists for today.
### File Format: `yyyy-mm-dd.md`
content format, for example:
```
# yyyy-mm-dd
## [short description]
- [1-3 sentence summary of what happened]
```
## Guidelines
- One file per day, multiple entries per file (one per task)
- Use ISO date format: `yyyy-mm-dd`
- Keep entries concise — focus on what matters for future reference
- Do not duplicate information already captured in other skills
- Always refer to the user in third person ("The user requested X", "The user decided Y"), never use first-person pronouns
在 GitHub 查看