daily

Solid

Use this skill when creating today's daily note in the Meta-Vault (03-daily/YYYY-MM-DD.md) with valid vaultFrontmatterSchema-compliant YAML frontmatter. Idempotent: re-running on the same day opens the existing note instead of overwriting. Use when starting a work day, capturing scratch notes, or bootstrapping the inbox flow.

AI & Automation 48 stars 4 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Daily Skill ## Status IMPLEMENTED 2026-04-13. ## Purpose Bootstraps today's daily note in the Meta-Vault so the user can start capturing thoughts, scratch work, and "done today" items without yak-shaving YAML frontmatter each morning. The daily note is the anchor of the PKM workflow: it is where the inbox flow starts, where daily momentum is tracked, and where evening reflections land. Every daily note carries the same frontmatter shape (validated by `vaultFrontmatterSchema`), which makes Dataview queries and the vault-sync validator trivial. ## Prerequisites - Must be invoked from inside a Meta-Vault root (cwd contains `03-daily/`) OR with `VAULT_DIR` resolved to the vault path (see Resolution Order below). - `03-daily/` must already exist — the skill fails fast if it does not. - `bash` + `sed` + `date` (always available on macOS/Linux). ### VAULT_DIR Resolution Order 1. `vault-integration.vault-dir` in Session Config (highest precedence) 2. `VAULT_DIR` environment variable 3. `$PWD` (fallback when neither is set) Claude must read Session Config and export `VAULT_DIR` before calling `generate.sh`. The canonical pattern (mirrors `session-end` and `evolve`): ```bash CONFIG=$(cat .orchestrator/session-config.yaml | yq -o json) VM_DIR=$(echo "$CONFIG" | jq -r '."vault-integration"."vault-dir" // empty') : "${VM_DIR:=$VAULT_DIR}" VAULT_DIR="$VM_DIR" bash /path/to/skills/daily/generate.sh ``` `generate.sh` itself reads only `VAULT_DIR` (pure bash, no Config parser)....

Details

Author
Kanevry
Repository
Kanevry/session-orchestrator
Created
1 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

daily-briefing-builder

Generate a clean morning brief in Claude Code — pulls today's priorities, unposted content, and weather from your vault.

312 Updated 2 months ago
BrianRWagner
AI & Automation Solid

daily-brief

Operational knowledge for the daily-brief digest pipeline (this project). RSS/API fetchers, pluggable LLM enrichment (default claude CLI on Max; also anthropic/openai/deepseek/minimax API), trading section, HTML rendering, cross-platform scheduler integration (Windows Task Scheduler / macOS launchd / Linux cron). Load when the user asks about running daily / regenerating sections / debugging a failed run / adding or disabling sources / LLM quota / scheduler / why a tab shows wrong data / why a source failed / switching LLM backend. Always prefer the documented npm commands over re-implementing logic. Diagnose by reading logs/daily-*.log first, then logs/llm-calls.jsonl for LLM-side issues.

206 Updated today
leiting-eric
AI & Automation Listed

daily-briefing

Personal daily briefing assistant. Pulls the last 24 hours of email and calendar from Outlook, summarizes today's schedule, surfaces open action items, and proposes focus blocks. Use when user says "daily briefing", "morning briefing", "daily standup prep", or invokes /daily-briefing.

2 Updated 3 days ago
risadams
AI & Automation Listed

daily

Generate or update structured Obsidian daily notes from weekly change entries and git commit history. Use this skill for "/lode:daily". Triggers on updating daily notes/work logs/diary from git commits, generating work reports from git history, filling in missing daily notes for past dates, or summarizing today's work across repos. Key phrases: "更新日报", "写日报", "日报", "工作日志", "生成工作日志", "根据git提交写日报", "补日报", "daily note", "work log", "git daily". Do NOT trigger for writing code, git operations (merge/rebase/conflict), meeting notes, or generic reports without git context.

1 Updated 6 days ago
KKenny0
AI & Automation Listed

notes-keeper

Read, search, and write notes in the opendray file-system vault. Use this whenever the user mentions "notes", "daily log", "project doc", "TODO list", or wants to persist context that should survive across sessions.

7 Updated yesterday
Opendray