build-swift-project

Build, test, and clean the LocalizeAR Swift project using build.sh scripts.

1|Updated Jan 6, 2022
One-click install
npx skills add https://github.com/kobejean/lar-swift --skill build-swift-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-swift-project
Source: https://github.com/kobejean/lar-swift/tree/main/.claude/skills/build-swift-project
Command: npx skills add https://github.com/kobejean/lar-swift --skill build-swift-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures the LocalizeAR Swift project is built, tested, and cleaned reliably using dedicated build.sh scripts, avoiding direct calls to xcodebuild or swift build to prevent environment issues.

Core Features & Use Cases

  • Consistent Builds: Uses build.sh to configure compilers and CI/Local dev environments.
  • Test and Clean: Run tests or perform a clean that removes artifacts.
  • Example Apps: LARExplorer and LARScan build via their own build.sh scripts.

Quick Start

Use the skill to run a full debug build: ./build.sh Or to run tests: ./build.sh test Then optionally clean with: ./build.sh clean