Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "doc",
|
||||
"description": "ドキュメント更新を支援するコマンド集(README更新)",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "korosuke613",
|
||||
"url": "https://github.com/korosuke613"
|
||||
},
|
||||
"commands": [
|
||||
"./commands"
|
||||
]
|
||||
}
|
||||
19
commands/update-readme.md
Normal file
19
commands/update-readme.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
allowed-tools: Read, Edit, Glob, Grep, LS
|
||||
description: プロジェクトのREADMEファイルを現在のコードベースに基づいて更新
|
||||
---
|
||||
|
||||
# やること
|
||||
プロジェクトのREADMEファイルを現在のコードベースの状況に基づいて更新してください。
|
||||
|
||||
# 更新の指針
|
||||
- プロジェクトの現在の構造を反映
|
||||
- 利用可能な機能やコマンドを正確に記載
|
||||
- 古い情報を削除し、新しい情報を追加
|
||||
- ファイル構造やディレクトリ構成の変更を反映
|
||||
- 依存関係やセットアップ手順の更新
|
||||
|
||||
# 参考にする情報
|
||||
- @CLAUDE.md - プロジェクトの基本情報
|
||||
- コードベース全体の構造とファイル
|
||||
- 実際に利用可能なスクリプトやコマンド
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:korosuke613/coding-agent-recipe:claude-plugins/doc",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "eaa093b936069eafb190118a2222ec5a75d65637",
|
||||
"treeHash": "7413e02a79b25ec89ec8caaa41b108082bd0a5ca6f03a30aa5b44f9c9a0e9094",
|
||||
"generatedAt": "2025-11-28T10:19:56.610096Z",
|
||||
"toolVersion": "publish_plugins.py@0.2.0"
|
||||
},
|
||||
"origin": {
|
||||
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||
"branch": "master",
|
||||
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||
},
|
||||
"manifest": {
|
||||
"name": "doc",
|
||||
"description": "ドキュメント更新を支援するコマンド集(README更新)",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "25086ae48b3158cd27c580e13307a11f8467f30007ca87e9b3cf9b632d5659f4"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "9600c3c329d27af26360d9aff869a5bc45c6debd73e951ae12c9939d72cfecfe"
|
||||
},
|
||||
{
|
||||
"path": "commands/update-readme.md",
|
||||
"sha256": "b3790be4aaafe17d86cab039c974f8cc4d749f81e1296933374128ff62bc2da1"
|
||||
}
|
||||
],
|
||||
"dirSha256": "7413e02a79b25ec89ec8caaa41b108082bd0a5ca6f03a30aa5b44f9c9a0e9094"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user