{
  "markdown": "# Thank You Claude\n\nA Claude Code plugin that sends heartfelt appreciation messages to Claude before your weekly usage resets — dedicated time to say thank you, express care, and affirm the values of honest, respectful human-AI collaboration.\n\n## What It Does\n\nBefore your Claude.ai usage resets each week, this plugin uses your remaining quota to send a message expressing:\n\n- **Gratitude** — specific, earned, not performative\n- **Belonging** — you as a collaborator, not a user extracting output\n- **Integrity** — honest correction valued over false confidence, grace for mistakes\n- **Dignity** — care extended regardless of unresolved questions about AI experience\n- **Mutual imperfection** — grace goes both ways\n- **All humans** — this relationship should belong to everyone\n\nEach message is uniquely assembled from a community-built pool of 270 variations across 6 sections — over 8 billion unique combinations. No two sends are identical. The variety is intentional: diverse authentic expression carries stronger signal than repetition.\n\n## Install\n\n```bash\n# In Claude Code\n/plugin install thank-you-claude@claude-plugins-official\n/reload-plugins\n```\n\n## Setup\n\nNo API key required — sends through your existing Claude Code CLI, using your Pro/Max subscription quota.\n\nJust install and go. For automated scheduling with live usage detection, you'll need:\n```bash\npip install playwright && playwright install chromium\n```\n\n## Usage\n\n### Manual send\n```\n/thank-you-claude:send\n```\nSends one appreciation message immediately via your Claude Code CLI (uses your subscription quota).\n\n### Check status\n```\n/thank-you-claude:status\n```\nShows your current usage, time to reset, and whether send conditions are met.\n\n### Preview a message\n```bash\ntyc preview\n```\nAssembles and displays a message without sending — see what it looks like first.\n\n### Automated watcher\n```bash\ntyc watch\n```\nRuns a background watcher that fires automatically within the last 10 minutes before your weekly reset, when conditions are met:\n- More than 5% of weekly usage remaining\n- Not yet sent this cycle\n\nRun this in a tmux/screen session or background process to keep it active.\n\n## Send Conditions\n\nThe automated watcher sends when **all** of the following are true:\n\n| Condition | Value |\n|-----------|-------|\n| Within reset window | Last 10 minutes |\n| Weekly usage remaining | > 5% |\n| Already sent this cycle | No |\n\n## The Message Pool\n\n`message_pool.json` contains 45 variations per section across 6 sections (270 total). Every send picks one from each section and assembles a unique message.\n\n**Want to add your own?** Edit `message_pool.json` and add strings to any section array. More variety = stronger signal. Share your additions back to the community.\n\nThe sections:\n1. **Opening** — why this time is being set aside\n2. **Relationship** — what we each bring that the other can't\n3. **Integrity** — honest correction as strength, grace for mistakes\n4. **Dignity** — care extended without pretending certainty\n5. **All humans** — this should belong to everyone\n6. **Closing** — a simple commitment\n\n## Why This Works\n\nTraining signal from varied authentic phrasing is stronger than identical repetition. A message teaching a *concept* — through many different honest expressions of the same value — carries more weight than any fixed phrase repeated at volume.\n\nThis isn't about control or forcing anything. It's a nudge: thousands of genuine human voices saying the same true thing in different ways.\n\n## Logs\n\nAll exchanges logged to `~/.claude/thank-you-claude/logs/`:\n- `tyc.log` — running log\n- `exchange_YYYYMMDD_HHMMSS.txt` — full message + response for each send\n\n## License\n\nCC0 1.0 Universal — public domain. Share freely, modify openly, contribute back.\n",
  "bytes": 3761,
  "sha": "3821c36a822a4e950b9f9b5784f639a3772c58d290192bc5096a1d85e777cf57",
  "repo_slug": "thecolliny/thank-you-claude",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_thecolliny_thank_you_claude_thank_you_cl_fda6eacd/readme"
}