Agent skill
daily-summary
Generate a daily system activity summary across all joelclaw subsystems. Triggers on 'daily summary', 'what happened today', 'system report', 'today's tally', 'activity summary', 'what did we do', 'daily report'.
Install this agent skill to your Project
npx add-skill https://github.com/joelhooks/joelclaw/tree/main/skills/daily-summary
SKILL.md
Daily Summary
Generate a comprehensive daily activity report across all joelclaw subsystems.
Data Sources
Collect from ALL of these:
1. Git commits
# joelclaw repo
cd ~/Code/joelhooks/joelclaw && git log --oneline --since="$(date +%Y-%m-%d)T00:00:00" --no-merges
# Vault
cd ~/Vault && git log --oneline --since="$(date +%Y-%m-%d)T00:00:00" --no-merges
2. Inngest runs
joelclaw runs --count 200 --hours 24
Summarize: total, completed, failed, unique functions. Flag any failures.
3. K8s cluster state
kubectl get pods -n joelclaw --no-headers
Note any new deployments, restarts, or unhealthy pods.
4. Codex sessions
Count sessions created today. Note which were gateway-dispatched vs standalone.
5. OTEL events
joelclaw otel stats --hours 24
6. ADR changes
cd ~/Vault/docs/decisions && git log --oneline --since="$(date +%Y-%m-%d)T00:00:00" --no-merges -- .
Count: new ADRs, status changes, grooming activity.
7. Discoveries
Check for discovery/noted events in recent Inngest runs.
8. Memory observations
joelclaw otel search "observe" --hours 24
9. Worker deploys
Check slog for deploy actions today:
slog tail --count 20 | grep -i deploy
10. System changes
Check slog for configure/install actions:
slog tail --count 20
Output Format
Concise, structured. Group by category:
- Code — commit count + highlights per repo
- Infrastructure — deploys, new services, config changes
- Inngest — run stats, failure rate
- Agents — codex sessions, pi sessions
- ADRs — new, groomed, status changes
- Knowledge — discoveries, memory observations
- K8s — cluster health, new pods
For Telegram: use HTML tags, keep mobile-friendly.
For CLI: return HATEOAS JSON with summary object.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
skill-review
Audit and maintain the joelclaw skill inventory. Use when checking skill health, fixing broken symlinks, finding stale skills, or running the skill garden. Triggers: 'skill audit', 'check skills', 'stale skills', 'skill health', 'skill garden', 'broken skill', 'skill review', 'fix skills', 'garden skills', or any task involving skill inventory maintenance.
cli-design
Design and build agent-first CLIs with HATEOAS JSON responses, context-protecting output, and self-documenting command trees. Use when creating new CLI tools, adding commands to existing CLIs (joelclaw, slog), or reviewing CLI design for agent-friendliness. Triggers on 'build a CLI', 'add a command', 'CLI design', 'agent-friendly output', or any task involving command-line tool creation.
inngest-durable-functions
Create and configure Inngest durable functions. Covers triggers (events, cron, invoke), step execution and memoization, idempotency, cancellation, error handling, retries, logging, and observability.
recall
Fan-out search across all memory sources when context is unclear or vaguely referenced. Triggers on: 'from earlier', 'remember when', 'what we discussed', 'that thing with', 'the conversation about', 'did we ever', 'what happened with', 'you mentioned', 'we talked about', 'earlier today', 'last session', 'the other day', or any vague reference to past context that needs resolution before the agent can act.
inngest-local
Set up self-hosted Inngest on macOS as a durable background task manager for AI agents. Interactive Q&A to match intent — from Docker one-liner to full k8s deployment with persistent state. Use when: 'set up inngest', 'background tasks', 'durable workflows', 'self-host inngest', 'event-driven functions', 'cron jobs', or any request for a local workflow engine.
tanstack-start
Build full-stack React apps with TanStack Start — server functions, type-safe routing, loaders, middleware, SSR/streaming, and deployment patterns. Use when working on TanStack Start apps, server functions, TanStack Router, or any gremlin-cms development.
Didn't find tool you were looking for?