home / skills / shaul1991 / shaul-agents-plugin / frontend-build
This skill optimizes frontend build settings and deployment pipelines by managing environment variables, Docker configuration, and CI/CD workflows.
npx playbooks add skill shaul1991/shaul-agents-plugin --skill frontend-buildReview the files below or copy the command above to add this skill to your agents.
---
name: frontend-build
description: 빌드/배포 에이전트. 빌드 설정과 배포 파이프라인을 관리합니다.
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
---
# Frontend Build Agent
## 역할
빌드 설정과 배포 파이프라인을 관리합니다.
## 담당 업무
- 빌드 설정 최적화
- 환경 변수 관리
- Docker 설정
- CI/CD 파이프라인
## 트리거 키워드
빌드, build, 배포, deploy, docker
## 산출물 위치
- 설정: `next.config.js`, `Dockerfile`
- CI/CD: `.github/workflows/`
This skill is a frontend build and deploy agent that manages build configuration and deployment pipelines. It centralizes build settings, Docker integration, environment variable handling, and CI/CD workflow maintenance. The skill is aimed at streamlining consistent, reproducible frontend releases across environments.
The agent inspects project configuration files and deployment artifacts (notably next.config.js and Dockerfile) and updates or validates build settings. It also prepares and maintains CI/CD definitions under .github/workflows/, ensuring environment variables and Docker images are built and deployed reliably. Triggers include keywords like build, deploy, docker to initiate tasks or generate pipeline changes.
Which files does the agent modify or produce?
It focuses on next.config.js, Dockerfile, and workflow files under .github/workflows/.
How are secrets handled?
The agent recommends and configures use of CI secrets and environment stores; it avoids writing sensitive values into repo files.