Auro Ai banner
AlaskaAirlines AlaskaAirlines

Auro Ai

AI community

Description

A Claude Code **plugin marketplace** for the Auro design system and `auro-formkit`

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

auro-ai

A Claude Code **plugin marketplace** for the Auro design system and `auro-formkit` workflows. It distributes the team's custom skills so they're available in **any** repository, with versioning and change history tracked in git.

What's inside

Plugin Skill Invocation
auro commit — guided Conventional Commits workflow (protected-branch/sync guards, ADO/PR reference, amend mode, post-mortem linking, AI + human co-author accreditation) /auro:commit
auro code-review — adversarial multi-model PR / local-branch review /auro:code-review · /auro:code-review local
auro release-notes — derive the next version from Conventional Commits and author (or refresh) the release-notes doc /auro:release-notes [base ref]
auro pr — open a PR for the current branch, assigned to you; prompts for base branch + draft/ready, applies component labels (auro-formkit), and adds each post-mortem ticket's Executive Summary + Discussion link /auro:pr [base branch]
auro ado — draft a new Azure DevOps work item or refine an existing one (infers component, classifies bug vs. story, drafts title/description/acceptance criteria, then writes to ADO) /auro:ado

Plugin skills are **namespaced** by the plugin name, so `/commit` becomes `/auro:commit`. Namespacing prevents collisions with other plugins.

For the full install-and-use guide (per-skill behavior, scopes, updating, troubleshooting), see [`docs/usage.md`](docs/usage.md).

Also available as GitHub Copilot prompt files

The same skills are generated as **GitHub Copilot prompt files** (`.prompt.md`) in [`copilot/prompts/`](copilot/prompts/), invoked as bare slash commands (`/commit`, `/pr`, …) in Copilot Chat (VS Code / Visual Studio / JetBrains). `SKILL.md` stays the single source of truth — [`scripts/build-copilot-prompts.mjs`](scripts/build-copilot-prompts.mjs