ukulele-companion: Skill for Cursor

.cursor/skills/ios-appstore-publish/SKILL.md

ios-appstore-publish is a skill for Cursor from baijum/ukulele-companion. It costs 62 tokens per session (961 once invoked), scanned A, original, MIT.

A workflow guide for releasing an iOS app, meaning an app made for Apple's iPhone and iPad platforms, through the App Store.

In plain words
What is it for?
Use it to create a release tag, build and upload a signed archive, capture required iPhone and iPad screenshots, and submit the app in App Store Connect.
Why use it?
It organizes code signing, versioning, building, screenshots, metadata, uploading, and review submission so release steps are not missed.

Skill for Cursor

Written for Cursor: installed under .cursor/. Also seen: positional $N argument.

This is baijum/ukulele-companion's own configuration. It tells Cursor how to work on ukulele-companion itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ukulele-companion configures →

Reuse

Borrowing it

Nothing to install: this file belongs to baijum/ukulele-companion. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/baijum/ukulele-companion/main/.cursor/skills/ios-appstore-publish/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/baijum/ukulele-companion

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ios-appstore-publish

README.md
[![agentmods](https://agentmods.dev/badge/skills/baijum/ukulele-companion/ios-appstore-publish/github.svg)](https://agentmods.dev/skills/baijum/ukulele-companion/ios-appstore-publish)
Your own site
<a href="https://agentmods.dev/skills/baijum/ukulele-companion/ios-appstore-publish"><img src="https://agentmods.dev/badge/skills/baijum/ukulele-companion/ios-appstore-publish/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ios-appstore-publish

Your own site · 80×15
<a href="https://agentmods.dev/skills/baijum/ukulele-companion/ios-appstore-publish"><img src="https://agentmods.dev/badge/skills/baijum/ukulele-companion/ios-appstore-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 961 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 5 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Privilege Escalation · line 48
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 87
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium Agent Snooping · line 21
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 25
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 29
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.00961
Opus 5 $0.00031 $0.00481
Sonnet 5 $0.00012 $0.00192
Haiku 4.5 $0.00006 $0.00096

Measured 12d ago against content hash 9a9c3bb31bfb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ios-appstore-publish scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/ios-appstore-publish/SKILL.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

iOS App Store Publishing

End-to-end workflow for publishing the iOS app to Apple's App Store.

Prerequisites

  • Apple Developer Program membership ($99/year)
  • App created in App Store Connect with Bundle ID com.baijum.ukufretboard.ios
  • Xcode with code signing configured (Development Team in project.pbxproj)
  • Privacy policy URL (currently: https://baijum.github.io/ukulele-companion/privacy-policy/)

Workflow

1. Create a version tag

Use the github-release skill. iOS uses ios/vX.Y.Z prefix tags to avoid collisions with Android tags.

2. Build the release archive

Use the ios-release skill. This bumps version, builds the KMP framework, and creates a signed archive.

3. Capture App Store screenshots

Use the ios-screenshot-capture skill. Required displays:

Display Simulator Output dir
iPhone 6.5" (1284x2778) iPhone 16 Pro Max docs/appstore-screenshots/iphone/
iPad 13" (2064x2752) iPad Pro 13-inch (M4/M5) docs/appstore-screenshots/ipad/

Ask the user to navigate to each screen in the Simulator, then capture with xcrun simctl io. Resize to required dimensions (see ios-screenshot-capture skill).

Recommended screens (5-6): Explorer/Fretboard, Chord Library, Tuner, Songbook, a Learn screen, a Reference screen.

4. Upload to App Store Connect

open build/UkuleleCompanion.xcarchive

In Xcode Organizer: Distribute App > App Store Connect > Upload.

The first upload may prompt for Keychain access. Apple processes the build in 15-30 minutes.

After processing, go to App Store Connect > TestFlight or iOS Builds to manage the build. Complete Export Compliance when prompted (select "None of the algorithms mentioned above" for this app since it is fully offline with no encryption).

Read the full file on GitHub · 89 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 89 lines · 62 tokens per session scan A 9a9c3bb31bfb

Subscribe to this mod's changes

ios-appstore-publish is a skill published in the GitHub repository baijum/ukulele-companion (14 stars, last pushed 2d ago), licensed MIT. It adds 62 tokens to every session and 961 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

release-kotlin-library

Use when preparing, publishing, or checking readiness for a new Kotlin library version in a repository using gradle-maven-publish-plugin, including release changelog reconciliation, API snapshots, and publication verification.

chrisbanes/skills · 45 tokens

release-new-version

Use when the user wants to release a new Zafiro version — drafting bilingual release notes, deciding the next version number, bumping app/build.gradle.kts, tagging, and publishing to GitHub (main repo, optionally the Xposed repo).

niki914/zafiro · 54 tokens

findeck-release

A document-review workflow that works on one specification document and only the higher-level or reference documents configured for it. It supports reference and revise actions and records history with reference-specific snapshots.

fainaltn/findeck · 71 tokens

sceneview-ios

Build 3D and AR apps on Apple platforms (iOS, macOS, visionOS) with SceneViewSwift — the SwiftUI wrapper around RealityKit. Use whenever the user asks for "3D in SwiftUI", "AR with ARKit in SwiftUI", a model viewer for iOS, or any Apple-platform 3D/AR app where the dependency is the SceneViewSwift Swift Package from…

sceneview/sceneview · 148 tokens

sceneview

Build 3D and AR apps with the SceneView SDK in Jetpack Compose, SwiftUI (iOS/macOS/visionOS via SceneViewSwift), Web (Filament.js), Flutter and React Native. Use whenever the user asks for "3D in Compose", "AR with ARCore in Compose", a model viewer, or any cross-platform 3D/AR app where the dependency is…

sceneview/sceneview · 156 tokens

compose-animations

Use when writing or reviewing Jetpack Compose motion: visibility enter/exit, animating one property toward a target, color or size transitions, multiple properties from one state, switching composable content, or choosing between AnimatedVisibility, animateAsState, rememberTransition, AnimatedContent, and Crossfade.

chrisbanes/skills · 64 tokens