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.
npx skills add andreadellacorte/groove --skill groove-daily-endgit clone --depth 1 https://github.com/andreadellacorte/grooveWrote 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.
[](https://agentmods.dev/skills/andreadellacorte/groove/groove-daily-end)<a href="https://agentmods.dev/skills/andreadellacorte/groove/groove-daily-end"><img src="https://agentmods.dev/badge/skills/andreadellacorte/groove/groove-daily-end/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.
<a href="https://agentmods.dev/skills/andreadellacorte/groove/groove-daily-end"><img src="https://agentmods.dev/badge/skills/andreadellacorte/groove/groove-daily-end.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00028 | $0.00976 |
| Opus 5 | $0.00014 | $0.00488 |
| Sonnet 5 | $0.00006 | $0.00195 |
| Haiku 4.5 | $0.00003 | $0.00098 |
Grade A, and why
groove-daily-end 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
groove-daily-end
Outcome
The workday is wrapped up: git changes are analysed, memory files are written in order, tasks are analysed, and the end hook is executed if present.
Acceptance Criteria
- Git memory file written at
.groove/memory/git/YYYY-MM-DD-GIT-N.md - Daily memory file written at
.groove/memory/daily/YYYY-MM-DD.md - Weekly memory file written if today is the last weekday of the week
- Monthly memory file written if today is the last weekday of the month
- Tasks are analysed and summary is included in daily memory
Constraints
- Read
.groove/index.mdfortasks.backendandgit.*config; memory path is always.groove/memory/ - Call
/groove-utilities-task-analyseto get task summary for daily memory population - Memory population order (must follow this sequence):
/groove-utilities-memory-log-git/groove-utilities-memory-log-daily/groove-utilities-memory-log-weekly(only if last weekday of week, or explicit request)/groove-utilities-memory-log-monthly(only if last weekday of month, or explicit request)
- Last weekday detection: use local calendar date; handle gracefully if run on weekend
- Do NOT modify tasks during end
- Spec health check: after all memory steps and before the end hook, check the specs directory at
.groove/memory/specs/:- Glob all
*.mdfiles in the specs directory (including subdirectories) - For each spec file, check if it has been modified in the last 30 days: run
find .groove/memory/specs/ -name "*.md" -mtime +30— any files returned are stale candidates - If stale specs found: report as a brief advisory (do not block):
⚠ Stale spec(s) — not modified in 30+ days: - <filename> (last modified: <date>) ... Consider archiving, updating, or deleting specs that are no longer active. - If no stale specs or specs directory is empty: skip silently
- Glob all
- After the spec health check, prompt for a session rating (optional):
- Ask: "Rate today's session (1–5) — how well did the compound loop serve you? (press enter to skip)"
- If the user provides a rating (1–5): append a line to
.groove/memory/learned/signals.mdin format:
If| YYYY-MM-DD | <rating>/5 | <one-sentence note if user adds one, otherwise blank> |signals.mddoes not exist, create it first:# Session Signals | Date | Rating | Note | |---|---|---| - If the user presses enter or provides no rating: skip silently
- After the session rating, prompt for workflow insights (optional):
- Ask: "Any workflow insights from today to capture in learned memory? Name a topic (e.g.
patterns,tools) or press enter to skip." - If the user provides a topic and content: append to
.groove/memory/learned/<topic>.mdunder a## YYYY-MM-DDheading; create the file with a# <Topic>heading if it does not exist; create the dated heading if not already present - If the user presses enter or provides no content: skip silently — do not nag
- Ask: "Any workflow insights from today to capture in learned memory? Name a topic (e.g.
- If today is Friday (last working day of week) or the last weekday of the month: after the workflow insights prompt, print a one-line suggestion (do not block or prompt further):
(Substitute💡 End of week — consider running /groove-utilities-memory-retrospective week for a trend summary.monthand "End of month" on the last weekday of the month.) - After all standard steps: check if
.groove/hooks/end.mdexists- If it exists: read the
## Actionssection and execute each item in order; report completion per item - If it does not exist: skip silently
- If it exists: read the
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.
- 11d ago First seen · 72 lines · 28 tokens per session scan A 6a3891adcac8
groove-daily-end is a skill published in the GitHub repository andreadellacorte/groove (5 stars, last pushed 1mo ago), licensed MIT. It adds 28 tokens to every session and 976 once invoked, about $0.0001 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-08-31.
Other skills, from other repositories
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
Migrate
Intakes external content, classifies chunks against LifeOS taxonomy, commits with provenance. Sources: .md/.txt, stdin, LifeOS dirs, CLAUDE.md/Cursor/OpenAI Custom Instructions, Obsidian/Notion/Apple Notes exports. MigrateScan classifies → routing table. MigrateApprove with…
daily-briefing
Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…
company-brain
Your team's shared, AI-ready knowledge base — people, companies, meetings, SOPs, and decisions structured so Claude can answer questions on your team's behalf. Team-scope sibling to second-brain (which is personal-scope). Seven modes — capture (drop something into the right structured dir), compile (process into wiki…
email-assistant
Read, search, draft, and send emails via Himalaya CLI or Python IMAP/SMTP. Requires email account configuration.
calendar
Manage calendar events via CalDAV (Google/iCloud/Nextcloud) or local ICS files. View, create, and query events.