{
  "markdown": "<p align=\"center\">\n  <img src=\"assets/logo.jpg\" alt=\"Statusquote logo\" width=\"200\">\n</p>\n\n<h1 align=\"center\">Statusquote</h1>\n\n<p align=\"center\"><strong>Disrupt the status quo.</strong></p>\n\n<p align=\"center\">A Claude Code plugin that replaces the default spinner words with quotes from your favorite movies, TV shows, and characters — or generate your own for any franchise, instantly.</p>\n\n> *Why settle for \"Bamboozling\" when Claude could be \"Engaging\", \"Force choking\", or telling you \"There is no spoon\"?*\n\n## Install\n\n```bash\n/plugin marketplace add FurbySoup/status-quote\n/plugin install statusquote@status-quote\n```\n\nOr load directly:\n```bash\nclaude --plugin-dir /path/to/statusquote\n```\n\n## See It In Action\n\n### Browse packs and create your own\n\n![Listing available packs and generating a custom pack for The Office](assets/status-quote-intro.gif)\n\n*Browse the 16 built-in franchise and character packs, then generate a brand new pack for The Office US — complete with preview, editing, and instant activation.*\n\n## Quick Start\n\n```\n/statusquote:use startrek              # Apply a built-in pack\n/statusquote:use yoda+vader            # Mix characters\n/statusquote:use fantasy               # Apply an entire genre\n/statusquote:create the office         # Generate any pack on the fly\n/statusquote:list                      # See everything available\n/statusquote:reset                     # Back to defaults\n```\n\n## Create Any Pack, Instantly\n\nStatusquote ships with 16 curated packs, but you're not limited to them. Generate a pack for **any** movie, TV show, or character — Claude builds it, validates it, and makes it available immediately:\n\n```\n/statusquote:create breaking bad       # TV shows\n/statusquote:create fight club         # Movies\n/statusquote:create michael scott      # Specific characters\n/statusquote:create doctor who         # Sci-fi classics\n/statusquote:create pokemon            # Anime\n/statusquote:create the sopranos       # Drama\n```\n\nCustom packs are saved to `~/.statusquote/packs/`, persist across sessions, and work with all commands — mix them with built-in packs, include them in groups, or use `/statusquote:use custom` to apply all your creations at once.\n\n## Built-in Packs\n\n### Franchise Packs (10)\n\n| Key | Franchise | Entries | Alias | Sample |\n|-----|-----------|---------|-------|--------|\n| `startrek` | Star Trek | 35 | | Engaging, Make it so |\n| `starwars` | Star Wars | 35 | | Channeling the Force, Do or do not |\n| `lotr` | Lord of the Rings | 35 | | Forging, You shall not pass |\n| `matrix` | The Matrix | 35 | | Jacking in, There is no spoon |\n| `sherlock` | Sherlock Holmes | 35 | | Deducing, Elementary |\n| `marvel` | Marvel MCU | 35 | | Assembling, I am Iron Man |\n| `harrypotter` | Harry Potter | 35 | `hp` | Casting spells, Expecto Patronum |\n| `princessbride` | The Princess Bride | 35 | `bride` | Storming the castle, Inconceivable |\n| `jurassicpark` | Jurassic Park | 35 | `jp` | Sequencing DNA, Life finds a way |\n| `backtothefuture` | Back to the Future | 35 | `bttf` | Flux capacitating, Great Scott |\n\n### Character Packs (6)\n\n| Key | Character | Entries | Alias | Sample |\n|-----|-----------|---------|-------|--------|\n| `yoda` | Yoda | 30 | | Contemplating I am, Do or do not |\n| `vader` | Darth Vader | 30 | | Force choking, I find your lack of faith disturbing |\n| `gandalf` | Gandalf | 30 | | Wizarding, You shall not pass |\n| `sparrow` | Jack Sparrow | 30 | `jack` | Swashbuckling, But you have heard of me |\n| `t800` | The Terminator | 30 | `terminator` | Scanning, I'll be back |\n| `groot` | Groot | 20 | | I am Grooting, I am Groot! |\n\n**520 entries across 16 built-in packs + unlimited custom packs.**\n\n## Groups and Mixing\n\n![Mixing Lord of the Rings, Star Trek, and Star Wars](assets/status-quote-mix.gif)\n\n*The ultimate nerd spinner — blend LOTR, Star Trek, and Star Wars into one pack. Claude cycles through \"Forging\", \"Make it so\", and \"Use the Force\" while it works.*\n\nApply multiple packs at once with group keywords or `+` combinations:\n\n| Group | Entries |\n|-------|---------|\n| `all` | Everything (built-in + custom) |\n| `franchises` | All 10 franchise packs |\n| `characters` | All 6 character packs |\n| `custom` | All your generated packs |\n| `scifi` | Trek, Wars, Matrix, JP, BTTF, Marvel, T-800, Vader, Yoda, Groot |\n| `fantasy` | LOTR, HP, Bride, Wars, Gandalf, Yoda |\n| `comedy` | BTTF, Bride, Sparrow, Groot |\n| `action` | Marvel, T-800 |\n| `mystery` | Sherlock |\n\n```\n/statusquote:use fantasy+t800          # Genre + character\n/statusquote:use characters+startrek   # Group + franchise\n/statusquote:use custom+scifi          # Your packs + a genre\n```\n\n## Style Modes\n\nControl what type of entries appear in the spinner:\n\n```\n/statusquote:style verbs               # Gerund-style only (\"Engaging\", \"Scanning\")\n/statusquote:style phrases             # Short quotes only (\"Make it so\", \"Inconceivable\")\n/statusquote:style mix                 # Both combined (default)\n```\n\n## How It Works\n\nStatusquote writes to the `spinnerVerbs` setting in `~/.claude/settings.json`:\n\n```json\n{\n  \"spinnerVerbs\": {\n    \"mode\": \"replace\",\n    \"verbs\": [\"Engaging\", \"Scanning\", \"Make it so\", \"Fascinating\"]\n  }\n}\n```\n\nA backup of your settings is saved before every change to `~/.claude/backups/`.\n\n## Requirements\n\n- Claude Code with plugin support\n- Python 3.10+\n- Bash (Git Bash on Windows)\n\n## License\n\nMIT\n",
  "bytes": 5393,
  "sha": "7929115d2096ec5e68314e6141b0b44b7a2d7d2a7bd28880f40f688754e4618d",
  "repo_slug": "furbysoup/status-quote",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_furbysoup_status_quote_status_quote_ee858223/readme"
}