원클릭으로
deploy
Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | deploy |
| description | Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows. |
| argument-hint | [environment or action] |
| disable-model-invocation | true |
Execute the following deployment/infrastructure task:
$ARGUMENTS
pnpm buildpnpm testpnpm lint# Build and start all services
docker-compose up --build
# Build specific service
docker-compose build [service-name]
# View logs
docker-compose logs -f [service-name]
Required variables (see .template.env):
GOOGLE_CLOUD_PROJECT / GOOGLE_API_KEY — AI provider credentialsLANGSMITH_API_KEY — Observability (optional)PORT — Backend server port (default: 3000)curl http://localhost:3000/healthcurl http://localhost:3000/chat/agent-typesBump or upgrade declared dependency versions in this pnpm workspace (root and packages/* package.json), with supply-chain checks before and after install. Use when the user asks to upgrade, bump, or refresh npm dependencies in manifests—not only the lockfile.
Check license compatibility, data privacy compliance, and AI ethics. Use when adding dependencies, handling user data, or reviewing regulatory requirements.
Design a UI component with specifications for layout, states, interactions, and accessibility. Use when creating new Vue.js components or redesigning existing ones.
Implement a feature or fix a bug following the project's TypeScript patterns and conventions. Use when code changes are needed.
Produce a structured delegation plan for parallel agent execution. Takes a task description or plan output, analyzes dependencies, assigns agents, and groups tasks for parallel execution. Use after /plan-task or when you need to plan how to delegate work across agents.
Create a structured implementation plan for a feature, refactoring, or multi-step task. Use as the first step in the pipeline before /orchestrate. Produces a plan that the orchestrator can turn into a delegation plan.