Agent skill · Workflow & Productivity

todays-daily-plan

Write spoken daily planning notes into an Obsidian Mandala Grid day-plan Markdown file. Use when the user says 今日的日計畫, 今日的日計劃, 日計畫, 日計劃, 青蛙, frog, 🐸, 九宮, 曼陀羅, Mandala Grid, 時段, time block, 日記, or asks to place spoken tasks/events/reflections into today's Obsidian daily plan sections.

twhsigithub.com/twhsiGitHub ↗
claude-codecodexships scripts
Install
npx skills add twhsi/skills --skill todays-daily-plan --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 5 KB
Bundled scripts: yes
Path: skills/todays-daily-plan/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: twhsi/skills
Stars: 256
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 今日的日計畫 ## Overview Use this skill to turn the user's spoken Chinese or mixed-language notes into precise updates inside an Obsidian Mandala Grid day-plan Markdown file. Preserve Mandala Grid section markers, route content into today's 8 time slots, and append diary reflections without rewriting unrelated days. Default target file, when the user does not provide another path: `/Users/twhsi/+ 02 Area_Mandlal Diary 曼陀羅手帳/00 Daily/1.a 2026 日計劃.md` ## Required Contract Before manually editing a Mandala Grid day-plan file, read `references/mandala-grid-day-plan.md`. Prefer `scripts/update_today_plan.py` for section-safe updates. Only operate on files with `mandala: true` and `mandala_plan.enabled: true`. Do not alter `<!--section: ...-->` IDs except to add missing child sections `N.1` through `N.8` under an existing day root section. ## Workflow 1. Identify the target date. Use the user's explicit date if provided; otherwise use today's local date. 2. Read the target Markdown and confirm Mandala Grid day-plan frontmatter. 3. Resolve the day root section from the plan year and date. Example: 2026-06-18 is section `169`. 4. Ensure the day has 8 child sections and slot headings from `mand

What's inside
Steps it walks through
  1. Overview
  2. Required Contract
  3. Workflow
  4. Slot Routing
  5. Entry Formatting
  6. Script
  7. Examples
Ships with 3 files
  • agents/openai.yaml
  • references/mandala-grid-day-plan.md
  • scripts/update_today_plan.py
Commands it runs
python3 scripts/update_today_plan.py \
More from skills
All skills →
About this skill
What does the todays-daily-plan skill do?

Write spoken daily planning notes into an Obsidian Mandala Grid day-plan Markdown file. Use when the user says 今日的日計畫, 今日的日計劃, 日計畫, 日計劃, 青蛙, frog, 🐸, 九宮, 曼陀羅, Mandala Grid, 時段, time block, 日記, or asks to place spoken tasks/events/reflections into today's Obsidian daily plan sections.

How do I install it?

Run `npx skills add twhsi/skills --skill todays-daily-plan --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From twhsi/skills, a repository with 256 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going