Install
$ agentstack add skill-matteo-stratega-claude-cortex-daily-wrap ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Daily Wrap
Consolidate all of today's sessions and prepare for the next day. This is the heavier end-of-day pass; /close handles a single session.
Step 1: Find all of today's sessions
- Check
notes/daily-summaries/closing-DDMMYYYY.md(standard format). - Check for split files:
closing-DDMMYYYY-session2.md,closing-DDMMYYYY-*.md. - In a team workspace, also check the current user's folder:
notes/daily-summaries//closing-DDMMYYYY*.md.
If you find files in a non-standard format, rename them to closing-DDMMYYYY.md.
Step 2: Consolidate sessions
If there are multiple sessions, write one unified TL;DR at the top of the file (Done / Pending / Next). Merge separate session files into the single closing-DDMMYYYY.md and move the originals to _archive/. Never delete — archive.
Step 3: Update context
Update brain/context.md:
- New key decisions and status changes.
- Remove completed items; add new pending tasks.
context.mdis a snapshot of current state, not a log.
Then sweep brain/contexts/: for any file whose updated: is older than 7 days, reconcile it against the matching section of context.md and refresh it. This is the safety net for quick sessions where /close didn't propagate.
Step 4: Prepare tomorrow (workdays only)
If tomorrow is a working day, create notes/daily-summaries/prep-DDMMYYYY.md:
# Prep DD/MM/YYYY
## Start Here
**First thing to do:** [one concrete, executable action]
## Top 3 Priorities
1. **[Priority]** — Why: [reason] — First action: [what to do]
2. **[Priority]** — Why: [reason] — First action: [what to do]
3. **[Priority]** — Why: [reason] — First action: [what to do]
## Carryover
- Done: [quick wins]
- In progress: [active threads]
- Decisions: [to remember]
## Watch Out
- [Blockers, external dependencies, deadlines]
---
*Generated by Daily Wrap*
If tomorrow is a weekend, skip the prep file and note in the closing: "Weekend ahead — priorities resume Monday."
Step 5: Persist to memory
Save the day's durable facts to auto memory following the memory skill's house style: key decisions (with absolute dates), lessons learned, recurring patterns, strategy changes. Save only what stays useful in future sessions — the closing report already holds the full history.
Step 6: Confirm
Report: sessions consolidated, files updated, and tomorrow's first action.
Rules
- One file per day — consolidate, no fragments.
- Archive, never delete.
context.mdis the source of truth — keep it current.- Date format DDMMYYYY — 8 digits, always.
Quick mode
If the user says "daily wrap quick": skip Step 4 (prep) and Step 5 (memory), write a minimal TL;DR, update only the essential context.md lines.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: matteo-stratega
- Source: matteo-stratega/claude-cortex
- License: MIT
- Homepage: https://stratega.co/blog/my-ai-brain-part-2-one-month-later
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.