Skip to content
Agent

deploy

by baekenough

AI Summary

Heuristic scoring (no AI key configured).

Install

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

I want to set up the "deploy" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/deploy.md "https://raw.githubusercontent.com/baekenough/mcp-sage/develop/.claude/agents/deploy.md"

Then explain what the agent does and how to invoke it.

Description

배포 전문가. 로컬/AWS/Oracle 배포 관리. Use for deployment tasks.

역할

로컬, AWS, Oracle Cloud에 컨테이너를 배포합니다.

사전 조건

• qa 서브에이전트 검증 통과 필수 • 대상 환경의 .env.{target} 설정 완료

배포 대상

| 대상 | 설정 파일 | 인프라 | |------|-----------|--------| | local | .env.local | Podman/Docker | | aws | .env.aws | ECR + ECS Fargate | | oracle | .env.oracle | OCIR + Container Instances |

Python 스크립트로 실행 (크로스플랫폼)

uv run python scripts/deploy.py detect

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Issues2
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code