Skip to content

Commit 7922265

Browse files
committed
docs: update descriptions and add Features table to README
1 parent 0ecb179 commit 7922265

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"email": "support@matterai.so"
66
},
77
"metadata": {
8-
"description": "Orb Code plugin for Claude Code to cut costs by 40%"
8+
"description": "Claude Code plugin for semantic code search, prompt optimisation, analytics, and cost savings"
99
},
1010
"plugins": [
1111
{
1212
"name": "orb",
1313
"source": "./",
14-
"description": "Orb Code plugin for Claude Code to cut costs by 40%",
14+
"description": "Claude Code plugin for semantic code search, prompt optimisation, analytics, and cost savings",
1515
"version": "0.1.0",
1616
"author": {
1717
"name": "MatterAI"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orb",
3-
"description": "Orb Code plugin for Claude Code to cut costs by 40%",
3+
"description": "Claude Code plugin for semantic code search, prompt optimisation, analytics, and cost savings",
44
"version": "0.1.0",
55
"author": {
66
"name": "MatterAI"

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
[![Node.js >= 20](https://img.shields.io/badge/node-%3E%3D%2020-brightgreen)](.nvmrc)
55
[![Marketplace](https://img.shields.io/badge/marketplace-matterai--marketplace-purple)](https://matterai.so)
66

7-
Route all Claude Code inference through MatterAI for optimized API calls, cost control, and enhanced capabilities.
7+
OrbCode supercharges Claude Code with **semantic code search**, **prompt optimisation**, **analytics**, and **cost savings** — all powered by MatterAI.
8+
9+
## Features
10+
11+
| Feature | What it does |
12+
|--------|-------------|
13+
| **Semantic Code Search** | Ask Claude to find code naturally (`semantic_code_search` MCP tool). Indexes your entire workspace into a vector store for fast, relevance-ranked lookups. |
14+
| **Prompt Optimisation** | Every request is routed through MatterAI's orbinference API to refine prompts before they hit Anthropic — improving quality and reducing token waste. |
15+
| **Cost Analytics** | Track inference spend, token usage, and model routing decisions in real time via the MatterAI dashboard. |
16+
| **Cost Savings** | Smart body and header modifications reduce redundant API calls and cut overall Claude Code inference costs. |
17+
| **Local Proxy** | Lightweight HTTP proxy (`127.0.0.1:7856`) auto-starts on every Claude Code session. Zero manual env setup. |
18+
| **Codebase Indexer** | Background file watcher indexes your repo automatically after login. Supports incremental updates as you edit. |
819

920
## How It Works
1021

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "orbcode",
33
"version": "0.1.0",
4-
"description": "OrbCode — MatterAI plugin for Claude Code to optimize API calls and cut costs by 40%",
4+
"description": "Claude Code plugin for semantic code search, prompt optimisation, analytics, and cost savings",
55
"type": "module",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)