Claude Cursor Skill

setup

This skill should be used when user encounters "ADC not found", "gcloud auth error", "GCloud MCP error", "Application Default Credentials", "project not set", or needs help configuring GCloud integration.

LLM Mart · 0 points · 7 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download fcakyon-claude-codex-settings-plugins_gcloud-tools_skills_setup-4632eb3.zip · 0 KB
Part of fcakyon/claude-codex-settings — 83 skills

Install

skills CLI npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/gcloud-tools/skills/setup
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install fcakyon-claude-codex-settings@llmmart
Git git clone https://github.com/fcakyon/claude-codex-settings.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole fcakyon/claude-codex-settings collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

GCloud Tools Setup

Run /gcloud-tools:setup to configure GCloud MCP.

Quick Fixes

  • ADC not found - Run gcloud auth application-default login
  • Project not set - Run gcloud config set project PROJECT_ID
  • Permission denied - Check IAM roles in Cloud Console

Don't Need GCloud?

Disable via /mcp command to prevent errors.

Files (claude-codex-settings)
  • SKILL.md 591 B
    ---
    name: setup
    description: This skill should be used when user encounters "ADC not found", "gcloud auth error", "GCloud MCP error", "Application Default Credentials", "project not set", or needs help configuring GCloud integration.
    ---
    
    # GCloud Tools Setup
    
    Run `/gcloud-tools:setup` to configure GCloud MCP.
    
    ## Quick Fixes
    
    - **ADC not found** - Run `gcloud auth application-default login`
    - **Project not set** - Run `gcloud config set project PROJECT_ID`
    - **Permission denied** - Check IAM roles in Cloud Console
    
    ## Don't Need GCloud?
    
    Disable via `/mcp` command to prevent errors.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related