daily-prep

daily-prep is a skill for Claude Code, Codex from boshi-xixixi/TraeSkill. It costs 59 tokens per session (2,141 once invoked), scanned A, original, MIT.

A workday preparation guide that gathers tomorrow's or another chosen day's meetings and open tasks, then organizes them into an HTML preparation file. It also identifies conflicts, meeting types, and possible learning or focused-work periods.

In plain words
What is it for?
Use it to review upcoming meetings, link them with related tasks, spot scheduling problems, and plan preparation, learning, and deep-work time.
Why use it?
It reduces the effort of piecing together a day's schedule, commitments, and preparation needs from separate sources.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to review upcoming meetings, link them with related tasks, spot scheduling problems, and plan preparation, learning, and deep-work time.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/boshi-xixixi/traeskill/daily-prep
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add boshi-xixixi/TraeSkill --skill daily-prep
Clone the repo
git clone --depth 1 https://github.com/boshi-xixixi/TraeSkill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for daily-prep

README.md
[![agentmods](https://agentmods.dev/badge/skills/boshi-xixixi/traeskill/daily-prep/github.svg)](https://agentmods.dev/skills/boshi-xixixi/traeskill/daily-prep)
Your own site
<a href="https://agentmods.dev/skills/boshi-xixixi/traeskill/daily-prep"><img src="https://agentmods.dev/badge/skills/boshi-xixixi/traeskill/daily-prep/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for daily-prep

Your own site · 80×15
<a href="https://agentmods.dev/skills/boshi-xixixi/traeskill/daily-prep"><img src="https://agentmods.dev/badge/skills/boshi-xixixi/traeskill/daily-prep.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,141 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00059 $0.02141
Opus 5 $0.00030 $0.01071
Sonnet 5 $0.00012 $0.00428
Haiku 4.5 $0.00006 $0.00214

Measured 7d ago against content hash ea2800856b93, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

daily-prep scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.trae/Skills/.agents/skills/daily-prep/SKILL.md · 156 lines

How it starts

The opening of the file, as written. The whole thing — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Daily Prep

Generate a structured prep file for the next working day with meeting details, prep bullets, linked tasks, and productivity recommendations.

When to Use

  • End of day: "prepare me for tomorrow"
  • Any time: "prep me for Friday" or "what does March 25 look like?"
  • Weekly planning: run for multiple days

Procedure

1. Determine Target Date

If the user specifies a date, use it. Otherwise, default to tomorrow (current date + 1 day). If tomorrow is Saturday, default to Monday. If Sunday, default to Monday. Compute the output path: outputs/YYYY/MM/YYYY-MM-DD-prep.html

2. Pull Calendar via WorkIQ

Use the WorkIQ MCP tool to fetch the calendar. Ask WorkIQ:

"What meetings do I have on {target date}? For each meeting, include: subject, start time, end time, organizer, all attendees with their email addresses, location, whether it's online, and whether I've accepted or declined."

If the response is insufficient, make a follow-up query:

"For the meetings on {target date}, which ones are marked as optional or tentative? Which ones are recurring?"

3. Classify Each Meeting

Apply these labels based on attendee domains and subject:

Label Criteria
[Customer · HIGH] External attendees from customer/partner domains, or subject matches a known customer name
[Internal] Only internal company domain attendees
[Community] CoP, community, guild, learning sessions
[Upskilling] Training, workshop, certification, learning
[Optional · skip] Tentative, low importance, or known recurring optional (e.g., "Office Hours", "Open Q&A")
[Personal] Private events, non-work
Zone Markers

For every meeting, check the organizer field and apply these additional markers:

Condition Marker Action
Starts ≥ 15:30 and < 16:00 (any organizer) ⚠️ After-hours Recommend decline
Starts ≥ 16:00 and not self-organized ⚠️ After-hours Recommend decline
Starts ≥ 16:00 and self-organized (no flag) OK — you chose to schedule it
Before 09:00 and not self-organized ⚠️ Early Recommend decline — intrudes on learning window
Before 09:00 and self-organized (no flag) OK — you chose to schedule it
Overlaps 12:00–13:00 🍽️ Lunch conflict Note in Calendar Notes

Read the full file on GitHub · 156 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 156 lines · 59 tokens per session scan A ea2800856b93

Subscribe to this mod's changes

daily-prep is a skill published in the GitHub repository boshi-xixixi/TraeSkill (263 stars, last pushed 4mo ago), licensed MIT. It adds 59 tokens to every session and 2,141 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.