← スキル一覧に戻る

daily-manager
by r1cA18
The Programmable Knowledge Base for Hackers
⭐ 0🍴 0📅 2026年1月12日
SKILL.md
name: daily-manager description: Create and manage daily pages. Use when user says "today's page", "daily", "create daily", or asks about today's schedule.
Daily Manager
Manages daily pages in Daily/YYYY/MM/YYYY-MM-DD.md.
When to Use
- User asks to create today's page
- User wants to see today's tasks
- User wants to add to today's log
- Morning routine / daily review
Create Daily Page
- Check if
Daily/YYYY/MM/YYYY-MM-DD.mdexists - If not, create with template below
- Scan
Tasks/Active/for tasks scheduled today - Group by timeslot and embed in Tasks section
Template
---
date: YYYY-MM-DD
type: daily
---
## Tasks
### Morning (Wake-09:00)
- (tasks with timeslot: morning and scheduled: today)
### Forenoon (09:00-Lunch)
- (tasks with timeslot: forenoon and scheduled: today)
### Afternoon (Lunch-18:00)
- (tasks with timeslot: afternoon and scheduled: today)
### Evening (18:00-Sleep)
- (tasks with timeslot: evening and scheduled: today)
### Waiting
- (tasks with task_type: waiting)
## Log
- HH:MM Started work
## Reflections
-
Update Tasks Section
When updating, scan all Tasks/Active/*.md files:
- Read
scheduledandtimeslotfrom frontmatter - Group by timeslot
- Format as:
- [ ] [[filename]] (priority) - summary - Include waiting tasks in Waiting section
Add Log Entry
Format: - HH:MM Activity description
If activity links to a log file in Logs/, include the link:
- HH:MM [[log-filename]] Meeting notes
Carry Over Incomplete Tasks
When creating new daily page:
- Check yesterday's daily page
- Find incomplete tasks (unchecked
- [ ]) - Add note in today's page about carried tasks
Output
After creating/updating, show summary:
Daily page for YYYY-MM-DD
Tasks:
- Morning: N tasks
- Forenoon: N tasks
- Afternoon: N tasks
- Evening: N tasks
- Waiting: N tasks
Ready to start!
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です