app-store-connect-cli-skills

(★ 971)

Skills to automate app store deployed and everything related to it using the asc cli

File Explorer

  • .gitignore
  • LICENSE
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

claude

View Details ▼

An agent-based coding tool that understands your code base and helps you code faster through natural language commands.

claude prompt

Execute with prompt:

claude update

Update `claude`:

claude mcp list

Get the list of specified MCP servers:

🔍

npx

View Details ▼

This command is an alias of `npm exec`.

tldr npm exec

View documentation for the original command:

🔍

sips

View Details ▼

Apple Scriptable Image Processing System.
Raster/Query images and ColorSync ICC Profiles.

sips --out {{path/to/output_directory}}

Specify an output directory so that originals do not get modified:

sips --resampleHeightWidth {{1920}} {{300}} {{image_file.ext}}

Resample image at specified size, Image aspect ratio may be altered:

sips --resampleHeightWidthMax {{1920}} {{300}} {{image_file.ext}}

Resample image so height and width aren't greater than specified size (notice the capital Z):

// repository documentation