{
  "markdown": "<p align=\"center\">\n  <img src=\"assets/banner.svg\" alt=\"easy-tiger\" width=\"640\">\n</p>\n\n<p align=\"center\">\n  <img src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"MIT License\">\n  <img src=\"https://img.shields.io/badge/version-0.1.0-f59e0b.svg\" alt=\"Version 0.1.0\">\n  <img src=\"https://img.shields.io/badge/for-Claude%20Code-7c3aed.svg\" alt=\"For Claude Code\">\n</p>\n\n# easy-tiger\n\nA Claude Code plugin that says \"easy, tiger\" when you're about to over-build.\n\nYou know that thing where you sit down to build a todo app, and somewhere along the way you're like *\"oh, what if I also added a chat assistant to it? and a pomodoro timer? and habit tracking?\"* — and three hours later you don't even have a working todo list? That.\n\neasy-tiger is the friend sitting next to you who goes *\"hey, do you actually need that right now?\"* before you spend the afternoon on it. It's not a blocker. It's a vibe check.\n\n## How it works\n\nWhen you tell Claude to do something non-trivial, easy-tiger quietly checks: is this on the path to shipping, or a side quest? If it smells like creep, Claude responds in easy-tiger's voice — short, casual — and asks if you really need it. Say yes and it steps aside. Say no and it offers to park it for later.\n\nTrivial stuff (`yes`, `thanks`, `fix typo`) gets skipped, so does anything starting with `/`, `#`, or `*`. Silence is the default.\n\nIt figures out what you're shipping from `.easy-tiger/goal.md`, then a `## Goal` section in `CLAUDE.md` or `AGENTS.md`, then your git branch + linked issue, then recent commits. If none of those exist it still catches the obvious stuff.\n\n## Install\n\nFrom the marketplace (waiting for approval):\n\n```\n/plugin install easy-tiger\n```\n\nFrom GitHub:\n\n```\n/plugin marketplace add olapietka/easy-tiger\n/plugin install easy-tiger@olapietka/easy-tiger\n```\n\nFor local hacking:\n\n```bash\ngit clone https://github.com/olapietka/easy-tiger.git\nclaude --plugin-dir ./easy-tiger\n```\n\n## Use\n\n**Just build stuff.** That's the whole UX. When easy-tiger spots creep you'll see something like:\n\n> Easy, tiger — is the chat assistant a must-have, or a wouldn't-it-be-cool? Get the todo app shipping first, you can always add more later.\n\n**Tell it what you're shipping** (optional, makes interruptions sharper):\n\n```\n/easy-tiger:goal build a todo app with local storage\n/easy-tiger:goal view\n/easy-tiger:goal clear\n```\n\n**Get a real scope review** when you're feeling lost:\n\n```\n/easy-tiger:easy-tiger\n/easy-tiger:easy-tiger the chat assistant feature\n```\n\nIt reads your goal, your git history, and the conversation, then gives you an honest take on what to keep and what to cut.\n\n## License\n\nMIT\n",
  "bytes": 2650,
  "sha": "d9448d19837091e4fa36b8a7f80aa62738ed4f8078aef1c9a4c69489b7f7c70a",
  "repo_slug": "olapietka/easy-tiger",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_olapietka_easy_tiger_easy_tiger_3a1e2296/readme"
}