Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "Orbit-plugin",
"description": "Orbit Audit Suite — 10 expert audit lenses + orchestrator for Claude Code",
"owner": {
"name": "Orbit",
"email": ""
},
"plugins": [
{
"name": "audit-suite",
"description": "10 expert audit lenses + full-audit orchestrator + 5 bundled reference skills. Review plans and code through the eyes of Design, UX, Frontend, Backend, Structural, Repo, Production, DX, Performance, and Accessibility engineers.",
"category": "development",
"source": ".",
"homepage": "https://github.com/Recusive/Orbit-plugin",
"author": {
"name": "Orbit"
},
"version": "1.1.0",
"keywords": [
"audit",
"code-review",
"plan-review",
"accessibility",
"performance",
"design",
"ux",
"frontend",
"backend",
"production-readiness"
]
}
]
}
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ Most code reviews are generalist — one person (or one AI) trying to catch ever
## Install

```bash
/plugin install Recusive/Orbit-plugin
# Step 1: Add the Orbit marketplace
/plugin marketplace add Recusive/Orbit-plugin

# Step 2: Install the plugin
/plugin install audit-suite
```

## Quick Start
Expand Down