Agent skill
gcp-projects
GCP 프로젝트 목록 조회 및 현재 설정 확인
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gcp-projects
SKILL.md
GCP 프로젝트 조회
현재 GCP 프로젝트 목록과 설정 상태를 조회합니다.
수행 작업
- 현재 활성 계정 확인
- 현재 기본 프로젝트 확인
- 접근 가능한 프로젝트 목록 조회
- 결과를 테이블 형태로 정리
실행할 명령어
# 현재 설정 확인
gcloud config get-value account
gcloud config get-value project
# 프로젝트 목록
gcloud projects list
출력 형식
조회 결과를 다음 형식으로 정리:
현재 설정:
- 계정: [email protected]
- 기본 프로젝트: project-id
프로젝트 목록:
| PROJECT_ID | NAME | 상태 |
|------------|------|------|
| ... | ... | 현재 선택됨 / - |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?