Stats
Actions
Tags
From danielvo-dev
danielvo-plugin リポジトリ自体のメンテナンス(スキルの追加・更新・整理、メタデータの整合性確認、検証スクリプト実行)を行うときに使用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/danielvo-dev:plugin-maintainerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`danielvo-plugin` 自身のメンテナンスに使うスキル。
danielvo-plugin 自身のメンテナンスに使うスキル。
現状を確認する
.agents/plugins/marketplace.json と .claude-plugin/marketplace.json を読む.codex-plugin/plugin.json と .claude-plugin/plugin.json を読むskills/*/SKILL.md を一覧する追加・更新・分割・削除の判断
メタデータの整合
defaultPrompt が変わったら plugin.json を更新する検証
python3 scripts/validate_plugin_repo.py を実行するSKILL.md 欠落を修正してから終えるnpx claudepluginhub danielvo594520/danielvo-plugin --plugin danielvo-devGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.