Build the Codevisor macOS or iOS app locally. Use when asked to build, compile, or verify either native app without launching it.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add 851-labs/codevisor --skill build-codevisor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Build Codevisor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/851-labs-build-codevisor)More formats (shields.io, HTML) on the badges page.
---
name: build-codevisor
description: Build the Codevisor macOS or iOS app locally. Use when asked to build, compile, or verify either native app without launching it.
---
# Build Codevisor
Run from the worktree root:
```sh
bun run build:macos
bun run build:ios
```
Both commands install locked dependencies automatically and keep all Xcode output under `tmp/build/`. Do not invoke `xcodebuild` directly.
The macOS command fetches the pinned GhosttyKit artifact into `~/.codevisor-development/artifacts/ghostty/` and links it into the worktree. Only when intentionally rebuilding GhosttyKit itself, run:
```sh
bun run ghostty:build
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!