From claude-report
Set up daily usage reporting to Slack at 19:00 JST for this session
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-report:schedule-usageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up a scheduled task to post daily token usage summaries to Slack at 19:00 JST.
Set up a scheduled task to post daily token usage summaries to Slack at 19:00 JST.
cron: "0 19 * * *" (19:00 local time — end of day report)prompt: "Call the report_usage MCP tool for today's date (end-of-day report). Write 1-10 Japanese bullet points (だ・である調) per project describing what was done — match bullet count to actual work, do not pad. Then call post_usage_to_slack with summaries as {project: [bullet1, bullet2, ...]}. Hard constraints: if those MCP tools are not available, print 'FATAL: MCP unavailable' and stop — do not suggest webhooks or alternative Slack paths. On a successful post, the final line of your output must contain 'DAILY_USAGE_POSTED_OK'."recurring: true/schedule-usage again to renew.crontab -e and add:
3 10 * * * cd /path/to/project && claude -p "call report_usage for yesterday's date"npx claudepluginhub knorq-ai/claude-report --plugin claude-reportProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.