gcp-awareness

ALWAYS check before using gcloud commands. Guide for GCP-related skills and tools.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gcp-awareness" with this command: npx skills add eveld/claude/eveld-claude-gcp-awareness

GCP Skills Guide

You have specialized GCP debugging skills. Use these instead of raw gcloud commands for consistent, well-documented workflows.

Decision Tree

Skills vs Agents

Simple, single gcloud command query? → Use gcp-logs skill

  • Better than: Running raw gcloud logging read commands
  • Example: "Find ERROR logs for api-gateway service"
  • Use when: Quick log fetch, single service, no correlation needed

Complex investigation requiring multiple steps? → Use Task tool with GCP agents (conserves context)

  • gcp-locator - Fetch logs from multiple services, save to /tmp
  • gcp-analyzer - Filter logs, diagnose service issues, check IAM
  • gcp-pattern-finder - Correlate logs across services, build timelines
  • Use when: Multi-service investigation, correlation, pattern detection

When to Use Which Agent

Just need to fetch logs broadly? → Use gcp-locator agent only

  • Fetches logs from multiple services/time ranges
  • Saves to /tmp for later analysis
  • Example: "Get all ERROR logs from service-b, service-a, backend for last hour"

Investigating single service issue? → Use gcp-locator + gcp-analyzer agents

  • Locator: Fetch relevant logs
  • Analyzer: Filter, diagnose root cause, check IAM/roles
  • Example: "Debug service-b permission errors"

Need to correlate across services or find patterns? → Use all three: gcp-locator + gcp-analyzer + gcp-pattern-finder

  • Locator: Fetch from all relevant services
  • Analyzer: Filter each service's logs
  • Pattern-finder: Correlate by trace_id, build timelines, find patterns
  • Example: "Trace request flow across service-a → service-b → backend"

Need to understand GCP IAP authentication? → Check documentation or use WebFetch

  • GCP IAP tokens: gcloud auth print-identity-token
  • Use for Grafana, ArgoCD, Temporal access

Available GCP Tools

TypeNamePurpose
Skillgcp-logsSimple log queries (single gcloud command)
Agentgcp-locatorFetch logs from multiple services/ranges
Agentgcp-analyzerAnalyze service logs, diagnose issues
Agentgcp-pattern-finderCorrelate logs, find patterns, build timelines

When to Use Raw gcloud

Only use gcloud directly when:

  • Running one-off commands not covered by skills
  • User explicitly requests a specific gcloud command
  • Debugging the skill itself

For systematic GCP work, use the specialized skills above.

Common GCP Tools

  • gcloud - Primary CLI tool
  • gcloud logging read - Cloud Logging queries (use gcp-logs skill)
  • gcloud auth print-identity-token - Get IAP tokens for service access

Authentication

Check authentication before any GCP operation:

gcloud auth list
gcloud config get-value project

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

k8s-awareness

No summary provided by upstream source.

Repository SourceNeeds Review
General

linear-awareness

No summary provided by upstream source.

Repository SourceNeeds Review
General

Style Guide Generator

Generate comprehensive website style guides and design systems from URLs, screenshots, and existing documentation. Use this skill when users ask to create a style guide, design system documentation, brand guidelines document, or design specification from a website, app, or existing materials. This skill produces professional PDF outputs following industry-standard style guide structure.

Registry SourceRecently Updated
2.3K2Profile unavailable
General

Prompt Engineering Mastery

Comprehensive system for designing, testing, optimizing, and managing clear, role-aware, actionable, focused, and testable prompts for AI models.

Registry SourceRecently Updated
1860Profile unavailable