Agent skill
apple-xcode
Install this agent skill to your Project
npx add-skill https://github.com/chaddm/ad-astra-per-aspera/tree/main/skills/apple-xcode
SKILL.md
Apple XCode Skill
Description
This skill provides assistance with Apple XCode, the integrated development environment (IDE) for macOS used to develop software for macOS, iOS, watchOS, and tvOS.
Command Line Tools
Verify XCode Command Line Tools Installation:
xcode-select --install
Will return information on the installation if not already installed; otherwise, you will receive a message indicating the installation directory.
Set XCode Command Line Tools Path:
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
Check XCode Version:
xcodebuild -version
Accept XCode License:
Important: XCode license acceptance cannot be executed by agent. You must return instructions to the user to run this command manually.
sudo xcodebuild -license accept
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
launch-opencode
Launch an instance of OpenCode in a specified directory, run a prompt using the task-runner agent, and return the result. Uses bash to execute the command.
ip-whitelist
Manage IP whitelist for Provider Nexus API clients using TypeScript scripts that make curl calls to the admin API endpoints.
math
Compute a value from a Python math expression string.
list-project-import-files
Find all Provider Nexus API project import files for a specific project number in the nexus-import S3 bucket. Results sorted by build ID in TOON format.
weather
Return information about the weather for a given location.
toolbox-uuid
Create a UUID (Universally Unique Identifier).
Didn't find tool you were looking for?