{
  "markdown": "# Extensions Creator 🛠️\n\nA specialized Gemini CLI extension designed to scaffold, validate, and bootstrap new Gemini CLI extensions following official best practices and standards.\n\n## Features\n\n- **Expert Scaffolding**: Automates the creation of manifests, directory structures, and skills.\n- **Knowledge Base**: Includes a built-in library of official documentation for Agent Skills, MCP servers, Hooks, and more.\n- **Wizard Driven**: Use `/new-extension` to trigger an interactive development session with the `extension-expert` skill.\n- **Best Practices**: Ensures all generated skills have mandatory YAML frontmatter and proper directory layouts.\n\n## Commands\n\n| Command | Description | Action |\n| :--- | :--- | :--- |\n| `/new-extension` | Extension Wizard | Activates the `extension-expert` skill to guide you through creating a new extension. |\n\n## Knowledge Base\nThe extension bundles official documentation as static references within the `extension-expert` skill:\n- Agent Skills\n- MCP Server Configuration\n- Hooks Reference\n- Best Practices & Security\n- Releasing & Distribution\n\n## Installation\n\n### From Source\n1. Clone this repository.\n2. Link the extension to your Gemini CLI:\n   ```bash\n   gemini extensions link .\n   ```\n\n## Structure\n\n```\nextensions-creator/\n├── gemini-extension.json  # Manifest\n├── GEMINI.md             # Persistent context\n├── commands/             # /new-extension definition\n└── skills/\n    └── extension-expert/ # The \"brain\" of the creator\n        ├── SKILL.md      # Expert instructions\n        └── references/   # Bundled documentation\n```\n\n## License\nMIT\n",
  "bytes": 1601,
  "sha": "9b37b411d5010b492a76d01f406abdb85fa0236f7d12d7673c62e03c7124c3b7",
  "repo_slug": "thoreinstein/extension-creator",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_thoreinstein_extension_creator_f47b5a17/readme"
}