asc-wall-submit

Submit or update app entries in the Wall of Apps JSON and README.

954|51|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-wall-submit-rudrankriyam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-wall-submit
Source: https://github.com/rudrankriyam/app-store-connect-cli-skills/tree/main/skills/asc-wall-submit
Command: npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-wall-submit-rudrankriyam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of adding or updating an app's entry in the Wall of Apps, streamlining contributions to the App-Store-Connect-CLI community showcase.

Core Features & Use Cases

  • Automated Submission: Adds or updates app entries in docs/wall-of-apps.json.
  • README Update: Automatically regenerates the Wall of Apps snippet in README.md.
  • Use Case: You've just released a new app and want to add it to the Wall of Apps. This skill guides you through the exact make generate app command and ensures both the JSON data and the README are updated correctly.

Quick Start

Use the asc-wall-submit skill to add your app named "SuperApp" with link "https://apps.apple.com/app/id1234567890" created by "your-handle" for platforms "iOS,macOS".

Frequently Asked Questions about asc-wall-submit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I submit my app to the Wall of Apps for the App-Store-Connect-CLI repository?

To submit an app to the Wall of Apps, you provide the app name, link, creator, and platform. The skill manages the generation of `docs/wall-of-apps.json` and updates the `README.md` snippet using a `make generate app` command.

What information is required to add an app entry to the Wall of Apps?

Adding an app entry to the Wall of Apps requires four specific inputs: the app name, the app link, the creator's handle, and the target platform. These details are used to generate the JSON data and update the README.

Does updating the Wall of Apps automatically modify the README.md file?

Yes, updating the Wall of Apps automatically regenerates the snippet in `README.md`. The skill runs the `make generate app` command to ensure both the JSON data file and the README are updated correctly.

Can I update an existing app entry in the Wall of Apps or only add new ones?

You can both add new entries and update existing ones in the Wall of Apps. The skill handles modifications to `docs/wall-of-apps.json` and synchronizes the changes with the README snippet.

What is the best way to automate adding my newly released app to a community showcase?

Using a CLI submission skill is the best way to automate adding a newly released app to a community showcase. It guides you through the exact `make generate app` command to ensure both JSON data and README are updated.

Why does my Wall of Apps submission require running a make generate app command?

The `make generate app` command is required because it triggers the regeneration of the Wall of Apps snippet in `README.md`. This ensures the documentation stays synchronized with the updated `docs/wall-of-apps.json` data.