ai-image-creator
Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
End-of-day consolidation — analyzes agent memory, ADW logs, meetings, tasks, and learnings to generate a complete daily log. Trigger when user says 'end of day', 'wrap up', 'done for today', 'goodnight', 'shutdown', or anything that signals finishing a work session.
$ npx -y skills add evolution-foundation/evo-nexus --skill prod-end-of-day --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/prod-end-of-dayContext preview
The summary Claude sees to decide when to auto-load this skill.
End-of-day consolidation — analyzes agent memory, ADW logs, meetings, tasks, and learnings to generate a complete daily log. Trigger when user says 'end of day', 'wrap up', 'done for today', 'goodnight', 'shutdown', or anything that signals finishing a work session.
name: prod-end-of-day description: "End-of-day consolidation — analyzes agent memory, ADW logs, meetings, tasks, and learnings to generate a complete daily log. Trigger when user says 'end of day', 'wrap up', 'done for today', 'goodnight', 'shutdown', or anything that signals finishing a work session."
End-of-day routine that consolidates everything that happened during the day: agent memory, ADW logs, meetings, tasks, and learnings.
**Always respond in English.**
Read all available sources without narrating each step:
Read recent memory files from each agent in `.claude/agent-memory/`:
Read today's JSONL log at `ADWs/logs/YYYY-MM-DD.jsonl` to see which routines ran, duration, and status.
Check `workspace/meetings/summaries/` and `workspace/meetings/fathom/` for today's synced meetings.
Run `todoist today` to see completed and pending tasks for the day.
Run `git diff --stat` and `git log --oneline --since="today 00:00"` to see:
This gives the real overview of what changed in the workspace — more accurate than reading the conversation.
Review the current session conversation — what was discussed, decided, and done.
Analyze everything that was collected and identify:
If there are relevant decisions, learnings, or feedback, save to persistent memory in `memory/` following the workspace memory system (see `prod-memory-management`).
Do not duplicate — check if similar memory already exists before creating.
Read the template at `.claude/templates/end-of-day-log.md` and fill with the consolidated data.
Save to:
workspace/daily-logs/[C] YYYY-MM-DD.md
The log should include:
Review Todoist tasks directly (do NOT invoke `/prod-review-todoist` as a sub-skill — it sends a duplicate Telegram notification):
Present a short summary:
## Day closed
**Log:** workspace/daily-logs/[C] YYYY-MM-DD.md
**ADW Routines:** {N} executed ({status})
**Tasks:** {completed}/{total} completed
**Memories:** {N} created/updated
**Learnings:** {N} recorded
**Tomorrow:** {sentence about where to resume}Generate PNG images using AI (multiple models via OpenRouter including Gemini, FLUX.2, Riverflow, SeedDream, GPT-5 Image, proxied through Cloudflare AI Gateway…
Create a new custom agent for the workspace. Guides the user through defining agent name, domain, personality, skills, model, and memory folder. Use when the…
Create a new slash command for Claude Code. Guides the user through defining the command name, what it does, and generates the markdown file in…
Create a Mission, Project, or Goal (Mission → Project → Goal → Task hierarchy) in EvoNexus. Guides the user through picking a mission, choosing or creating a…
Create a new heartbeat (proactive agent scheduled with a decision prompt) for EvoNexus. Guides the user through picking an agent, setting interval, wake…
Create a new custom integration (API/service wrapper) for the workspace. Guides the user through defining the integration's slug, display name, description,…