Loading repository data…
Loading repository data…
DovahkiinYuzuko / repository
[ENG]An AI agent skill that automates document updates when adding external libraries. / [JPN]外部ライブラリ追加時のドキュメント更新を自動化するAIエージェント用スキル
外部ライブラリ追加時のドキュメント更新を自動化するAIエージェント用スキル / An AI agent skill that automates document updates when adding external libraries.
本スキルは、プロジェクトに外部ライブラリが追加された際、その情報の取得およびライブラリ倉庫(docs/using-library/lib-WH.md)の更新を自動化するためのAIエージェント用スキルです。
lib-WH.md)に集約されるため、後からサードパーティライセンスの表記を行う際に、各パッケージマネージャーの設定ファイルを巡回して調査する手間を削減できます。deps.dev API を利用し、対応エコシステム(npm, cargo, pypi, go, rubygems, maven, nuget)のライセンスおよびデフォルトバージョンを自動で取得します。本スキルは、オープンエージェントスキルエコシステムのパッケージマネージャーである npx skills を使用してインストールできます。
npx skills add DovahkiinYuzuko/managing-libraries-is-a-drag
エージェントに対し、新規ライブラリを追加した旨を指示します。
実行フロー:
Description(説明)と Rationale(採用理由)の候補を自律的に下書きし、ユーザーに確認を求めます。scripts/fetch-lib-info.py)を実行します。docs/using-library/lib-WH.md の該当する言語セクションへ、アルファベット順になるよう自動で追記・更新を行います。このプロジェクトのライセンスはMITです。詳しくはLICENSEをお読みください。
This skill is an AI agent skill designed to automate data retrieval and updating of the central library warehouse (docs/using-library/lib-WH.md) when a new external library is added to a project.
lib-WH.md), it eliminates the need to search through various package manager configuration files when compiling third-party license notices later.deps.dev API.This skill can be installed using npx skills, the package manager for the open agent skill ecosystem.
npx npx skills add DovahkiinYuzuko/managing-libraries-is-a-drag
Instruct the agent that a new library has been added.
Execution Flow:
Description and Rationale for the library based on the target code or context and requests user confirmation.scripts/fetch-lib-info.py).docs/using-library/lib-WH.md in alphabetical order.The license for this project is MIT. See LICENSE for details.