GEMINI.md
NewUnlike general context files (GEMINI.md), which provide persistent workspace-wide background, Skills represent on-demand expertise. This lets Gemini CLI maintain a vast library of specialized capabilities—such as security auditing, cloud deployments, or codebase migrations—without cluttering the model’s immediate context window.
Summary
md is a Claude Code Skill that provides on-demand expertise in security auditing, cloud deployments, and codebase migrations.
- It allows developers to invoke specialized capabilities without cluttering the model's immediate context, making it ideal for targeted security reviews and deployment tasks.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/gemini-md.md
/gemini-mdUse Cases
Usage Examples
/gemini-md Audit the Python code in the current directory for SQL injection vulnerabilities.
/gemini-md Review the Terraform files in ./deploy for security misconfigurations.
/gemini-md Help me migrate this Node.js app from Heroku to AWS ECS with security best practices.
Security Audits
Frequently Asked Questions
What is GEMINI.md?
GEMINI.md is a Claude Code Skill that provides on-demand expertise in security auditing, cloud deployments, and codebase migrations. It allows developers to invoke specialized capabilities without cluttering the model's immediate context, making it ideal for targeted security reviews and deployment tasks.
How to install GEMINI.md?
To install GEMINI.md: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/gemini-md.md. Finally, /gemini-md in Claude Code.
What is GEMINI.md best for?
GEMINI.md is a community categorized under General. It is designed for: security, deployment. Created by myou260312-eng.
What can I use GEMINI.md for?
GEMINI.md is useful for: Audit a codebase for common security vulnerabilities like SQL injection or XSS.; Review cloud deployment configurations for best practices and security misconfigurations.; Assist with migrating a legacy application to a modern cloud-native architecture.; Generate a security checklist for a new microservice deployment.; Analyze IAM policies for overly permissive access in a cloud environment.; Provide guidance on securing API endpoints and authentication flows..