mcpbeat

Setup

fcakyon/claude-codex-settings-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.

147 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
955
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/fcakyon/claude-codex-settings --skill setup

The instruction itself

3 sections, as written by the author

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.

How to use it

Copy the folder

Take fcakyon/claude-codex-settings-setup from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.