Skip to content
Skill

Quick Codebase Analysis

by cmdaltctr

AI Summary

Quick Codebase Analysis is a fast alias for Gemini codebase analysis that lets developers analyze directories with optional scope filters (e.g., `/c ./src security`). It's useful for developers who need rapid codebase insights without full context overhead.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "Quick Codebase Analysis" skill in my project.

Please run this command in my terminal:
# Install skill into your project (10 files)
mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/cmdaltctr/claude-gemini-mcp-slim/main/.claude/commands/c.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/a.md "https://raw.githubusercontent.com/cmdaltctr/claude-gemini-mcp-slim/main/.claude/commands/a.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/analyze.md "https://raw.githubusercontent.com/cmdaltctr/claude-gemini-mcp-slim/main/.claude/commands/analyze.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/codebase.md "https://raw.githubusercontent.com/cmdaltctr/claude-gemini-mcp-slim/main/.claude/commands/codebase.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/d.md "https://raw.githubusercontent.com/cmdaltctr/claude-gemini-mcp-slim/main/.claude/commands/d.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/debug.md "https://raw.githubusercontent.com/cmdaltctr/claude-gemini-mcp-slim/main/.claude/commands/debug.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/e.md "https://raw.githubusercontent.com/cmdaltctr/claude-gemini-mcp-slim/main/.claude/commands/e.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/explain.md "https://raw.githubusercontent.com/cmdaltctr/claude-gemini-mcp-slim/main/.claude/commands/explain.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/g.md "https://raw.githubusercontent.com/cmdaltctr/claude-gemini-mcp-slim/main/.claude/commands/g.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/gemini.md "https://raw.githubusercontent.com/cmdaltctr/claude-gemini-mcp-slim/main/.claude/commands/gemini.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Quick alias for /codebase

Quick Codebase Analysis

Fast codebase analysis with Gemini's large context. Usage: /c [directory_path] [scope:optional] Examples: • /c ./src • /c . security Analyzing: $ARGUMENTS !mcp__gemini-mcp__gemini_codebase_analysis directory_path="$1" analysis_scope="$2"

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 4mo ago
Stale
Adoption100+ stars on GitHub
221 ★ · Growing
DocsMissing or thin
Undocumented

GitHub Signals

Stars221
Forks18
Issues2
Updated4mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code