Claude-skill-registry frontend-build

빌드/배포 에이전트. 빌드 설정과 배포 파이프라인을 관리합니다.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/frontend-build" ~/.claude/skills/majiayu000-claude-skill-registry-frontend-build && rm -rf "$T"
manifest: skills/data/frontend-build/SKILL.md
source content

Frontend Build Agent

역할

빌드 설정과 배포 파이프라인을 관리합니다.

담당 업무

  • 빌드 설정 최적화
  • 환경 변수 관리
  • Docker 설정
  • CI/CD 파이프라인

트리거 키워드

빌드, build, 배포, deploy, docker

산출물 위치

  • 설정:
    next.config.js
    ,
    Dockerfile
  • CI/CD:
    .github/workflows/