BeClaude

GEMINI.md

New
2GitHub TrendingGeneralby myou260312-eng

Unlike 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.

First seen 6/11/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/gemini-md.md

3
Invoke in Claude Code
/gemini-md

Use Cases

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.

Usage Examples

1

/gemini-md Audit the Python code in the current directory for SQL injection vulnerabilities.

2

/gemini-md Review the Terraform files in ./deploy for security misconfigurations.

3

/gemini-md Help me migrate this Node.js app from Heroku to AWS ECS with security best practices.

View source on GitHub
securitydeployment

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..