clean-rebuild

Community

Guaranteed clean rebuilds from scratch.

Authorkzahedi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill performs a complete clean rebuild of YARS from scratch.

Core Features & Use Cases

  • Dependency Installation: Ensures required libraries are installed for macOS and Linux.
  • Fresh Build Directory: Removes and recreates the build directory to guarantee a clean state.
  • Config & Compile: Runs CMake and builds to a pristine binary ready for testing.

Quick Start

macOS/Homebrew guidance (adjust as needed)

brew list boost xerces-c bullet sdl2 2>/dev/null || { echo "Installing missing dependencies..." brew install boost xerces-c bullet sdl2 } rm -rf build mkdir build && cd build cmake -DCMAKE_PREFIX_PATH=/opt/homebrew .. make -j4 if [ -f ./bin/yars ]; then echo "✅ Build successful - binary created at ./bin/yars" else echo "❌ Build failed - binary not found" fi

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: clean-rebuild
Download link: https://github.com/kzahedi/YARS/archive/main.zip#clean-rebuild

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.