Create Watchos Version

🌐Community
by ghostscientist · vlatest · Repository

Generates compatible WatchOS app versions from iOS source code, streamlining development and deployment across Apple devices.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-watchos-version npx -- -y @trustedskills/create-watchos-version
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-watchos-version": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-watchos-version"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the creation of watchOS application versions. It generates version numbers based on provided build types (e.g., development, staging, production) and increments them appropriately. The skill ensures consistent and accurate versioning for watchOS applications during various stages of development and release.

When to use it

  • Automated builds: Integrate this skill into your CI/CD pipeline to automatically generate the correct watchOS app version number with each build.
  • Development workflows: Quickly create different versions for testing on developer devices or simulators.
  • Release preparation: Ensure accurate and consistent versioning when preparing a release candidate for submission to the App Store.
  • Internal distribution: Generate specific versions for internal beta testers or employees.

Key capabilities

  • Version number generation based on build type.
  • Automatic incrementing of version numbers.
  • Integration with CI/CD pipelines (implied).

Example prompts

  • "Create a watchOS version for the development build."
  • "Generate a version number for staging."
  • "What is the next production version?"

Tips & gotchas

The skill likely requires configuration to define how version numbers are incremented based on build type. Ensure your CI/CD environment or workflow supports executing this skill and providing necessary input parameters.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ghostscientist
Installs
8

🌐 Community

Passed automated security scans.