{
  "markdown": "# Gemini Simplify Extension\n\n<div align=\"center\">\n  <img src=\"assets/cli.gif\" alt=\"Gemini Simplify CLI Demo\" width=\"100%\"/>\n</div>\n\nAutomated code simplification for the Gemini CLI. The `/simplify` command combines **version-aware documentation research** with **multi-agent orchestration** to refactor code based on current best practices.\n\n## Installation\n\n```bash\ngemini extensions install https://github.com/JhonatanRian/gemini-simplify-extension\n```\n\n## How it Works\n\nGemini Simplify reduces refactoring hallucinations by grounding its analysis in your project's specific environment through a 3-phase workflow:\n\n### 1. Environment Detection\nIt scans manifests and lockfiles (`package.json`, `pyproject.toml`, `Cargo.toml`, `go.mod`, etc.) to identify the exact language and framework versions in use. \n\n### 2. Grounded Research\nUsing the detected versions, it performs targeted searches for official documentation and modern idioms. This ensures suggestions are compatible with your specific stack rather than relying on generic model training data.\n\n### 3. Parallel Agent Orchestration\nIt dispatches four specialized agents to analyze Git diffs or files, applying specific engineering constraints:\n\n- 🏗️ **`@abstraction`:** Identifies duplicated logic and enforces native standard library features.\n- 🧹 **`@clarity`:** Simplifies nested conditionals, reduces cyclomatic complexity, and improves naming.\n- ⚡ **`@performance`:** Detects N+1 queries, concurrency issues, and inefficient resource management.\n- 🛡️ **`@standards`:** Injects modern syntax and type-safe patterns specific to the detected version.\n\n---\nMade with ❤️ for the Gemini CLI community.\n",
  "bytes": 1665,
  "sha": "67731cd73be05dc6dfadd6f11a94a23394e08ad28f6344e06024cde2b2092684",
  "repo_slug": "jhonatanrian/gemini-simplify-extension",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_jhonatanrian_gemini_simplify_extension_6d342b71/readme"
}