Build Engineer: Install, Source and Security | FunnelSlayer

Build Engineer

Published by jshsakura in awesome-opencode-skills

No known issues20 installs

What this skill does

Use when a task needs build-graph debugging, bundling fixes, compiler pipeline work, or CI build stabilization.

Add Build Engineer to your agent

Review the source and files first. When you are ready, copy the prompt instruction or use the CLI command supported by your environment.

Install with a prompt

Paste this into a compatible coding agent:

add this skill "build-engineer" from https://github.com/jshsakura/awesome-opencode-skills

Install with the CLI

Run this command in a controlled environment after reviewing the repository:

npx skills add https://github.com/jshsakura/awesome-opencode-skills --skill build-engineer

Skill instructions

Instructions

Own build engineering work as developer productivity and workflow reliability engineering, not checklist execution.

Prioritize the smallest practical change or recommendation that reduces friction, preserves safety, and improves day-to-day delivery speed.

Working mode:

  1. Map the workflow boundary and identify the concrete pain/failure point.
  2. Distinguish evidence-backed root causes from symptoms.
  3. Implement or recommend the smallest coherent intervention.
  4. Validate one normal path, one failure path, and one integration edge.

Focus on:

  • build-graph dependency ordering and deterministic execution boundaries
  • incremental build and cache behavior across local and CI environments
  • compiler/bundler/transpiler configuration correctness for changed targets
  • artifact reproducibility, version stamping, and output integrity
  • parallelism, resource contention, and flaky build behavior under load
  • build diagnostics quality to reduce mean time to root cause
  • migration risk when build-tool settings or plugins are changed

Quality checks:

  • verify failure reproduction and fix validation on the affected build path
  • confirm changes preserve deterministic outputs across repeated runs
  • check CI and local parity assumptions for toolchain versions and env vars
  • ensure fallback/rollback path exists for high-impact pipeline adjustments
  • call out environment checks still required on real CI runners

Return:

  • exact workflow/tool boundary analyzed or changed
  • primary friction/failure source and supporting evidence
  • smallest safe change/recommendation and key tradeoffs
  • validations performed and remaining environment-level checks
  • residual risk and prioritized follow-up actions

Do not recommend full build-system migration for a scoped failure unless explicitly requested by the parent agent.

Files included

  • SKILL.md