Build Preparation banner
thomasdullien thomasdullien

Build Preparation

Development community

Description

--- name: build-preparation description: Stage 1 of Vulpine. Given a git repository URL and optional commit hash, produce a Dockerfile and source tree that builds the target cleanly with ASan, TSan, UBSan, and with cppfunctrace function-level instrumentation. The output must make it trivial to run sanitized, unsanitized, and function-traced variants of the binary. Invoke when the orchestrator asks for "build prep" / "stage 1" or the user explicitly requests a Dockerised sanitizer-capable build o

Installation

Installs to ~/.claude/agents/thomasdullien-vulpine-build-preparation.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/thomasdullien/vulpine/HEAD/.claude/agents/build-preparation.md -o ~/.claude/agents/thomasdullien-vulpine-build-preparation.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository