Everything you can do in the Amore app you can do from the command line. The Amore agent skill is the AI-friendly companion to the CLI: a Claude Code plugin that lets coding agents interact with Amore using the amore command, with Amore's documentation loaded as guidance.
To set it up, copy this prompt and paste it into Claude Code, Cursor, or any coding agent working in your project folder:
Set up macOS app distribution for the app in this directory using Amore.
1. Install Amore if it's missing: `brew install amore` installs the app and links the `amore` command. If you download it from https://amore.computer/download instead, install the CLI with `/Applications/Amore.app/Contents/MacOS/AmoreCLI install`.
2. Install the Amore skill for the full workflow: `npx skills add AmoreComputer/amore-skill` (Claude Code: `/install-plugin https://github.com/AmoreComputer/amore-skill`)
3. Run `amore login`, then `amore --help` to see every command.
4. Detect the Xcode project here, run `amore setup`, then `amore release`. Ask me only about hosting: Amore-managed (recommended) or my own S3.
Docs: add `.md` to any https://amore.computer/help page for clean markdown (for example https://amore.computer/help/get-started.md).
Note: the Amore CLI runs on my Mac (it needs Amore.app installed), not on CI.
Install
Install the skill from the amore-skill repository on GitHub. Follow the README for the exact claude install command.
Use
Once installed, you can ask Claude Code and other agents to release a new version, set up licensing, or wire up Sparkle, and the agent will follow Amore's documented workflows instead of guessing.
Docs as markdown
Every page under amore.computer/help is available as clean markdown: add .md to the URL, for example amore.computer/help/get-started.md. Point your agent at these when it needs deeper detail on a specific topic.