name: daily description: Generate a daily summary of Claude Code sessions - activities, time spent, and cost. Use with optional date argument (YYYY-MM-DD). user-invocable: true
Run the claude-daily CLI tool. The tool generates the full formatted report — you just run it and stop.
Instructions
-
Determine the arguments:
- If the user provided a date (e.g.,
/daily 2026-03-15), use that date - If no date was provided, use today's date
- If the user asked for English output (e.g.,
/daily --lang en), add--lang en - Default language is Portuguese (
--lang pt)
- If the user provided a date (e.g.,
-
Run the command using Bash:
claude-daily [DATE] [--lang pt|en] -
If
claude-dailyis not found in PATH, try running it directly:~/.local/bin/claude-daily [DATE] [--lang pt|en] -
CRITICAL: After the Bash tool returns, you are DONE. Do NOT write ANY text after the tool output. No summary, no commentary, no "here's your report", no "would you like details?", no reformatting. The CLI output IS the response. Say absolutely nothing.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.