# Yesterday

> Read-only previous-workday recap. Alias for `/today --previous-workday`; the shared workflow selects Friday when run on Monday.

- Skill: `flurdy/yesterday` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add flurdy/yesterday`
- Raw SKILL.md: https://api.skillmd.com/api/skills/flurdy/yesterday/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: flurdy (https://skillmd.com/u/flurdy)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/flurdy/yesterday

---


# Yesterday (alias)

Retained entry point for the previous-workday recap. The full read-only workflow lives in
[today](../today/SKILL.md); this alias only fixes its mode.

## Instructions

Invoke the `today` skill with `--previous-workday {args}`, forwarding any supplied arguments
unchanged for the canonical skill to validate. If the Skill tool is unavailable, read
`~/.agents/skills/today/SKILL.md` and follow it with the same arguments using the exposed read-only
tools. Reading the skill grants no new capabilities; missing tools follow its unavailable-source
rules. Keep standard routing because this fallback also renders the report.

If the canonical skill is missing or unreadable, stop and report it as unavailable.
Never fall back to same-day mode or reconstruct a private copy of its procedure.

Perform no collection or rendering here before delegation. The canonical skill owns date
selection through its helper, queries, report layout, and all failure handling.

