Skip to content

Commit 2997280

Browse files
committed
chore(plugin): rename marketplace to stbr → install is safe-ai-skill@stbr
1 parent 598e9b9 commit 2997280

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
3-
"name": "safe-ai-skill",
3+
"name": "stbr",
44
"owner": {
55
"name": "Superteam Brazil"
66
},

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ First stable release. Ships the safe-ai-skill engine, runtime action firewall, a
5151

5252
### Distribution
5353

54-
- **Plugin** (always-on firewall): `claude plugin marketplace add solanabr/safe-ai-skill``claude plugin install safe-ai-skill@safe-ai-skill`. Ships committed platform binaries; the shim resolves the native prebuilt, else builds from `crates/engine`, else fails closed.
54+
- **Plugin** (always-on firewall): `claude plugin marketplace add solanabr/safe-ai-skill``claude plugin install safe-ai-skill@stbr`. Ships committed platform binaries; the shim resolves the native prebuilt, else builds from `crates/engine`, else fails closed.
5555
- **CLI** (`safe-ai-skill` Tier 1/2 commands) via three paths, all checksum-verified against the release `SHA256SUMS`:
5656
- npm — `npm install -g @stbr/safe-ai-skill` / `npx @stbr/safe-ai-skill` (CLI command: `safe-ai-skill`). `postinstall.js` downloads the platform binary from the matching GitHub Release tag and aborts on checksum mismatch (no silent install).
5757
- Standalone — `curl -fsSL …/install.sh | sh`. Downloads + verifies the binary before installing to `~/.local/bin` (overridable via `SAFE_AI_SKILL_BIN_DIR`); fails loud, installs nothing on mismatch.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ safe-ai-skill has two layers. The **plugin** is the always-on runtime firewall (
2424

2525
```bash
2626
claude plugin marketplace add solanabr/safe-ai-skill
27-
claude plugin install safe-ai-skill@safe-ai-skill
27+
claude plugin install safe-ai-skill@stbr
2828
```
2929

3030
Every Claude Code session is protected automatically from that point. No per-project configuration required.
3131

32-
**Dev install:** `claude plugin marketplace add .` from the repo root, then `claude plugin install safe-ai-skill@safe-ai-skill`.
32+
**Dev install:** `claude plugin marketplace add .` from the repo root, then `claude plugin install safe-ai-skill@stbr`.
3333

3434
### CLI (`safe-ai-skill` command)
3535

npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Code session). Install it separately:
4545

4646
```bash
4747
claude plugin marketplace add solanabr/safe-ai-skill
48-
claude plugin install safe-ai-skill@safe-ai-skill
48+
claude plugin install safe-ai-skill@stbr
4949
```
5050

5151
Once installed, the firewall is live in every session — no per-skill

0 commit comments

Comments
 (0)