commit 5b5d0f103335e76a05a926c7521b28dc5f520369 Author: Zhongwei Li Date: Sun Nov 30 08:35:37 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..0c35d4f --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "doc", + "description": "ドキュメント更新を支援するコマンド集(README更新)", + "version": "1.0.0", + "author": { + "name": "korosuke613", + "url": "https://github.com/korosuke613" + }, + "commands": [ + "./commands" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbd6ad5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# doc + +ドキュメント更新を支援するコマンド集(README更新) diff --git a/commands/update-readme.md b/commands/update-readme.md new file mode 100644 index 0000000..b5dc1f3 --- /dev/null +++ b/commands/update-readme.md @@ -0,0 +1,19 @@ +--- +allowed-tools: Read, Edit, Glob, Grep, LS +description: プロジェクトのREADMEファイルを現在のコードベースに基づいて更新 +--- + +# やること +プロジェクトのREADMEファイルを現在のコードベースの状況に基づいて更新してください。 + +# 更新の指針 +- プロジェクトの現在の構造を反映 +- 利用可能な機能やコマンドを正確に記載 +- 古い情報を削除し、新しい情報を追加 +- ファイル構造やディレクトリ構成の変更を反映 +- 依存関係やセットアップ手順の更新 + +# 参考にする情報 +- @CLAUDE.md - プロジェクトの基本情報 +- コードベース全体の構造とファイル +- 実際に利用可能なスクリプトやコマンド diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..270b505 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file