This directory contains a curated collection of Gemini Gems that complement the AI Helpers marketplace, providing specialized AI assistants for various development and technical tasks.
Gemini Gems are custom AI assistants that you can create and configure within Google's Gemini platform. Each Gem can be tailored with specific instructions, knowledge bases, and capabilities to excel at particular tasks like code review, documentation writing, or technical analysis.
Unlike Claude Code plugins that extend functionality through commands, Gemini Gems provide specialized conversational AI assistants that can be shared and reused across different projects and workflows.
- Access Gemini: Go to Gemini and sign in with your Google account
- Create New Gem: Look for the option to create a new Gem in the interface
- Configure Your Gem:
- Give it a descriptive name
- Write detailed instructions about its purpose and behavior
- Add any specific knowledge or guidelines it should follow
- Test it thoroughly with example prompts
- Save and Share: Once satisfied, save your Gem and get its shareable link
When sharing Gemini Gems in this collection:
- Title: Use a clear, descriptive name that explains the Gem's purpose
- Description: Provide a concise explanation of what the Gem does and its key capabilities
- Link: Include the public sharing link to the Gem
To add your Gem to this collection:
- Edit the
gems.yamlfile in this directory - Add your gem entry following this format:
- title: "Your Gem Title" description: "Clear description of what your gem does and its capabilities." link: "https://gemini.google.com/gem/your-gem-id"
- Run
make updateto update the generated content. - Submit a merge request with your addition
Important
Make sure the Gem was shared.