skills/daily/SKILL.md
Start the day with vault context, continuity from yesterday, and prioritized action items. Read or create today's daily note, carry forward unfinished tasks, surface active projects, and check inbox. USE WHEN good morning, start my day, daily, what's open, daily standup, what should I work on, morning routine, begin day, daily check-in, what's pending.
npx skillsauth add julianobarbosa/claude-code-skills dailyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill opens the day with full context so you can hit the ground running. It bridges yesterday's loose ends with today's priorities, keeping nothing lost between sessions.
Look in daily/ for the most recent daily note before today. Read it and extract:
- [ ]) or items under End of Day that signal unfinished workThese become the Carry Forward section in today's note.
If no previous daily note exists, skip this step — it's a fresh start.
Check for daily/YYYY-MM-DD.md using today's actual date.
If it exists: Read it and use it as the basis for the briefing. Don't overwrite the user's content.
If it doesn't exist: Create it using the template from references/templates.md:
{{DATE}} with today's date in YYYY-MM-DD formatScan projects/ for any files. For each project file found, check if it mentions a status — surface anything that isn't explicitly marked as completed or archived. Rank by file modification time (most recent first).
Also check inbox/ — list any unprocessed files. If the inbox philosophy from CLAUDE.md applies ("inbox should stay empty"), mention how many items are waiting.
Present a concise morning briefing:
Good morning, Juliano.
**Carried forward:**
- [items from yesterday, or "Clean slate — nothing carried forward"]
**Active projects:**
- [project name] — [status/next action from file]
**Inbox:** [N items waiting | Empty]
What are we working on today?
Keep it tight — this is a launchpad, not a report. If there are blockers from yesterday, call them out prominently.
| Problem | Cause | Fix |
|---------|-------|-----|
| No previous daily note found | First time using the skill, or daily/ folder is empty | Skip carry-forward — start with a clean slate |
| Template not found | references/templates.md missing (located relative to this skill's root directory) | Create the daily note with a minimal template: heading + sections for capture, tasks, log |
| projects/ folder missing | Vault doesn't use this folder name | Check CLAUDE.md for the vault's actual project folder name and scan that instead |
| Briefing shows stale data | Daily note was created by another tool with different structure | Read whatever exists — adapt to the note's actual sections rather than forcing the template |
YYYY-MM-DD.md exactly; ignore timestamped variantsThis skill works on macOS, Linux, and Windows. File paths use forward slashes in vault context regardless of platform — Obsidian normalizes paths internally.
YYYY-MM-DD.md collision with timestamped variants: Tools like Obsidian's Periodic Notes plugin may produce 2026-05-12-1430.md. The skill matches exact YYYY-MM-DD.md only — variants are silently ignored, including ones that hold the day's actual work.status: frontmatter or top-line markers, not loose keyword matches.-3 timezone, date +%F returns tomorrow's date after 21:00 local. Anchor to a tz-aware date source if creating notes late in the day.inbox/ count includes hidden files and .DS_Store: macOS adds metadata files silently — "3 items waiting" might be 1 real item plus noise. Filter to *.md or visible files before counting.testing
Brief description of what this skill does. Include specific triggers - when should Claude use this skill? Example triggers, file types, or keywords that indicate this skill applies.
tools
Manage and troubleshoot PATH configuration in zsh. Use when adding tools to PATH (bun, nvm, Python venv, cargo, go), diagnosing "command not found" errors, validating PATH entries, or organizing shell configuration in .zshrc and .zshrc.local files.
tools
Zabbix monitoring system automation via API and Python. Use when: (1) Managing hosts, templates, items, triggers, or host groups, (2) Automating monitoring configuration, (3) Sending data via Zabbix trapper/sender, (4) Querying historical data or events, (5) Bulk operations on Zabbix objects, (6) Maintenance window management, (7) User/permission management
development
Operate YouTube Music via natural language. Search songs, artists, albums, playlists, lyrics, charts, recommendations, and control playback. Browse personal library, manage playlists, rate tracks, and inspect account info. Use this skill whenever the user asks about YouTube Music, wants to play music, manage playlists, search by song or artist name, inspect lyrics, or control playback.