# Build

> Build the project. Use when compiling code, creating artifacts, or preparing for deployment. Use when this capability is needed.

- Skill: `tomevault-io/build-3` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/build-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/build-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/build-3

---


# Build - argus

Build the project.

## Command

```bash
go build ./...
```

## Description

Build all packages

## Entry Point

Main: `cmd/argus/main.go`

## On Failure

- Check for syntax errors in the output
- Verify all dependencies are installed
- Check for type errors (if applicable)
- Review recent changes that might have broken the build

## Success Criteria

- Build completes without errors
- Output artifacts are generated correctly

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/priyans-hu) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

