Skip to content

Commit cf8f142

Browse files
kiyotisclaude
andcommitted
docs: Simplify READMEs for team-first setup
Marketplace README: - Remove team setup section to keep it simple - Keep only plugin list and links Plugin README: - Focus on team setup (no personal installation) - Simplify to "create settings.json and push to Git" for Claude Code - Simplify to "run setup script and push .claude directory" for GitHub Copilot - Remove unnecessary details about --scope project option Version: 0.3 -> 0.4 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b5d6e55 commit cf8f142

5 files changed

Lines changed: 30 additions & 100 deletions

File tree

‎.claude/marketplace/.claude-plugin/marketplace.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "nabledge-6",
1010
"source": "./plugins/nabledge-6",
1111
"description": "Nablarch 6 skill for AI-assisted development",
12-
"version": "0.3",
12+
"version": "0.4",
1313
"homepage": "https://github.com/nablarch/nabledge",
1414
"repository": "https://github.com/nablarch/nabledge",
1515
"license": "Apache-2.0"

‎.claude/marketplace/README.md‎

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -13,68 +13,6 @@ Nabledgeは、NablarchによるAI支援開発スキルです。Claude CodeやGit
1313

1414
インストール方法や使い方は各プラグインのREADMEを参照してください。
1515

16-
## チーム設定
17-
18-
プロジェクトメンバー全員がNabledgeプラグインを利用できるよう、プロジェクトスコープで設定できます。
19-
20-
### 設定方法
21-
22-
プロジェクトルートに `.claude/settings.json` を作成し、以下を追加:
23-
24-
```json
25-
{
26-
"extraKnownMarketplaces": [
27-
{
28-
"name": "nabledge",
29-
"source": "https://github.com/nablarch/nabledge.git"
30-
}
31-
],
32-
"enabledPlugins": {
33-
"nabledge-6@nabledge": {
34-
"enabled": true
35-
}
36-
}
37-
}
38-
```
39-
40-
このファイルをGitにコミットすると、チームメンバーがリポジトリをクローンした際に自動的にプラグインのインストールが促されます。
41-
42-
### VS Codeでの設定
43-
44-
VS Codeでは `.vscode/settings.json` に以下を追加:
45-
46-
```json
47-
{
48-
"github.copilot.chat.codeGeneration.instructions": [
49-
{
50-
"text": "Nablarch framework knowledge is available via nabledge-6 skill"
51-
}
52-
]
53-
}
54-
```
55-
56-
### バージョンアップ
57-
58-
#### Claude Code
59-
60-
マーケットプレイスは起動時に自動更新されます。手動で更新する場合:
61-
62-
```bash
63-
# マーケットプレイスを更新
64-
/plugin marketplace update nabledge
65-
66-
# 特定バージョンを指定する場合
67-
/plugin marketplace add nablarch/nabledge#v0.2
68-
```
69-
70-
#### VS Code (GitHub Copilot)
71-
72-
最新版を再インストール:
73-
74-
```bash
75-
curl -sSL https://raw.githubusercontent.com/nablarch/nabledge/main/.claude/skills/nabledge-6/scripts/setup.sh | bash
76-
```
77-
7816
## バージョニング
7917

8018
各プラグインは独立したバージョン管理を行っています。

‎.claude/skills/nabledge-6/plugin/CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to the nabledge-6 plugin will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.4] - 2026-02-13
8+
9+
### Changed
10+
- READMEをチーム設定前提に簡素化
11+
- マーケットプレイスREADMEをシンプルな構成に戻す
12+
- インストール手順を「settings.jsonをGitにプッシュ」「.claudeディレクトリをGitにプッシュ」に明確化
13+
714
## [0.3] - 2026-02-13
815

916
### Added

‎.claude/skills/nabledge-6/plugin/README.md‎

Lines changed: 21 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -41,29 +41,7 @@ Nablarchの知識を活用した開発支援ワークフローを提供します
4141

4242
### Claude Code
4343

44-
#### 個人用インストール
45-
46-
```bash
47-
# マーケットプレイスを追加
48-
/plugin marketplace add nablarch/nabledge
49-
50-
# プラグインをインストール
51-
/plugin install nabledge-6@nabledge
52-
```
53-
54-
#### チーム設定(推奨)
55-
56-
プロジェクトメンバー全員で利用する場合は、プロジェクトスコープでインストール:
57-
58-
```bash
59-
# マーケットプレイスを追加
60-
/plugin marketplace add nablarch/nabledge
61-
62-
# プロジェクトスコープでインストール
63-
/plugin install nabledge-6@nabledge --scope project
64-
```
65-
66-
または、`.claude/settings.json` に直接記述:
44+
プロジェクトルートに `.claude/settings.json` を作成:
6745

6846
```json
6947
{
@@ -81,14 +59,18 @@ Nablarchの知識を活用した開発支援ワークフローを提供します
8159
}
8260
```
8361

84-
このファイルをGitにコミットすると、チームメンバーがリポジトリをクローンした際に自動的にプラグインのインストールが促されます。
62+
このファイルをGitにコミット・プッシュしてください。チームメンバーがリポジトリをクローンすると、自動的にプラグインのインストールが促されます。
8563

8664
### GitHub Copilot (WSL / GitBash)
8765

66+
プロジェクトルートで以下のコマンドを実行:
67+
8868
```bash
8969
curl -sSL https://raw.githubusercontent.com/nablarch/nabledge/main/.claude/skills/nabledge-6/scripts/setup.sh | bash
9070
```
9171

72+
実行後、`.claude` ディレクトリがプロジェクトに作成されます。このディレクトリをGitにコミット・プッシュしてください。チームメンバーも同じスキルを利用できるようになります。
73+
9274
## 使い方
9375

9476
### 基本的な使い方
@@ -119,21 +101,22 @@ Nablarch 6のドキュメントやベストプラクティスから知識を検
119101

120102
### Claude Code
121103

122-
マーケットプレイスは起動時に自動更新されます。手動で更新する場合:
104+
マーケットプレイスは起動時に自動更新されます。
123105

124-
```bash
125-
# マーケットプレイスを更新(最新版を取得)
126-
/plugin marketplace update nabledge
106+
特定バージョンを指定したい場合は、`.claude/settings.json` を編集:
127107

128-
# 特定バージョンを指定する場合
129-
/plugin marketplace add nablarch/nabledge#v0.2
108+
```json
109+
{
110+
"extraKnownMarketplaces": [
111+
{
112+
"name": "nabledge",
113+
"source": "https://github.com/nablarch/nabledge.git#v0.3"
114+
}
115+
]
116+
}
130117
```
131118

132-
プラグインを再インストール:
133-
134-
```bash
135-
/plugin install nabledge-6@nabledge
136-
```
119+
変更後、ファイルをGitにコミット・プッシュしてください。
137120

138121
### GitHub Copilot (WSL / GitBash)
139122

@@ -146,5 +129,7 @@ curl -sSL https://raw.githubusercontent.com/nablarch/nabledge/main/.claude/skill
146129
特定バージョンを指定する場合:
147130

148131
```bash
149-
curl -sSL https://raw.githubusercontent.com/nablarch/nabledge/v0.2/.claude/skills/nabledge-6/scripts/setup.sh | bash
132+
curl -sSL https://raw.githubusercontent.com/nablarch/nabledge/v0.3/.claude/skills/nabledge-6/scripts/setup.sh | bash
150133
```
134+
135+
更新後、`.claude` ディレクトリの変更をGitにコミット・プッシュしてください。

‎.claude/skills/nabledge-6/plugin/plugin.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nabledge-6",
3-
"version": "0.3",
3+
"version": "0.4",
44
"description": "Nablarch 6 skill for AI-assisted development",
55
"author": {
66
"name": "Nablarch"

0 commit comments

Comments
 (0)