Auro 2.0 release-process skills for the engineering team — release builder, smoke-test runner, incident response, rollback runbook, and incident post-mortem filing.
Run the Auro 2.0 release-caused incident response — the first hour after a bad release. Use when a post-deploy smoke test fails, an error or latency spike appears after a recent deploy, a PagerDuty alert fires on a service just released to, a customer reports a problem within the active monitoring window, or the team explicitly says they have a release incident. Trigger with "release incident", "we just deployed and it's broken", "error spike post-deploy", "should we roll back or fix forward", "open the incident thread", "post-deploy issue", "P1 release issue", or "P2 release issue". Walks the release runner through detection, triage, severity, the rollback-vs-fix-forward decision, internal and customer comms, resolution, and postmortem handover. Drafts Teams updates, in-app banner copy, status-page entries, and resolution summaries on demand. Do not trigger for general production incidents not linked to a recent deploy, planned maintenance, or unrelated tech debt.
Execute the Auro 2.0 production or staging rollback runbook — the click-by-click for rolling a release back. Use when a rollback decision has already been made (typically by the release-incident-response process) and the team needs to walk through pre-flight checks, identify the target version, trigger the rollback workflow, and verify production is back on the previous version. Trigger with "roll back the release", "trigger the rollback", "rollback runbook", "redeploy previous version", "rollback workflow", "previous good release", "pre-flight checks", "rollback to vX.Y.Z", "we need to roll back", "execute rollback", "rollback executor", "production rollback", or "staging rollback". Distinct from release-incident-response — that skill runs the broader incident; this skill is specifically the mechanical execution of a rollback. Always reminds the user that production rollback can only be triggered by the tech lead or EM, not the release runner.
Walk a user through filing an Auro production incident post-mortem in ClickUp. Steps through every template section via structured questions — incident metadata, summary, impact, timeline, detection, root cause, resolution, what worked and what didn't, action items, lessons learned, and the sign-off checklist — then creates a new page as a subpage under Auro Incident Logs (page 8cn806c-9074 in document 8cn806c-1774). Trigger with "log an Auro incident", "create a post-mortem", "we had an outage and need to write it up", "fill out the post-mortem template", "Auro post-mortem", "hotfix post-mortem", "blameless post-mortem", "production incident", or any time the user describes an Auro production issue and wants it written up. Do not trigger for customer-support tickets, generic project retros, or non-Auro incidents.
Cuts a Production release in ClickUp for the Auro engineering ecosystem: creates the release task, finds all Done sprint tasks without a Release set, links them after user confirmation, generates the engineering description and deploy notes, and posts a customer-facing release notes draft as a comment on the release task for CS review. Triggers: "cut a release", "create a release", "build a release", "new release", "package a release", "time to release", "we're cutting v...", "release for [date]", "do a release", "sweep up done tasks for release", "build the release task". Do NOT trigger for: viewing existing releases, rewriting an already-created release's description (do that via direct ClickUp MCP calls), feedback intake (use prod-feedback-to-clickup), QA sessions, smoke tests, or non-release ClickUp work.
Drives Claude in Chrome through the deterministic post-deploy smoke test checklist for Auro Prod, captures pass/fail state for each item with evidence, auto-logs high-confidence failures via the prod-feedback-to-clickup skill, and produces a filled-in checklist ready to paste into the release log. Triggers: "run the prod smoke test", "validate the deploy", "run release validation", "post-deploy smoke test", "smoke test the release", "validate prod release", "run the release smoke test", "smoke the deploy", "just deployed, check it", "is prod still up after that release", "validate the rollout". Also triggers when a user mentions a fresh Prod deploy and asks for validation. Do NOT trigger for: exploratory testing (use prod-qa-session-runner), Staging-only checks, mobile/Technician app testing (manual only), or testing during active development.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin marketplace for the Auro Engineering team. Hosts shared plugins for everyday engineering workflows (releases, incident response, standup prep, etc.).
| Plugin | Status | Description |
|---|---|---|
hello-world | available | Demo plugin verifying install/update flow works end-to-end. |
auro-release-process | available | Release builder, smoke-test runner, incident response, rollback runbook, and post-mortem filing skills. See plugins/auro-release-process/README.md. |
incident-response | planned | Broader on-call and incident workflows beyond the release-specific ones in auro-release-process. |
standup-prep | planned | Daily-standup preparation helpers. |
The org admin adds this marketplace to org-managed settings (.claude/settings.json):
{
"extraKnownMarketplaces": {
"auro-marketplace": {
"source": {
"source": "github",
"repo": "<org>/auro-marketplace"
}
}
}
}
After that, individual users can install plugins from the marketplace themselves. The admin does not need to repeat this for plugin updates — see "Updates" below.
Once the admin has trusted the marketplace, each user runs:
/plugin marketplace add auro-marketplace
/plugin install hello-world@auro-marketplace
Verify the install with /auro-hello. You should see a confirmation message listing the loaded components.
Claude Code polls trusted marketplaces hourly. When a new commit lands on main of this repo, plugin updates flow to users automatically — no admin action required.
If a user has auto-update disabled, they can refresh manually:
/plugin marketplace update auro-marketplace
The marketplace uses commit-SHA versioning: every commit is a new version. There is no manual version bump in plugin.json.
auro-marketplace/
├── .claude-plugin/
│ └── marketplace.json # marketplace registry
├── plugins/
│ └── hello-world/ # one folder per plugin
│ ├── .claude-plugin/plugin.json
│ ├── commands/
│ ├── skills/
│ └── agents/
├── README.md # this file
└── CLAUDE.md # contributor / Claude Code guidance
The authoritative authoring guide is CLAUDE.md — it covers the recipe, file templates for every component type, validation steps, and common gotchas. Future Claude Code sessions auto-load it.
In short: create plugins/<name>/, add a plugin.json, drop in components, register the plugin in .claude-plugin/marketplace.json, validate locally, commit.
This marketplace targets Claude Code (the CLI). Claude Desktop / cowork / routines support is not yet verified for this repo's distribution path; plugin components (skills, MCP configs) are kept in standard layouts so they can be reused by other distribution channels later.
npx claudepluginhub harmonysmarttechnology/auro-engineering-marketplace --plugin auro-release-processDemo plugin for the auro-marketplace. Exercises a slash command, a skill, and a subagent to verify install and update flow.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.