Agent Skill

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:

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.