app-store-connect-cli-skills
Skills to automate app store deployed and everything related to it using the asc cli
File Explorer
- marketplace.json
- plugin.json
- plugin.json
- validate-plugin-packaging.yml
- validate-plugin-packaging.py
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- aso_rules.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- multi-item-submissions.md
- SKILL.md
- examples.md
- references.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- app-privacy.md
- digital-goods.md
- readiness-repairs.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- release_notes_guidelines.md
- SKILL.md
- SKILL.md
- SKILL.md
- marketplace.json
- test_validate_plugin_packaging.py
- .gitignore
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr 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 ▼
claude
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 ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
sips
View Details ▼
sips
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):
