Skip to content

Commit f428213

Browse files
kiyotisclaude
andcommitted
docs: Rewrite documentation in Japanese for end users
Rewrite all user-facing documentation in Japanese: - CHANGELOG.md: Simplify to initial release (0.1) only, remove development history - README.md: Complete Japanese translation for plugin users - marketplace-README.md: Complete Japanese translation for marketplace overview These files are intended for Nablarch users in Japan, so Japanese is more appropriate than English. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e99ea97 commit f428213

3 files changed

Lines changed: 71 additions & 85 deletions

File tree

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

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,14 @@ 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-
## [Unreleased]
8-
9-
### Changed
10-
- Migrated to Claude Code marketplace distribution structure
11-
- Plugin now distributed via marketplace catalog (nablarch/nabledge)
12-
- Users should install via: `/plugin marketplace add nablarch/nabledge` then `/plugin install nabledge-6@nabledge`
13-
- Simplified license management: single LICENSE at repository root applies to entire marketplace
14-
15-
### Fixed
16-
- Fix plugin.json schema to comply with Claude Code specification
17-
- Changed author from string to object format
18-
- Changed repository from object to string format
19-
- Removed unsupported engines field
20-
- Fix marketplace.json schema to comply with Claude Code specification
21-
- Moved homepage, repository, license from root to plugin entry
22-
- Changed repository from object to string format in plugin entry
23-
24-
## [0.1] - 2026-02-12
7+
## [0.1] - 2026-02-13
258

269
### Added
27-
- Initial release of nabledge-6 skill
28-
- Knowledge search functionality for Nablarch 6 documentation
29-
- Code analysis capability with structured templates
30-
- Basic batch processing knowledge
31-
- Database access libraries
32-
- Testing framework basics
33-
- Security checklist
10+
- Nablarch 6u3の知識検索機能
11+
- コード分析機能(構造化テンプレート)
12+
- バッチ処理の基礎知識
13+
- データベースアクセスライブラリ
14+
- テスティングフレームワークの基礎
15+
- セキュリティチェックリスト
3416

3517
[0.1]: https://github.com/nablarch/nabledge/releases/tag/v0.1
Lines changed: 34 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,76 @@
1-
# Nabledge-6 Plugin
1+
# Nabledge-6 プラグイン
22

3-
Nablarch 6 skill for AI-assisted development.
3+
Nablarch 6のAI支援開発スキルです。
44

5-
## Features
5+
## 機能
66

7-
- **Knowledge Search**: Search Nablarch 6 documentation and best practices
8-
- **Code Analysis**: Analyze application code from Nablarch perspective
7+
- **知識検索**: Nablarch 6のドキュメントとベストプラクティスを検索
8+
- **コード分析**: Nablarchの観点からアプリケーションコードを分析
99

10-
## Installation
10+
## インストール
1111

12-
### For Claude Code (WSL)
12+
### Claude Code
1313

1414
```bash
15+
# マーケットプレイスを追加
1516
/plugin marketplace add nablarch/nabledge
17+
18+
# プラグインをインストール
19+
/plugin install nabledge-6@nabledge
1620
```
1721

18-
### For GitHub Copilot (WSL or GitBash)
22+
### GitHub Copilot (WSL / GitBash)
1923

2024
```bash
2125
curl -sSL https://raw.githubusercontent.com/nablarch/nabledge/main/.claude/skills/nabledge-6/scripts/setup.sh | bash
2226
```
2327

24-
## Usage
28+
## 使い方
2529

26-
### Basic Usage
30+
### 基本的な使い方
2731

2832
```bash
2933
/nabledge-6
3034
```
3135

32-
### Knowledge Search
36+
### 知識検索
3337

3438
```bash
35-
/nabledge-6 "How do I implement batch processing?"
39+
/nabledge-6 "バッチ処理の実装方法を教えて"
3640
```
3741

38-
### Code Analysis
42+
### コード分析
3943

4044
```bash
4145
/nabledge-6 code-analysis
4246
```
4347

44-
## Scope
48+
## カバー範囲
4549

46-
### Nablarch Version
50+
### Nablarchバージョン
4751
- Nablarch 6u3
4852

49-
### Coverage
50-
- Batch processing basics
51-
- Database access
52-
- Testing framework basics
53-
- Security checklist
53+
### 対応内容
54+
- バッチ処理の基礎
55+
- データベースアクセス
56+
- テスティングフレームワークの基礎
57+
- セキュリティチェックリスト
5458

55-
Note: This is an initial release with limited coverage. More features will be added in future versions.
59+
注:初回リリースのため、カバー範囲は限定的です。今後のバージョンで機能を追加していきます。
5660

57-
## Versioning
61+
## バージョニング
5862

59-
This plugin uses a `minor.patch` versioning scheme:
60-
- **Minor** (first digit): Incremented for feature additions (e.g., 0.1 → 1.0 → 2.0)
61-
- **Patch** (second digit): Incremented for bug fixes and small changes (e.g., 0.1 → 0.2, 1.0 → 1.1)
63+
このプラグインは `minor.patch` 形式のバージョニングを使用します:
64+
- **Minor**(1桁目): 機能追加時にインクリメント(例: 0.1 → 1.0 → 2.0)
65+
- **Patch**(2桁目): バグ修正と小変更時にインクリメント(例: 0.1 → 0.2, 1.0 → 1.1)
6266

63-
The plugin name `nabledge-6` already indicates the major version (Nablarch 6), so the plugin version itself uses a simplified two-digit format. This approach keeps versioning straightforward while maintaining clear compatibility with Nablarch 6.
67+
プラグイン名 `nabledge-6` がすでにメジャーバージョン(Nablarch 6)を示しているため、プラグインバージョンは2桁の簡略形式を使用します。
6468

65-
## License
69+
## ライセンス
6670

6771
Apache-2.0
6872

69-
## Links
73+
## リンク
7074

71-
- Distribution Repository: nablarch/nabledge
72-
- Development Repository: nablarch/nabledge-dev
75+
- 配布リポジトリ: https://github.com/nablarch/nabledge
76+
- 開発リポジトリ: https://github.com/nablarch/nabledge-dev
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
1-
# Nablarch Skills Marketplace
1+
# Nablarch スキルマーケットプレイス
22

3-
Nablarch skills for AI-assisted development using Claude Code and GitHub Copilot.
3+
Claude CodeとGitHub Copilot向けのNablarch AI支援開発スキルです。
44

5-
## Available Plugins
5+
## 利用可能なプラグイン
66

77
### nabledge-6
88

9-
Nablarch 6 skill for AI-assisted development.
9+
Nablarch 6のAI支援開発スキルです。
1010

11-
**Features**:
12-
- Knowledge Search: Search Nablarch 6 documentation and best practices
13-
- Code Analysis: Analyze application code from Nablarch perspective
11+
**機能**:
12+
- 知識検索: Nablarch 6のドキュメントとベストプラクティスを検索
13+
- コード分析: Nablarchの観点からアプリケーションコードを分析
1414

15-
**Installation**:
15+
**インストール**:
1616
```bash
17-
# Add marketplace
17+
# マーケットプレイスを追加
1818
/plugin marketplace add nablarch/nabledge
1919

20-
# Install nabledge-6 plugin
20+
# nabledge-6 プラグインをインストール
2121
/plugin install nabledge-6@nabledge
2222
```
2323

24-
**Usage**:
24+
**使い方**:
2525
```bash
26-
# Basic usage
26+
# 基本的な使い方
2727
/nabledge-6
2828

29-
# Knowledge search
30-
/nabledge-6 "How do I implement batch processing?"
29+
# 知識検索
30+
/nabledge-6 "バッチ処理の実装方法を教えて"
3131

32-
# Code analysis
32+
# コード分析
3333
/nabledge-6 code-analysis
3434
```
3535

36-
**Coverage**: Nablarch 6u3
37-
- Batch processing basics
38-
- Database access
39-
- Testing framework basics
40-
- Security checklist
36+
**カバー範囲**: Nablarch 6u3
37+
- バッチ処理の基礎
38+
- データベースアクセス
39+
- テスティングフレームワークの基礎
40+
- セキュリティチェックリスト
4141

42-
See [plugins/nabledge-6/README.md](plugins/nabledge-6/README.md) for details.
42+
詳細は [plugins/nabledge-6/README.md](plugins/nabledge-6/README.md) を参照してください。
4343

4444
### nabledge-5 (Coming Soon)
4545

46-
Nablarch 5 skill for AI-assisted development will be available in the future.
46+
Nablarch 5のAI支援開発スキルは今後提供予定です。
4747

48-
## Versioning
48+
## バージョニング
4949

50-
Each plugin has independent versioning:
51-
- **nabledge-6**: Uses `minor.patch` format (e.g., 0.1, 1.0, 2.0)
52-
- Plugin name already indicates Nablarch major version
50+
各プラグインは独立したバージョン管理を行っています:
51+
- **nabledge-6**: `minor.patch` 形式を使用(例: 0.1, 1.0, 2.0)
52+
- プラグイン名がすでにNablarchのメジャーバージョンを示しています
5353

54-
## License
54+
## ライセンス
5555

5656
Apache-2.0
5757

58-
## Links
58+
## リンク
5959

60-
- Distribution Repository: https://github.com/nablarch/nabledge
61-
- Development Repository: https://github.com/nablarch/nabledge-dev
60+
- 配布リポジトリ: https://github.com/nablarch/nabledge
61+
- 開発リポジトリ: https://github.com/nablarch/nabledge-dev

0 commit comments

Comments
 (0)