Demo plugin for the auro-marketplace. Exercises a slash command, a skill, and a subagent to verify install and update flow.
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.
Uses power tools
Uses Bash, Write, or Edit tools
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.
npx claudepluginhub harmonysmarttechnology/auro-engineering-marketplace --plugin hello-worldAuro 2.0 release-process skills for the engineering team — release builder, smoke-test runner, incident response, rollback runbook, and incident post-mortem filing.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
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.