Skip to main content

AI Coding Skill

ascelerate ships with a skill file that gives AI coding agents (Claude Code, Cursor, Windsurf, GitHub Copilot) full knowledge of all commands, JSON formats, and workflows.

Install via the binary

ascelerate install-skill          # install/update for every detected agent
ascelerate install-skill --all # include all supported agents (e.g. Copilot)

Auto-detects Claude Code, Cursor, and Windsurf (and GitHub Copilot with --all), installs or updates the skill for each, and checks for outdated skills on each run to prompt you after upgrades. To remove from every agent:

ascelerate install-skill --uninstall

Install via npx (any AI coding agent)

npx ascelerate-skill

This presents an interactive menu to select your agent and installs the skill to the appropriate directory. The skill file is fetched from GitHub, so it's always up to date.

To remove:

npx ascelerate-skill --uninstall

What the skill enables

With the skill installed, your AI coding agent can:

  • Run any ascelerate command on your behalf
  • Build workflow files for your release process
  • Manage localizations across multiple languages
  • Handle the full archive → upload → submit pipeline
  • Work with provisioning profiles, certificates, and devices