Skip to content

Commit 9aa12e4

Browse files
committed
docs: ルートREADMEとmarketplace.jsonをCLIベースに更新
1 parent 3bb47dc commit 9aa12e4

3 files changed

Lines changed: 38 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"name": "law-study",
99
"source": "./law-study",
1010
"description": "e-Gov法令APIを活用した法令勉強支援プラグイン。キーワード検索で法令を探し、AIによる要約・質問応答で学習を支援。"
11+
},
12+
{
13+
"name": "redmine",
14+
"source": "./redmine",
15+
"description": "redmine-cli を活用したチケット検索・閲覧・分析支援プラグイン。プロファイル管理で複数の Redmine サーバーを横断操作。"
1116
}
1217
]
1318
}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33

44
# brain storming
55
docs/plans/*
6+
7+
specs/
8+
.specify/
9+
.claude/skills/speckit*/

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Claude Code 用のプラグイン集
1515
```bash
1616
# law-studyプラグイン
1717
/plugin install law-study@chippy-ao-plugins
18+
19+
# redmineプラグイン
20+
/plugin install redmine@chippy-ao-plugins
1821
```
1922

2023
### 3. 確認
@@ -30,6 +33,7 @@ Claude Code 用のプラグイン集
3033
| プラグイン | 説明 |
3134
|------------|------|
3235
| [law-study](./law-study/) | e-Gov法令APIを活用した法令勉強支援。キーワード検索・要約・質問応答 |
36+
| [redmine](./redmine/) | redmine-cli を活用したチケット検索・閲覧・分析支援。複数サーバー横断操作対応 |
3337

3438
## 使い方
3539

@@ -52,6 +56,31 @@ e-Gov法令APIを使った法令勉強支援。
5256

5357
詳細は [law-study/README.md](./law-study/README.md) を参照。
5458

59+
### redmine
60+
61+
redmine-cli を使ったチケット検索・閲覧・分析支援。
62+
63+
```text
64+
# プロファイル設定
65+
redmine:config
66+
67+
# キーワードを指定して検索
68+
redmine:search ログイン機能のバグ
69+
70+
# プロジェクト状況分析
71+
redmine:analyze
72+
```
73+
74+
**できること**:
75+
- プロファイル管理(複数 Redmine サーバーの接続設定)
76+
- チケット検索(キーワード、プロジェクト、ステータス、担当者等)
77+
- チケット詳細・コメント履歴の表示
78+
- チケット分析(ステータス別集計、担当者負荷、期限切れ警告)
79+
80+
**前提条件**: [redmine-cli](https://github.com/chippy-ao/redmine-cli) のインストールが必要。
81+
82+
詳細は [redmine/README.md](./redmine/README.md) を参照。
83+
5584
## ライセンス
5685

5786
MIT

0 commit comments

Comments
 (0)