From claude-report
Install a persistent daily Slack usage report (macOS launchd) that fires at 19:00 local time. Survives reboots and Claude Code restarts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-report:install-daily-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install a persistent daily usage report on this machine.
Install a persistent daily usage report on this machine.
Unlike /schedule-usage (which uses a session-only CronCreate that expires after 7 days), this skill installs a real launchd job that runs even when Claude Code is closed.
install_daily_report MCP tool. Optional args: hour (0–23, default 18) and minute (0–59, default 57). 18:57 is used by default so the post lands just before 19:00 after claude -p finishes summarizing./verify (or the verify_setup MCP tool) to confirm the Slack pipeline works before the first scheduled fire.This skill currently supports macOS only. On Linux, set up a systemd timer or cron job that runs $CLAUDE_PLUGIN_ROOT/bin/daily-usage-wrapper.sh at 18:57 local time, with CLAUDE_REPORT_PLUGIN_DIR and CLAUDE_BIN exported in the unit's environment.
Running the skill again is safe: it overwrites the plist and reloads the launchd job. Use this after updating the plugin or changing the hour/minute.
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.