Conversation
- scripts/validate.sh: 構造・JSON・frontmatter・リンク検証 - GitHub Actions CI: validate + skills add テスト - Dockerfile.test: クリーン環境での skills add 検証 - Taskfile.yml: task validate / docker:test Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- marketplace.json を Claude Code の正しいスキーマ(name, owner, source)に修正 - validate.sh に expected-files.txt によるスキルファイル一致チェックを追加 - Dockerfile / CI の verify ステップをマニフェスト比較方式に変更 - CI の Actions を最新版に更新(checkout v6.0.2, setup-node v6.3.0) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- plugins/actver/skills を skills/ へシンボリックリンクし claude plugin install でスキル 3 つも配布されるようにした - expected-files.txt 欠落時に validate.sh が再生成して pass する問題を fail に変更し CI のすり抜けを防止 - agents/*.md のリンク切れを warn から fail に昇格 - Dockerfile.test で npx skills add の終了コードが echo で隠れる問題を修正 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- agent の frontmatter (name, description) を検証するセクションを追加 - marketplace.json の plugins に description 必須チェックを追加 - marketplace.json のプラグイン名重複チェックを追加 - marketplace.json のプラグインソート順チェックを追加 anthropics/claude-plugins-official の CI チェック項目と同等のカバレッジに Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/validate.sh: プラグイン構造・JSON スキーマ・SKILL.md frontmatter・相対リンク・ファイルマニフェスト検証.github/workflows/validate.yml: push/PR で validate +npx skills addインストール検証を自動実行Dockerfile.test+Taskfile.yml: ローカルでの Docker テスト環境scripts/expected-files.txt: スキルファイルのマニフェスト(追加・削除時の差分検出)Changes
marketplace.jsonを Claude Code の正しいスキーマ(name,owner,source)に修正permissions: contents: readで最小権限を設定expected-files.txtとのファイル一致チェックTest plan
./scripts/validate.sh全チェックパスtask docker:testDocker テストパスclaude plugin validate .パス(warning のみ)🤖 Generated with Claude Code