Skip to content

Commit d3b5643

Browse files
committed
docs: fix Claude Code plugin installation instructions
1 parent afa5a93 commit d3b5643

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "7nohe/figram",
3+
"owner": {
4+
"name": "7nohe",
5+
"url": "https://github.com/7nohe"
6+
},
7+
"plugins": [
8+
{
9+
"name": "figram",
10+
"source": "..",
11+
"description": "Claude Code skills for Figram - YAML-driven architecture diagrams for FigJam",
12+
"version": "1.1.0",
13+
"author": {
14+
"name": "7nohe"
15+
}
16+
}
17+
]
18+
}

packages/docs/src/content/docs/en/installation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,11 @@ If you use [Claude Code](https://claude.ai/code), you can install the Figram plu
190190
### Installation
191191

192192
```bash
193-
/plugin install 7nohe/figram
193+
# Add the marketplace
194+
/plugin marketplace add 7nohe/figram
195+
196+
# Install the plugin
197+
/plugin install figram
194198
```
195199

196200
### Available Skills

packages/docs/src/content/docs/ja/installation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,11 @@ npx figram serve diagram.yaml --icons path/to/my-icons.yaml
190190
### インストール
191191

192192
```bash
193-
/plugin install 7nohe/figram
193+
# マーケットプレイスを追加
194+
/plugin marketplace add 7nohe/figram
195+
196+
# プラグインをインストール
197+
/plugin install figram
194198
```
195199

196200
### 利用可能なスキル

0 commit comments

Comments
 (0)